jess
Class StackFrame
java.lang.Object
jess.StackFrame
- public class StackFrame
- extends java.lang.Object
A stack frame. Used by the JessDE debugger implementation, but not likely to be useful
to any other clients.
(C) 2006 Sandia National Laboratories
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StackFrame
public StackFrame(Funcall funcall,
LineNumberRecord record)
getLineNumberRecord
public LineNumberRecord getLineNumberRecord()
getFuncall
public Funcall getFuncall()
toString
public java.lang.String toString()