sddl.syntax.node
Class TStraightBidirArrowKwd
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.Token
sddl.syntax.node.TStraightBidirArrowKwd
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class TStraightBidirArrowKwd
- extends Token
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TStraightBidirArrowKwd
public TStraightBidirArrowKwd()
TStraightBidirArrowKwd
public TStraightBidirArrowKwd(int line,
int pos)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
setText
public void setText(java.lang.String text)
- Overrides:
setText
in class Token