sddl.syntax.node
Class ACallRightExp

java.lang.Object
  extended by sddl.syntax.node.Node
      extended by sddl.syntax.node.PRightExp
          extended by sddl.syntax.node.ACallRightExp
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ACallRightExp
extends PRightExp


Constructor Summary
ACallRightExp()
           
ACallRightExp(PRightExp _rightExp_, TDot _dot_, TId _id_, PArgList _argList_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PArgList getArgList()
           
 TDot getDot()
           
 TId getId()
           
 PRightExp getRightExp()
           
 void setArgList(PArgList node)
           
 void setDot(TDot node)
           
 void setId(TId node)
           
 void setRightExp(PRightExp node)
           
 java.lang.String toString()
           
 
Methods inherited from class sddl.syntax.node.Node
parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ACallRightExp

public ACallRightExp()

ACallRightExp

public ACallRightExp(PRightExp _rightExp_,
                     TDot _dot_,
                     TId _id_,
                     PArgList _argList_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getRightExp

public PRightExp getRightExp()

setRightExp

public void setRightExp(PRightExp node)

getDot

public TDot getDot()

setDot

public void setDot(TDot node)

getId

public TId getId()

setId

public void setId(TId node)

getArgList

public PArgList getArgList()

setArgList

public void setArgList(PArgList node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object