org.sablecc.pascal.node
クラス TIdentifier

java.lang.Object
  拡張org.sablecc.pascal.node.Node
      拡張org.sablecc.pascal.node.Token
          拡張org.sablecc.pascal.node.TIdentifier
すべての実装インタフェース:
java.lang.Cloneable, Switchable

public final class TIdentifier
extends Token


コンストラクタの概要
TIdentifier(java.lang.String text)
           
TIdentifier(java.lang.String text, int line, int pos)
           
 
メソッドの概要
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 
クラス org.sablecc.pascal.node.Token から継承したメソッド
getLine, getPos, getText, setLine, setPos, setText, toString
 
クラス org.sablecc.pascal.node.Node から継承したメソッド
cloneList, cloneNode, parent, replaceBy, toString, toString
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

TIdentifier

public TIdentifier(java.lang.String text)

TIdentifier

public TIdentifier(java.lang.String text,
                   int line,
                   int pos)
メソッドの詳細

clone

public java.lang.Object clone()
定義:
クラス Node 内の clone

apply

public void apply(Switch sw)