org.sablecc.pascal.node
クラス ADeclarations

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

public final class ADeclarations
extends PDeclarations


コンストラクタの概要
ADeclarations()
           
ADeclarations(PVariablesDeclaration _variablesDeclaration_)
           
 
メソッドの概要
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PVariablesDeclaration getVariablesDeclaration()
           
 void setVariablesDeclaration(PVariablesDeclaration 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
 

コンストラクタの詳細

ADeclarations

public ADeclarations()

ADeclarations

public ADeclarations(PVariablesDeclaration _variablesDeclaration_)
メソッドの詳細

clone

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

apply

public void apply(Switch sw)

getVariablesDeclaration

public PVariablesDeclaration getVariablesDeclaration()

setVariablesDeclaration

public void setVariablesDeclaration(PVariablesDeclaration node)

toString

public java.lang.String toString()