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) |
getConstantName, getText, getValue, isEmptyStringExpression, isFalseExpression, isNullExpression, isTrueExpression, setConstantName, toString, transformExpressiongetType, setType, transformExpressionsgetColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setSourcePositionpublic AnnotationConstantExpression(AnnotationNode node)
public void visit(GroovyCodeVisitor visitor)
visit in class ConstantExpression