Uses of Interface
org.codehaus.janino.Visitor.TypeArgumentVisitor
-
Packages that use Visitor.TypeArgumentVisitor Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Visitor.TypeArgumentVisitor in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type Visitor.TypeArgumentVisitor Modifier and Type Method Description void
Java.ArrayType. accept(Visitor.TypeArgumentVisitor visitor)
void
Java.ReferenceType. accept(Visitor.TypeArgumentVisitor visitor)
void
Java.TypeArgument. accept(Visitor.TypeArgumentVisitor visitor)
Invokes the 'visit...()
' method ofVisitor.TypeArgumentVisitor
for the concreteJava.TypeArgument
type.void
Java.Wildcard. accept(Visitor.TypeArgumentVisitor visitor)
-