Uses of Class
org.gjt.sp.jedit.bsh.This

Packages that use This
org.gjt.sp.jedit.bsh   
 

Uses of This in org.gjt.sp.jedit.bsh
 

Subclasses of This in org.gjt.sp.jedit.bsh
 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.
 

Methods in org.gjt.sp.jedit.bsh that return This
 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.
 

Methods in org.gjt.sp.jedit.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.
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.