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


コンストラクタの概要
APrintExpStatement()
           
APrintExpStatement(TPrint _print_, PExpression _expression_, TNewLine _newLine_)
           
 
メソッドの概要
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PExpression getExpression()
           
 TNewLine getNewLine()
           
 TPrint getPrint()
           
 void setExpression(PExpression node)
           
 void setNewLine(TNewLine node)
           
 void setPrint(TPrint 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
 

コンストラクタの詳細

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()