frysk.debuginfo
Class DebugInfo

java.lang.Object
  extended by frysk.debuginfo.DebugInfo

public class DebugInfo
extends Object


Constructor Summary
DebugInfo(DebugInfoFrame frame)
          Create a symbol table object.
 
Method Summary
 Value print(String expression, DebugInfoFrame frame)
          Implement the cli print request.
 String what(DebugInfoFrame frame, String sInput)
          Implement the cli what request
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugInfo

public DebugInfo(DebugInfoFrame frame)
Create a symbol table object. There should be one SymTab per process.

Parameters:
frame -
Method Detail

what

public String what(DebugInfoFrame frame,
                   String sInput)
Implement the cli what request

Parameters:
sInput -
Returns:
String

print

public Value print(String expression,
                   DebugInfoFrame frame)
Implement the cli print request.