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 TypeInterfaceDescriptioninterfaceinterfaceType bounds can either be a class or interface type, or a type variable.interfaceinterfaceClasses in org.codehaus.janino that implement ITypeModifier and TypeClassDescriptionclassclassA simplified equivalent to "java.lang.reflect".Fields in org.codehaus.janino declared as ITypeModifier and TypeFieldDescriptionJava.NewClassInstance.iTypeThe resolvedJava.NewClassInstance.type.final ITypeJava.SimpleType.iTypefinal ITypeJava.LocalVariable.typeThe 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 IClassConstructors 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)