|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use This | |
bsh | |
bsh.util |
Uses of This in bsh |
Subclasses of This in bsh | |
(package private) class |
JThis
JThis is a dynamically loaded extension which extends This and adds explicit support for AWT and JFC events, etc. |
(package private) 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. |
Fields in bsh declared as This | |
private This |
NameSpace.thisReference
|
(package private) static This |
Interpreter.systemObject
Shared system object visible under bsh.system |
Methods in bsh that return This | |
(package private) static This |
This.getThis(NameSpace namespace,
Interpreter declaringInterpreter)
getThis() is a factory for bsh.This type references. |
(package private) This |
NameSpace.getThis(Interpreter declaringInterpreter)
A This object is a thin layer over a namespace, comprising a bsh object context. |
(package private) This |
BlockNameSpace.getThis(Interpreter declaringInterpreter)
this is our parent's this |
Methods in bsh with parameters of type This | |
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 |
Fields in bsh.util declared as This | |
(package private) This |
BshCanvas.ths
|
Constructors in bsh.util with parameters of type This | |
BshCanvas(This ths)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |