KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > ppg > parse > Unparse


1 package ppg.parse;
2
3 import ppg.util.*;
4
5 public interface Unparse {
6     /**
7      * Write a human-readable representation of the parse tree
8      */

9     public void unparse(CodeWriter cw);
10 }
11
12
Popular Tags