org.sablecc.pascal.node
クラス AVariablesDefinition

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

public final class AVariablesDefinition
extends PVariablesDefinition


コンストラクタの概要
AVariablesDefinition()
           
AVariablesDefinition(PIdentifierList _identifierList_, TColon _colon_, PType _type_, TSemicolon _semicolon_)
           
 
メソッドの概要
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TColon getColon()
           
 PIdentifierList getIdentifierList()
           
 TSemicolon getSemicolon()
           
 PType getType()
           
 void setColon(TColon node)
           
 void setIdentifierList(PIdentifierList node)
           
 void setSemicolon(TSemicolon node)
           
 void setType(PType 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
 

コンストラクタの詳細

AVariablesDefinition

public AVariablesDefinition()

AVariablesDefinition

public AVariablesDefinition(PIdentifierList _identifierList_,
                            TColon _colon_,
                            PType _type_,
                            TSemicolon _semicolon_)
メソッドの詳細

clone

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

apply

public void apply(Switch sw)

getIdentifierList

public PIdentifierList getIdentifierList()

setIdentifierList

public void setIdentifierList(PIdentifierList node)

getColon

public TColon getColon()

setColon

public void setColon(TColon node)

getType

public PType getType()

setType

public void setType(PType node)

getSemicolon

public TSemicolon getSemicolon()

setSemicolon

public void setSemicolon(TSemicolon node)

toString

public java.lang.String toString()