Uses of Interface
org.codehaus.janino.Visitor.AnnotationVisitor
-
Packages that use Visitor.AnnotationVisitor Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Visitor.AnnotationVisitor in org.codehaus.janino
Subinterfaces of Visitor.AnnotationVisitor in org.codehaus.janino Modifier and Type Interface Description static interface
Visitor.ModifierVisitor<R,EX extends java.lang.Throwable>
The visitor for the different kinds ofJava.Modifier
s.Fields in org.codehaus.janino declared as Visitor.AnnotationVisitor Modifier and Type Field Description private Visitor.AnnotationVisitor<java.lang.Void,java.lang.RuntimeException>
Unparser. annotationUnparser
Methods in org.codehaus.janino with parameters of type Visitor.AnnotationVisitor Modifier and Type Method Description <R,EX extends java.lang.Throwable>
RJava.Annotation. accept(Visitor.AnnotationVisitor<R,EX> visitor)
<R,EX extends java.lang.Throwable>
RJava.MarkerAnnotation. accept(Visitor.AnnotationVisitor<R,EX> visitor)
<R,EX extends java.lang.Throwable>
RJava.NormalAnnotation. accept(Visitor.AnnotationVisitor<R,EX> visitor)
<R,EX extends java.lang.Throwable>
RJava.SingleElementAnnotation. accept(Visitor.AnnotationVisitor<R,EX> visitor)
-
Uses of Visitor.AnnotationVisitor in org.codehaus.janino.util
Fields in org.codehaus.janino.util declared as Visitor.AnnotationVisitor Modifier and Type Field Description private Visitor.AnnotationVisitor<Java.Annotation,CompileException>
DeepCopier. annotationCopier
private Visitor.AnnotationVisitor<java.lang.Void,EX>
AbstractTraverser. annotationTraverser
Invokes the "traverse*()
" method for the concreteJava.Annotation
.
-