Package | Description |
---|---|
bsh |
Modifier and Type | Method and Description |
---|---|
Variable[] |
NameSpace.getDeclaredVariables() |
Variable[] |
ExternalNameSpace.getDeclaredVariables() |
protected Variable |
NameSpace.getImportedVar(String name) |
protected Variable |
NameSpace.getVariableImpl(String name,
boolean recurse)
Locate a variable and return the Variable object with optional
recursion through parent name spaces.
|
protected Variable |
ExternalNameSpace.getVariableImpl(String name,
boolean recurse) |
Modifier and Type | Method and Description |
---|---|
protected Object |
NameSpace.unwrapVariable(Variable var)
Unwrap a variable to its value.
|
Constructor and Description |
---|
ClassGeneratorUtil(Modifiers classModifiers,
String className,
String packageName,
Class superClass,
Class[] interfaces,
Variable[] vars,
DelayedEvalBshMethod[] bshmethods,
NameSpace classStaticNameSpace,
boolean isInterface) |
? 2000-2005 pat@pat.net :-)