|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use This | |
bsh | |
bsh.util |
Uses of This in bsh |
Methods in bsh that return This | |
This |
NameSpace.getSuper(Interpreter declaringInterpreter)
Get the parent namespace' This reference or this namespace' This reference if we are the top. |
This |
NameSpace.getGlobal(Interpreter declaringInterpreter)
Get the top level namespace or this namespace if we are the top. |
Methods in bsh with parameters of type This | |
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. |
static void |
This.bind(This ths,
NameSpace namespace,
Interpreter declaringInterpreter)
Bind a This reference to a parent's namespace with the specified declaring interpreter. |
Uses of This in bsh.util |
Constructors in bsh.util with parameters of type This | |
BshCanvas(This ths)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |