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 RVisitor.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.AnnotationDeepCopier. copyNormalAnnotation(Java.NormalAnnotation subject)voidAbstractTraverser. traverseNormalAnnotation(Java.NormalAnnotation na)voidTraverser. traverseNormalAnnotation(Java.NormalAnnotation na)
-