com.jeffpalm.scoping.compiler.ast
Class MethodCall

java.lang.Object
  extended by com.jeffpalm.scoping.compiler.ast.Node
      extended by com.jeffpalm.scoping.compiler.ast.Statement
          extended by com.jeffpalm.scoping.compiler.ast.Expression
              extended by com.jeffpalm.scoping.compiler.ast.MethodCall

public final class MethodCall
extends Expression


Field Summary
 Arguments arguments
           
 Expression receiver
           
 
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node
pos
 
Method Summary
 void traverse(IVisitor vis)
           
 java.lang.Object whatToPrint()
           
 
Methods inherited from class com.jeffpalm.scoping.compiler.ast.Node
toString, typeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

receiver

public final Expression receiver

arguments

public final Arguments arguments
Method Detail

traverse

public void traverse(IVisitor vis)
Specified by:
traverse in class Node

whatToPrint

public java.lang.Object whatToPrint()
Overrides:
whatToPrint in class Node