com.bluemarsh.jswat.parser.java.node
Class AUnsignedShiftRightShiftExpression

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.java.node.Node
        |
        +--com.bluemarsh.jswat.parser.java.node.PShiftExpression
              |
              +--com.bluemarsh.jswat.parser.java.node.AUnsignedShiftRightShiftExpression
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AUnsignedShiftRightShiftExpression
extends PShiftExpression


Constructor Summary
AUnsignedShiftRightShiftExpression()
           
AUnsignedShiftRightShiftExpression(PShiftExpression _shiftExpression_, TUnsignedShiftRight _unsignedShiftRight_, PAdditiveExpression _additiveExpression_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PAdditiveExpression getAdditiveExpression()
           
 PShiftExpression getShiftExpression()
           
 TUnsignedShiftRight getUnsignedShiftRight()
           
 void setAdditiveExpression(PAdditiveExpression node)
           
 void setShiftExpression(PShiftExpression node)
           
 void setUnsignedShiftRight(TUnsignedShiftRight node)
           
 java.lang.String toString()
           
 
Methods inherited from class com.bluemarsh.jswat.parser.java.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AUnsignedShiftRightShiftExpression

public AUnsignedShiftRightShiftExpression()

AUnsignedShiftRightShiftExpression

public AUnsignedShiftRightShiftExpression(PShiftExpression _shiftExpression_,
                                          TUnsignedShiftRight _unsignedShiftRight_,
                                          PAdditiveExpression _additiveExpression_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getShiftExpression

public PShiftExpression getShiftExpression()

setShiftExpression

public void setShiftExpression(PShiftExpression node)

getUnsignedShiftRight

public TUnsignedShiftRight getUnsignedShiftRight()

setUnsignedShiftRight

public void setUnsignedShiftRight(TUnsignedShiftRight node)

getAdditiveExpression

public PAdditiveExpression getAdditiveExpression()

setAdditiveExpression

public void setAdditiveExpression(PAdditiveExpression node)

toString

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