jess
Class StackFrame

java.lang.Object
  extended by 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) 2013 Sandia Corporation


Constructor Summary
StackFrame(Funcall funcall, LineNumberRecord record)
           
 
Method Summary
 Funcall getFuncall()
           
 LineNumberRecord getLineNumberRecord()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackFrame

public StackFrame(Funcall funcall,
                  LineNumberRecord record)
Method Detail

getLineNumberRecord

public LineNumberRecord getLineNumberRecord()

getFuncall

public Funcall getFuncall()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

© 2013 Sandia Corporation