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