Package org.codehaus.janino
Class Java.SingleElementAnnotation
java.lang.Object
org.codehaus.janino.Java.SingleElementAnnotation
- All Implemented Interfaces:
Java.Annotation
,Java.ElementValue
- Enclosing class:
- Java
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(Visitor.AnnotationVisitor visitor) void
accept
(Visitor.ElementValueVisitor visitor) getType()
void
setEnclosingScope
(Java.Scope enclosingScope) toString()
-
Field Details
-
type
-
elementValue
-
-
Constructor Details
-
SingleElementAnnotation
-
-
Method Details
-
setEnclosingScope
- Specified by:
setEnclosingScope
in interfaceJava.Annotation
-
toString
-
getType
- Specified by:
getType
in interfaceJava.Annotation
-
accept
- Specified by:
accept
in interfaceJava.Annotation
-
accept
- Specified by:
accept
in interfaceJava.ElementValue
-