Class AnnotationConstantExpression
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.AnnotatedNode
org.codehaus.groovy.ast.expr.Expression
org.codehaus.groovy.ast.expr.ConstantExpression
org.codehaus.groovy.ast.expr.AnnotationConstantExpression
Represents an annotation "constant" that may appear in annotation attributes
(mainly used as a marker).
- Version:
- $Revision: 3264 $
- Author:
- Alex Popescu
-
Field Summary
Fields inherited from class ConstantExpression
EMPTY_EXPRESSION, EMPTY_STRING, FALSE, NULL, PRIM_FALSE, PRIM_TRUE, TRUE, VOID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConstantExpression
getConstantName, getText, getValue, isEmptyStringExpression, isFalseExpression, isNullExpression, isTrueExpression, setConstantName, toString, transformExpressionMethods inherited from class Expression
getType, setType, transformExpressions, transformExpressionsMethods inherited from class AnnotatedNode
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic
-
Constructor Details
-
AnnotationConstantExpression
-
-
Method Details
-
visit
- Overrides:
visitin classConstantExpression
-