sddl.syntax.node
Class TComment
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.Token
sddl.syntax.node.TComment
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class TComment
- extends Token
Constructor Summary |
TComment(java.lang.String text)
|
TComment(java.lang.String text,
int line,
int pos)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TComment
public TComment(java.lang.String text)
TComment
public TComment(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)