irt
Class CALL

java.lang.Object
  |
  +--irt.Exp
        |
        +--irt.CALL

public class CALL
extends Exp


Field Summary
 ExpList args
           
 Exp func
           
 
Fields inherited from class irt.Exp
typeD
 
Constructor Summary
CALL(Exp func, ExpList args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

func

public Exp func

args

public ExpList args
Constructor Detail

CALL

public CALL(Exp func,
            ExpList args)