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
クラス 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()