minibasic.node
クラス APrintExpStatement
java.lang.Object
minibasic.node.Node
minibasic.node.PStatement
minibasic.node.APrintExpStatement
- すべての実装インタフェース:
- java.lang.Cloneable, Switchable
- public final class APrintExpStatement
- extends PStatement
クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
APrintExpStatement
public APrintExpStatement()
APrintExpStatement
public APrintExpStatement(TPrint _print_,
PExpression _expression_,
TNewLine _newLine_)
clone
public java.lang.Object clone()
- 定義:
- クラス
Node
内の clone
apply
public void apply(Switch sw)
getPrint
public TPrint getPrint()
setPrint
public void setPrint(TPrint node)
getExpression
public PExpression getExpression()
setExpression
public void setExpression(PExpression node)
getNewLine
public TNewLine getNewLine()
setNewLine
public void setNewLine(TNewLine node)
toString
public java.lang.String toString()