test2.node
クラス Start

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

public final class Start
extends Node


コンストラクタの概要
Start()
           
Start(PExpr _pExpr_, EOF _eof_)
           
 
メソッドの概要
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 EOF getEOF()
           
 PExpr getPExpr()
           
 void setEOF(EOF node)
           
 void setPExpr(PExpr node)
           
 java.lang.String toString()
           
 
クラス test2.node.Node から継承したメソッド
cloneList, cloneNode, parent, replaceBy, toString, toString
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Start

public Start()

Start

public Start(PExpr _pExpr_,
             EOF _eof_)
メソッドの詳細

clone

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

apply

public void apply(Switch sw)

getPExpr

public PExpr getPExpr()

setPExpr

public void setPExpr(PExpr node)

getEOF

public EOF getEOF()

setEOF

public void setEOF(EOF node)

toString

public java.lang.String toString()