minibasic.node
クラス APrintlnStatement

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

public final class APrintlnStatement
extends PStatement


コンストラクタの概要
APrintlnStatement()
           
APrintlnStatement(TPrintln _println_, TNewLine _newLine_)
           
 
メソッドの概要
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TNewLine getNewLine()
           
 TPrintln getPrintln()
           
 void setNewLine(TNewLine node)
           
 void setPrintln(TPrintln 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
 

コンストラクタの詳細

APrintlnStatement

public APrintlnStatement()

APrintlnStatement

public APrintlnStatement(TPrintln _println_,
                         TNewLine _newLine_)
メソッドの詳細

clone

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

apply

public void apply(Switch sw)

getPrintln

public TPrintln getPrintln()

setPrintln

public void setPrintln(TPrintln node)

getNewLine

public TNewLine getNewLine()

setNewLine

public void setNewLine(TNewLine node)

toString

public java.lang.String toString()