edu.vub.at.eval
Class InvocationStack.InvocationFrame

java.lang.Object
  extended byedu.vub.at.eval.InvocationStack.InvocationFrame
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
InvocationStack

private static class InvocationStack.InvocationFrame
extends java.lang.Object
implements java.io.Serializable


Field Summary
 ATTable arguments
           
 ATExpression invocation
           
 ATObject receiver
           
 
Constructor Summary
InvocationStack.InvocationFrame(ATExpression inv, ATObject rcvr, ATTable args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invocation

public final ATExpression invocation

receiver

public final ATObject receiver

arguments

public final ATTable arguments
Constructor Detail

InvocationStack.InvocationFrame

public InvocationStack.InvocationFrame(ATExpression inv,
                                       ATObject rcvr,
                                       ATTable args)