Uses of Interface
org.codehaus.janino.Java.TypeArgument
-
Packages that use Java.TypeArgument Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Java.TypeArgument in org.codehaus.janino
Classes in org.codehaus.janino that implement Java.TypeArgument Modifier and Type Class Description static classJava.ArrayTypeRepresentation of a JLS7 10.1 'array type'.static classJava.ReferenceTyperepresentation of a JLS7 4.3 reference type.static classJava.WildcardRepresentation of a JLS7 4.5.1 'wildcard'.Fields in org.codehaus.janino declared as Java.TypeArgument Modifier and Type Field Description Java.TypeArgument[]Java.ReferenceType. optionalTypeArgumentsThe optional type arguments of the reference type.Constructors in org.codehaus.janino with parameters of type Java.TypeArgument Constructor Description ReferenceType(Location location, String[] identifiers, Java.TypeArgument[] optionalTypeArguments)
-