com.sun.tools.xjc.writer
Class SignatureWriter

java.lang.Object
  extended by 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.


Method Summary
static void write(Outline model, java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public static void write(Outline model,
                         java.io.Writer out)
                  throws java.io.IOException
Throws:
java.io.IOException