Uses of Class
org.codehaus.janino.Java.NormalAnnotation
-
Packages that use Java.NormalAnnotation Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.NormalAnnotation in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type Java.NormalAnnotation Modifier and Type Method Description R
Visitor.AnnotationVisitor. visitNormalAnnotation(Java.NormalAnnotation na)
Invoked byaccept(Visitor.AnnotationVisitor)
-
Uses of Java.NormalAnnotation in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.NormalAnnotation Modifier and Type Method Description Java.Annotation
DeepCopier. copyNormalAnnotation(Java.NormalAnnotation subject)
void
AbstractTraverser. traverseNormalAnnotation(Java.NormalAnnotation na)
void
Traverser. traverseNormalAnnotation(Java.NormalAnnotation na)
-