Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.sablecc.sablecc.node
Class TComment  view TComment download TComment.java

java.lang.Object
  extended byorg.sablecc.sablecc.node.Node
      extended byorg.sablecc.sablecc.node.Token
          extended byorg.sablecc.sablecc.node.TComment
All Implemented Interfaces:
org.sablecc.sablecc.Switchable

public final class TComment
extends Token


Field Summary
 
Fields inherited from class org.sablecc.sablecc.node.Token
 
Fields inherited from class org.sablecc.sablecc.node.Node
 
Constructor Summary
TComment()
           
 
Method Summary
 void apply(org.sablecc.sablecc.Switch sw)
           
 
Methods inherited from class org.sablecc.sablecc.node.Token
getLine, getPos, getText, removeChild, setLine, setPos, setText, toString
 
Methods inherited from class org.sablecc.sablecc.node.Node
getId, getIn, getOut, getParent, setIn, setOut, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TComment

public TComment()
Method Detail

apply

public void apply(org.sablecc.sablecc.Switch sw)