org.holtz.zoe
Class CallRecord

java.lang.Object
  extended by org.holtz.zoe.CallRecord
Direct Known Subclasses:
OperationCall, StatementListCall

public abstract class CallRecord
extends java.lang.Object

An entry in the CallStack of the Zoel virtual machine of a Bug.

Author:
Brian Holtz

Constructor Summary
CallRecord()
           
 
Method Summary
abstract  Expression peek()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallRecord

public CallRecord()
Method Detail

peek

public abstract Expression peek()