pt.compiler.pt
Class NotifyArg

java.lang.Object
  extended by pt.compiler.pt.NotifyArg

public class NotifyArg
extends java.lang.Object


Constructor Summary
NotifyArg(Expression instance, Expression slot, boolean staticSlot)
           
 
Method Summary
 Expression getInstance()
           
 boolean getIsIntermediateNotify()
           
 Expression getSlot()
           
 boolean isStaticSlot()
           
 void setInterNotify(boolean intermediate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyArg

public NotifyArg(Expression instance,
                 Expression slot,
                 boolean staticSlot)
Method Detail

getInstance

public Expression getInstance()

getSlot

public Expression getSlot()

isStaticSlot

public boolean isStaticSlot()

getIsIntermediateNotify

public boolean getIsIntermediateNotify()

setInterNotify

public void setInterNotify(boolean intermediate)