Frames | No Frames |
Classes derived from bsh.This | |
class | XThis is a dynamically loaded extension which extends This.java and adds
support for the generalized interface proxy mechanism introduced in
JDK1.3. |
Methods with parameter type bsh.This | |
void | Bind a This reference to a parent's namespace with the specified
declaring interpreter. |
ClassGeneratorUtil.ConstructorArgs | ClassGeneratorUtil.getConstructorArgs(String superClassName, This classStaticThis, Object[] consArgs, int index) Evaluate the arguments (if any) for the constructor specified by
the constructor index. |
Methods with return type bsh.This | |
This | Get the top level namespace or this namespace if we are the top. |
This | Get the parent namespace' This reference or this namespace' This
reference if we are the top. |
Constructors with parameter type bsh.This | |