Uses of Interface
org.codehaus.janino.ITypeVariable
-
Packages that use ITypeVariable Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of ITypeVariable in org.codehaus.janino
Fields in org.codehaus.janino declared as ITypeVariable Modifier and Type Field Description private ITypeVariable[]
IClass. iTypeVariablesCache
Methods in org.codehaus.janino that return ITypeVariable Modifier and Type Method Description ITypeVariable[]
IClass. getITypeVariables()
protected ITypeVariable[]
ClassFileIClass. getITypeVariables2()
protected abstract ITypeVariable[]
IClass. getITypeVariables2()
The uncached version ofIClass.getDeclaredIConstructors()
which must be implemented by derived classes.protected ITypeVariable[]
IClass.PrimitiveIClass. getITypeVariables2()
ITypeVariable[]
ReflectionIClass. getITypeVariables2()
private ITypeVariable
ReflectionIClass. typeVariableToITypeVariable(java.lang.reflect.TypeVariable<?> tv)
-