Package | Description |
---|---|
bsh | |
bsh.util |
Modifier and Type | Class | Description |
---|---|---|
class |
XThis |
XThis is a dynamically loaded extension which extends This.java and adds
support for the generalized interface proxy mechanism introduced in
JDK1.3.
|
Modifier and Type | Method | Description |
---|---|---|
This |
NameSpace.getGlobal(Interpreter declaringInterpreter) |
Get the top level namespace or this namespace if we are the top.
|
This |
NameSpace.getSuper(Interpreter declaringInterpreter) |
Get the parent namespace' This reference or this namespace' This
reference if we are the top.
|
This |
NameSpace.getThis(Interpreter declaringInterpreter) |
A This object is a thin layer over a namespace, comprising a bsh object
context.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
This.bind(This ths,
NameSpace namespace,
Interpreter declaringInterpreter) |
Bind a This reference to a parent's namespace with the specified
declaring interpreter.
|
static ClassGeneratorUtil.ConstructorArgs |
ClassGeneratorUtil.getConstructorArgs(java.lang.String superClassName,
This classStaticThis,
java.lang.Object[] consArgs,
int index) |
This method is called by the **generated class** during construction.
|
Constructor | Description |
---|---|
BshCanvas(This ths) |
? 2000-2005 pat@pat.net :-)