Uses of Interface
org.codehaus.janino.Visitor.ElementValueVisitor
-
Packages that use Visitor.ElementValueVisitor Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Visitor.ElementValueVisitor in org.codehaus.janino
Fields in org.codehaus.janino declared as Visitor.ElementValueVisitor Modifier and Type Field Description private Visitor.ElementValueVisitor<java.lang.Void,java.lang.RuntimeException>
Unparser. elementValueUnparser
Methods in org.codehaus.janino with parameters of type Visitor.ElementValueVisitor Modifier and Type Method Description <R,EX extends java.lang.Throwable>
RJava.AbstractAnnotation. accept(Visitor.ElementValueVisitor<R,EX> visitor)
<R,EX extends java.lang.Throwable>
RJava.ElementValue. accept(Visitor.ElementValueVisitor<R,EX> visitor)
Invokes the "visit...()
" method ofVisitor.ElementValueVisitor
for the concreteJava.ElementValue
type.<R,EX extends java.lang.Throwable>
RJava.ElementValueArrayInitializer. accept(Visitor.ElementValueVisitor<R,EX> visitor)
<R,EX extends java.lang.Throwable>
RJava.Rvalue. accept(Visitor.ElementValueVisitor<R,EX> visitor)
-
Uses of Visitor.ElementValueVisitor in org.codehaus.janino.util
Fields in org.codehaus.janino.util declared as Visitor.ElementValueVisitor Modifier and Type Field Description private Visitor.ElementValueVisitor<Java.ElementValue,CompileException>
DeepCopier. elementValueCopier
private Visitor.ElementValueVisitor<java.lang.Void,EX>
AbstractTraverser. elementValueTraverser
Invokes the "traverse*()
" method for the concreteJava.ElementValue
.
-