sddl.syntax.node
Class AIndexRightExp

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

public final class AIndexRightExp
extends PRightExp


Constructor Summary
AIndexRightExp()
           
AIndexRightExp(PRightExp _rightExp_, TLCr _lCr_, PExp _exp_, TRCr _rCr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PExp getExp()
           
 TLCr getLCr()
           
 TRCr getRCr()
           
 PRightExp getRightExp()
           
 void setExp(PExp node)
           
 void setLCr(TLCr node)
           
 void setRCr(TRCr 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

AIndexRightExp

public AIndexRightExp()

AIndexRightExp

public AIndexRightExp(PRightExp _rightExp_,
                      TLCr _lCr_,
                      PExp _exp_,
                      TRCr _rCr_)
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)

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