Uses of Class
bsh.CallStack

Packages that use CallStack
bsh   
 

Uses of CallStack in bsh
 

Methods in bsh that return CallStack
 CallStack CallStack.copy()
          Occasionally we need to freeze the callstack for error reporting purposes, etc.
 

Methods in bsh with parameters of type CallStack
 Object NameSpace.invokeMethod(String methodName, Object[] args, Interpreter interpreter, CallStack callstack, bsh.SimpleNode callerInfo)
          This method simply delegates to This.invokeMethod();
abstract  Class ClassGenerator.generateClass(String name, Modifiers modifiers, Class[] interfaces, Class superClass, bsh.BSHBlock block, boolean isInterface, CallStack callstack, Interpreter interpreter)
          Parse the BSHBlock for the class definition and generate the class.
 EvalError UtilEvalError.toEvalError(String msg, bsh.SimpleNode node, CallStack callstack)
          Re-throw as an eval error, prefixing msg to the message and specifying the node.
 EvalError UtilEvalError.toEvalError(bsh.SimpleNode node, CallStack callstack)
           
 Object This.invokeMethod(String methodName, Object[] args, Interpreter interpreter, CallStack callstack, bsh.SimpleNode callerInfo, boolean declaredOnly)
          Invoke a method in this namespace with the specified args, interpreter reference, callstack, and caller info.
 Class ClassGeneratorImpl.generateClass(String name, Modifiers modifiers, Class[] interfaces, Class superClass, bsh.BSHBlock block, boolean isInterface, CallStack callstack, Interpreter interpreter)
           
static Class ClassGeneratorImpl.generateClassImpl(String name, Modifiers modifiers, Class[] interfaces, Class superClass, bsh.BSHBlock block, boolean isInterface, CallStack callstack, Interpreter interpreter)
          Parse the BSHBlock for for the class definition and generate the class using ClassGenerator.
 Object BSHPackageDeclaration.eval(CallStack callstack, Interpreter interpreter)
           
 Object BshMethod.invoke(Object[] argValues, Interpreter interpreter, CallStack callstack)
          Invoke the declared method with the specified arguments, interpreter reference, and callstack.
 Object BshMethod.invoke(Object[] argValues, Interpreter interpreter, CallStack callstack, bsh.SimpleNode callerInfo)
           
 EvalError UtilTargetError.toEvalError(String msg, bsh.SimpleNode node, CallStack callstack)
          Override toEvalError to throw TargetError type.
 

Constructors in bsh with parameters of type CallStack
TargetError(String msg, Throwable t, bsh.SimpleNode node, CallStack callstack, boolean inNativeCode)
           
TargetError(Throwable t, bsh.SimpleNode node, CallStack callstack)
           
EvalError(String s, bsh.SimpleNode node, CallStack callstack)
           
 



© 2000 pat@pat.net :-)