org.sablecc.pascal.node
クラス AType

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

public final class AType
extends PType


コンストラクタの概要
AType()
           
AType(TInteger _integer_)
           
 
メソッドの概要
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TInteger getInteger()
           
 void setInteger(TInteger node)
           
 java.lang.String toString()
           
 
クラス org.sablecc.pascal.node.Node から継承したメソッド
cloneList, cloneNode, parent, replaceBy, toString, toString
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AType

public AType()

AType

public AType(TInteger _integer_)
メソッドの詳細

clone

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

apply

public void apply(Switch sw)

getInteger

public TInteger getInteger()

setInteger

public void setInteger(TInteger node)

toString

public java.lang.String toString()