com.bluemarsh.jswat.parser.java.node
Class TSignedShiftRight
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.Token
|
+--com.bluemarsh.jswat.parser.java.node.TSignedShiftRight
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class TSignedShiftRight
- extends Token
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TSignedShiftRight
public TSignedShiftRight()
TSignedShiftRight
public TSignedShiftRight(int line,
int pos)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
setText
public void setText(java.lang.String text)
- Overrides:
setText
in class Token