public class AnnotationConstantExpression extends ConstantExpression
EMPTY_EXPRESSION, EMPTY_STRING, FALSE, NULL, PRIM_FALSE, PRIM_TRUE, TRUE, VOID
Constructor | Description |
---|---|
AnnotationConstantExpression(AnnotationNode node) |
Modifier and Type | Method | Description |
---|---|---|
void |
visit(GroovyCodeVisitor visitor) |
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePosition
getConstantName, getText, getValue, isEmptyStringExpression, isFalseExpression, isNullExpression, isTrueExpression, setConstantName, toString, transformExpression
getType, setType, transformExpressions, transformExpressions
public AnnotationConstantExpression(AnnotationNode node)
public void visit(GroovyCodeVisitor visitor)
visit
in class ConstantExpression