sddl.syntax.node
Class ARotatedRightExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PRightExp
sddl.syntax.node.ARotatedRightExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ARotatedRightExp
- extends PRightExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ARotatedRightExp
public ARotatedRightExp()
ARotatedRightExp
public ARotatedRightExp(PRightExp _rightExp_,
TRotatedKwd _rotatedKwd_,
TLPar _lPar_,
PEqExp _eqExp_,
TRPar _rPar_)
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