All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class epp.SimpleEmitter

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

public class SimpleEmitter
extends Emitter
The SimpleEmitter class is a generic Emitter class.

Normally, plug-in programmers do not extend the code-emitting pass, so they should not need to use this class.


Constructor Index

 o SimpleEmitter(String)

Method Index

 o call(OutputStream, Tree)
Converts the specified tree argument into a character string and writes it.

Constructors

 o SimpleEmitter
 public SimpleEmitter(String format)

Methods

 o call
 public void call(OutputStream out,
                  Tree tree) throws IOException
Converts the specified tree argument into a character string and writes it.

Overrides:
call in class Emitter

All Packages  Class Hierarchy  This Package  Previous  Next  Index