joosc.node
Class AMethodinvocation

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PMethodinvocation
          extended byjoosc.node.AMethodinvocation
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AMethodinvocation
extends PMethodinvocation


Constructor Summary
AMethodinvocation()
           
AMethodinvocation(PReceiver _receiver_, TDot _dot_, TIdentifier _identifier_, TLPar _lPar_, PArgumentList _argumentList_, TRPar _rPar_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PArgumentList getArgumentList()
           
 TDot getDot()
           
 TIdentifier getIdentifier()
           
 TLPar getLPar()
           
 PReceiver getReceiver()
           
 TRPar getRPar()
           
 void setArgumentList(PArgumentList node)
           
 void setDot(TDot node)
           
 void setIdentifier(TIdentifier node)
           
 void setLPar(TLPar node)
           
 void setReceiver(PReceiver node)
           
 void setRPar(TRPar 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

AMethodinvocation

public AMethodinvocation()

AMethodinvocation

public AMethodinvocation(PReceiver _receiver_,
                         TDot _dot_,
                         TIdentifier _identifier_,
                         TLPar _lPar_,
                         PArgumentList _argumentList_,
                         TRPar _rPar_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getReceiver

public PReceiver getReceiver()

setReceiver

public void setReceiver(PReceiver node)

getDot

public TDot getDot()

setDot

public void setDot(TDot node)

getIdentifier

public TIdentifier getIdentifier()

setIdentifier

public void setIdentifier(TIdentifier node)

getLPar

public TLPar getLPar()

setLPar

public void setLPar(TLPar node)

getArgumentList

public PArgumentList getArgumentList()

setArgumentList

public void setArgumentList(PArgumentList node)

getRPar

public TRPar getRPar()

setRPar

public void setRPar(TRPar node)

toString

public java.lang.String toString()