Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
Modifier and Type | Field and Description |
---|---|
IClass.IConstructor |
IClassLoader.CTOR_java_lang_StringBuilder__java_lang_String
Representation of the
StringBuilder.StringBuilder(String) constructor. |
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. |
Copyright © 2001–2016. All rights reserved.