sddl.syntax.node
Class AIndexRightExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PRightExp
sddl.syntax.node.AIndexRightExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AIndexRightExp
- extends PRightExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AIndexRightExp
public AIndexRightExp()
AIndexRightExp
public AIndexRightExp(PRightExp _rightExp_,
TLCr _lCr_,
PExp _exp_,
TRCr _rCr_)
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)
getLCr
public TLCr getLCr()
setLCr
public void setLCr(TLCr node)
getExp
public PExp getExp()
setExp
public void setExp(PExp node)
getRCr
public TRCr getRCr()
setRCr
public void setRCr(TRCr node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object