sddl.syntax.node
Class ARotatedRightExp

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

public final class ARotatedRightExp
extends PRightExp


Constructor Summary
ARotatedRightExp()
           
ARotatedRightExp(PRightExp _rightExp_, TRotatedKwd _rotatedKwd_, TLPar _lPar_, PEqExp _eqExp_, TRPar _rPar_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PEqExp getEqExp()
           
 TLPar getLPar()
           
 PRightExp getRightExp()
           
 TRotatedKwd getRotatedKwd()
           
 TRPar getRPar()
           
 void setEqExp(PEqExp node)
           
 void setLPar(TLPar node)
           
 void setRightExp(PRightExp node)
           
 void setRotatedKwd(TRotatedKwd node)
           
 void setRPar(TRPar 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

ARotatedRightExp

public ARotatedRightExp()

ARotatedRightExp

public ARotatedRightExp(PRightExp _rightExp_,
                        TRotatedKwd _rotatedKwd_,
                        TLPar _lPar_,
                        PEqExp _eqExp_,
                        TRPar _rPar_)
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)

getRotatedKwd

public TRotatedKwd getRotatedKwd()

setRotatedKwd

public void setRotatedKwd(TRotatedKwd node)

getLPar

public TLPar getLPar()

setLPar

public void setLPar(TLPar node)

getEqExp

public PEqExp getEqExp()

setEqExp

public void setEqExp(PEqExp node)

getRPar

public TRPar getRPar()

setRPar

public void setRPar(TRPar node)

toString

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