jp.sourceforge.expression_computer
クラス Compiler

java.lang.Object
  拡張jp.sourceforge.expression_computer.Compiler

public final class Compiler
extends java.lang.Object

抽象構文木を命令列に変換します。

作成者:
uguu@users.sourceforge.jp

コンストラクタの概要
Compiler()
           
 
メソッドの概要
 CommandList compile(Node node)
           抽象構文木を命令列に変換します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Compiler

public Compiler()
メソッドの詳細

compile

public CommandList compile(Node node)

抽象構文木を命令列に変換します。

パラメータ:
node - 命令列に変換する抽象構文木。
nullの場合、NullPointerException例外をスローします。
戻り値:
変換された命令列。


Copyright © 2006 SourceForge.jp. All Rights Reserved.