[Java] Class AnnotationConstantExpression
- org.codehaus.groovy.ast.expr.AnnotationConstantExpression
Represents an annotation "constant" that may appear in annotation attributes (mainly used as a marker).
- Authors:
- Alex Popescu
Fields inherited from class | Fields |
---|---|
class ConstantExpression | EMPTY_EXPRESSION, EMPTY_STRING, FALSE, NULL, PRIM_FALSE, PRIM_TRUE, TRUE, VOID |
Constructor Summary
Constructor and description |
---|
AnnotationConstantExpression
(AnnotationNode node) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
toString() | |
void |
visit(GroovyCodeVisitor visitor) |
Inherited Methods Summary
Constructor Detail
public AnnotationConstantExpression(AnnotationNode node)
Method Detail
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/expr/AnnotationConstantExpression.html