Class 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)  
      • 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