[Java] Class CaseStatement

  • org.codehaus.groovy.ast.stmt.CaseStatement

Represents a case statement in a switch statement

Authors:
James Strachan

Constructor Detail

public CaseStatement(Expression expression, Statement code)

Method Detail

public Statement getCode()

public Expression getExpression()

public void setCode(Statement code)

public void setExpression(Expression e)

public String toString()

public void visit(GroovyCodeVisitor visitor)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/ast/stmt/CaseStatement.html