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

Quick Search    Search Deep

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

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

public final class TProductionSpecifier
extends Token


Field Summary
 
Fields inherited from class org.sablecc.sablecc.node.Token
 
Fields inherited from class org.sablecc.sablecc.node.Node
 
Constructor Summary
TProductionSpecifier()
           
 
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

TProductionSpecifier

public TProductionSpecifier()
Method Detail

apply

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