All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class epp.SimpleEmitter

java.lang.Object
   |
   +----epp.Emitter
           |
           +----epp.SimpleEmitter

public class SimpleEmitter
extends Emitter
クラス SimpleEmitter は、汎用的な Emitter クラスです。.

plug-in プログラマーは、普通 code-emitting pass を 拡張しないので、このクラスを使う必要はありません。


Constructor Index

 o SimpleEmitter(String)

Method Index

 o call(OutputStream, Tree)
引数の tree を文字列にして出力します。.

Constructors

 o SimpleEmitter
 public SimpleEmitter(String format)

Methods

 o call
 public void call(OutputStream out,
                  Tree tree) throws IOException
引数の tree を文字列にして出力します。.

Overrides:
call in class Emitter

All Packages  Class Hierarchy  This Package  Previous  Next  Index