public class AnnotationConstantExpression extends ConstantExpression
EMPTY_STRING, EMTPY_EXPRESSION, FALSE, NULL, TRUE, VOID
Constructor and Description |
---|
AnnotationConstantExpression(AnnotationNode node) |
Modifier and Type | Method and Description |
---|---|
void |
visit(GroovyCodeVisitor visitor) |
getText, getValue, toString, transformExpression
getType, setType, transformExpressions
getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setSourcePosition
public AnnotationConstantExpression(AnnotationNode node)
public void visit(GroovyCodeVisitor visitor)
visit
in class ConstantExpression