Package com.sun.tools.xjc.writer
Class SignatureWriter
- java.lang.Object
-
- com.sun.tools.xjc.writer.SignatureWriter
-
public class SignatureWriter extends java.lang.Object
Dumps an annotated grammar in a simple format that makes signature check easy.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
write(Outline model, java.io.Writer out)
-
-
-
Method Detail
-
write
public static void write(Outline model, java.io.Writer out) throws java.io.IOException
- Throws:
java.io.IOException
-
-