| Package | Description |
|---|---|
| org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
ReflectionIClass.ReflectionIConstructor |
| Modifier and Type | Field and Description |
|---|---|
IClass.IConstructor |
IClassLoader.CTOR_java_lang_StringBuilder__java_lang_String
Representation of the
StringBuilder(String) constructor. |
private IClass.IConstructor[] |
IClass.declaredIConstructorsCache |
(package private) IClass.IConstructor |
Java.ConstructorDeclarator.iConstructor
The resolved
IClass.IConstructor. |
| Modifier and Type | Method and 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 of
IClass.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) |
| Modifier and Type | Method and Description |
|---|---|
private void |
UnitCompiler.invoke(Java.Locatable locatable,
IClass.IConstructor iConstructor) |