joosc.node
Class ACallExp

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PExp
          extended byjoosc.node.ACallExp
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ACallExp
extends PExp


Constructor Summary
ACallExp()
           
ACallExp(PMethodinvocation _methodinvocation_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PMethodinvocation getMethodinvocation()
           
 void setMethodinvocation(PMethodinvocation node)
           
 java.lang.String toString()
           
 
Methods inherited from class joosc.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ACallExp

public ACallExp()

ACallExp

public ACallExp(PMethodinvocation _methodinvocation_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getMethodinvocation

public PMethodinvocation getMethodinvocation()

setMethodinvocation

public void setMethodinvocation(PMethodinvocation node)

toString

public java.lang.String toString()