Package org.codehaus.janino
Class Java.NormalAnnotation
java.lang.Object
org.codehaus.janino.Java.NormalAnnotation
- All Implemented Interfaces:
Java.Annotation,Java.ElementValue
- Enclosing class:
Java
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Visitor.AnnotationVisitor visitor) voidaccept(Visitor.ElementValueVisitor visitor) getType()voidsetEnclosingScope(Java.Scope enclosingScope) toString()
-
Field Details
-
type
-
elementValuePairs
-
-
Constructor Details
-
NormalAnnotation
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceJava.Annotation
-
toString
-
setEnclosingScope
- Specified by:
setEnclosingScopein interfaceJava.Annotation
-
accept
- Specified by:
acceptin interfaceJava.Annotation
-
accept
- Specified by:
acceptin interfaceJava.ElementValue
-