All Packages Class Hierarchy This Package Previous Next Index
Interface dlib.Print_Readable
- public interface Print_Readable
classes which implement this protocol are able to print themselves
such that the printed text, when encountered by the java compiler,
will generate an equivalent object. This is intended as part of a
framework for tools which produce java source files as their output.
-
Print_Readably(PrintStream)
-
Print_Readably
public abstract void Print_Readably(PrintStream out)
All Packages Class Hierarchy This Package Previous Next Index