Uses of Class
org.codehaus.janino.IClass.IConstructor
-
Packages that use IClass.IConstructor Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of IClass.IConstructor in org.codehaus.janino
Subclasses of IClass.IConstructor in org.codehaus.janino Modifier and Type Class Description private class
ReflectionIClass.ReflectionIConstructor
Fields in org.codehaus.janino declared as IClass.IConstructor Modifier and Type Field Description IClass.IConstructor
IClassLoader. CTOR_java_lang_StringBuilder__java_lang_String
Representation of theStringBuilder(String)
constructor.private IClass.IConstructor[]
IClass. declaredIConstructorsCache
(package private) IClass.IConstructor
Java.ConstructorDeclarator. iConstructor
The resolvedIClass.IConstructor
.Methods in org.codehaus.janino that return IClass.IConstructor Modifier and Type Method Description IClass.IConstructor
IClass. findIConstructor(IClass[] parameterTypes)
IClass.IConstructor[]
IClass. getDeclaredIConstructors()
Returns all the constructors declared by the class represented by the type.protected IClass.IConstructor[]
ClassFileIClass. getDeclaredIConstructors2()
protected abstract IClass.IConstructor[]
IClass. getDeclaredIConstructors2()
The uncached version ofIClass.getDeclaredIConstructors()
which must be implemented by derived classes.protected IClass.IConstructor[]
IClass.PrimitiveIClass. getDeclaredIConstructors2()
protected IClass.IConstructor[]
ReflectionIClass. getDeclaredIConstructors2()
(package private) IClass.IConstructor
UnitCompiler. toIConstructor(Java.ConstructorDeclarator constructorDeclarator)
Methods in org.codehaus.janino with parameters of type IClass.IConstructor Modifier and Type Method Description private void
UnitCompiler. invoke(Java.Locatable locatable, IClass.IConstructor iConstructor)
-