Uses of Class
org.codehaus.janino.Java.ReferenceType
-
Packages that use Java.ReferenceType Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.ReferenceType in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.ReferenceType Modifier and Type Field Description Java.ReferenceType[]Java.TypeParameter. optionalBoundThe optional bound of the type parameter.Java.ReferenceTypeJava.Wildcard. referenceTypeThe reference type of this wildcard's EXTENDS or SUPER bounds.Methods in org.codehaus.janino that return Java.ReferenceType Modifier and Type Method Description Java.ReferenceTypeParser. parseReferenceType()ReferenceType := QualifiedIdentifier [ TypeArguments ]Java.ReferenceType[]Parser. parseReferenceTypeList()ReferenceTypeList := ReferenceType { ',' ReferenceType }Methods in org.codehaus.janino with parameters of type Java.ReferenceType Modifier and Type Method Description voidUnparseVisitor. visitReferenceType(Java.ReferenceType rt)voidVisitor.TypeArgumentVisitor. visitReferenceType(Java.ReferenceType rt)Invoked byaccept(Visitor.TypeArgumentVisitor)voidVisitor.TypeVisitor. visitReferenceType(Java.ReferenceType rt)Invoked byaccept(Visitor.TypeVisitor)Constructors in org.codehaus.janino with parameters of type Java.ReferenceType Constructor Description TypeParameter(String name, Java.ReferenceType[] optionalBound)Wildcard(int bounds, Java.ReferenceType referenceType) -
Uses of Java.ReferenceType in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.ReferenceType Modifier and Type Method Description voidTraverser. traverseReferenceType(Java.ReferenceType rt)
-