Package | Description |
---|---|
org.gjt.sp.jedit.bsh |
Lightweight Scripting for Java.
|
Modifier and Type | Field | Description |
---|---|---|
static ClassGeneratorUtil.ConstructorArgs |
ClassGeneratorUtil.ConstructorArgs.DEFAULT |
A ConstructorArgs which calls the default constructor
|
Modifier and Type | Method | Description |
---|---|---|
static ClassGeneratorUtil.ConstructorArgs |
ClassGeneratorUtil.getConstructorArgs(java.lang.String superClassName,
This classStaticThis,
java.lang.Object[] consArgs,
int index) |
Evaluate the arguments (if any) for the constructor specified by
the constructor index.
|