org.holtz.zoe
Class OperationCall

java.lang.Object
  extended by org.holtz.zoe.CallRecord
      extended by org.holtz.zoe.OperationCall

public class OperationCall
extends CallRecord

An entry in the CallStack of a Bug storing execution state for a Statement.

Author:
Brian Holtz

Field Summary
 boolean argEvaluated
           
 Operation operation
           
 
Constructor Summary
OperationCall(Operation theOperation)
           
 
Method Summary
 Operation peek()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

operation

public Operation operation

argEvaluated

public boolean argEvaluated
Constructor Detail

OperationCall

public OperationCall(Operation theOperation)
Method Detail

toString

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

peek

public Operation peek()
Specified by:
peek in class CallRecord