Uses of Interface
org.codehaus.janino.IType
Packages that use IType
-
Uses of IType in org.codehaus.janino
Subinterfaces of IType in org.codehaus.janinoModifier and TypeInterfaceDescriptioninterface
interface
Type bounds can either be a class or interface type, or a type variable.interface
interface
Classes in org.codehaus.janino that implement ITypeModifier and TypeClassDescriptionclass
class
A simplified equivalent to "java.lang.reflect".Fields in org.codehaus.janino declared as ITypeModifier and TypeFieldDescriptionJava.NewClassInstance.iType
The resolvedJava.NewClassInstance.type
.final IType
Java.SimpleType.iType
final IType
Java.LocalVariable.type
The type of this local variable.Methods in org.codehaus.janino that return ITypeModifier and TypeMethodDescriptionIType[]
IParameterizedType.getActualTypeArguments()
IClass.IAnnotation.getAnnotationType()
IWildcardType.getLowerBound()
IParameterizedType.getRawType()
Java.LocalVariableSlot.getType()
IWildcardType.getUpperBound()
Methods in org.codehaus.janino with parameters of type ITypeModifier and TypeMethodDescriptionCodeContext.allocateLocalVariable
(short size, String name, IType type) Allocates space for a local variable of the given size (1 or 2) on the local variable array.static IClass
Constructors in org.codehaus.janino with parameters of type ITypeModifierConstructorDescriptionLocalVariable
(boolean finaL, IType type) LocalVariableSlot
(String name, short slotNumber, IType type) NewClassInstance
(Location location, Java.Rvalue qualification, IType iType, Java.Rvalue[] arguments) SimpleType
(Location location, IType iType)