minibasic.node
クラス AReadStatement

java.lang.Object
  拡張minibasic.node.Node
      拡張minibasic.node.PStatement
          拡張minibasic.node.AReadStatement
すべての実装インタフェース:
java.lang.Cloneable, Switchable

public final class AReadStatement
extends PStatement


コンストラクタの概要
AReadStatement()
           
AReadStatement(TRead _read_, TIdentifier _identifier_, TNewLine _newLine_)
           
 
メソッドの概要
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TIdentifier getIdentifier()
           
 TNewLine getNewLine()
           
 TRead getRead()
           
 void setIdentifier(TIdentifier node)
           
 void setNewLine(TNewLine node)
           
 void setRead(TRead node)
           
 java.lang.String toString()
           
 
クラス minibasic.node.Node から継承したメソッド
cloneList, cloneNode, parent, replaceBy, toString, toString
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AReadStatement

public AReadStatement()

AReadStatement

public AReadStatement(TRead _read_,
                      TIdentifier _identifier_,
                      TNewLine _newLine_)
メソッドの詳細

clone

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

apply

public void apply(Switch sw)

getRead

public TRead getRead()

setRead

public void setRead(TRead node)

getIdentifier

public TIdentifier getIdentifier()

setIdentifier

public void setIdentifier(TIdentifier node)

getNewLine

public TNewLine getNewLine()

setNewLine

public void setNewLine(TNewLine node)

toString

public java.lang.String toString()