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. optionalBound
The optional bound of the type parameter.Java.ReferenceType
Java.Wildcard. referenceType
The 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.ReferenceType
Parser. 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 void
UnparseVisitor. visitReferenceType(Java.ReferenceType rt)
void
Visitor.TypeArgumentVisitor. visitReferenceType(Java.ReferenceType rt)
Invoked byaccept(Visitor.TypeArgumentVisitor)
void
Visitor.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 void
Traverser. traverseReferenceType(Java.ReferenceType rt)
-