Package | Description |
---|---|
org.gjt.sp.jedit.bsh |
Lightweight Scripting for Java.
|
Modifier and Type | Method | Description |
---|---|---|
Variable[] |
ExternalNameSpace.getDeclaredVariables() |
|
Variable[] |
NameSpace.getDeclaredVariables() |
|
protected Variable |
NameSpace.getImportedVar(java.lang.String name) |
|
protected Variable |
ExternalNameSpace.getVariableImpl(java.lang.String name,
boolean recurse) |
|
protected Variable |
NameSpace.getVariableImpl(java.lang.String name,
boolean recurse) |
Locate a variable and return the Variable object with optional
recursion through parent name spaces.
|
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.Object |
NameSpace.unwrapVariable(Variable var) |
Unwrap a variable to its value.
|
Constructor | Description |
---|---|
ClassGeneratorUtil(Modifiers classModifiers,
java.lang.String className,
java.lang.String packageName,
java.lang.Class superClass,
java.lang.Class[] interfaces,
Variable[] vars,
DelayedEvalBshMethod[] bshmethods,
NameSpace classStaticNameSpace,
boolean isInterface) |