Class DRLOutput


  • public class DRLOutput
    extends java.lang.Object
    This contains the DRL output that each piece of the parser spreadsheet will contribute to
    • Constructor Summary

      Constructors 
      Constructor Description
      DRLOutput()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDRL()
      Return the rendered DRL so far
      java.lang.String toString()  
      void writeLine​(java.lang.String line)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DRLOutput

        public DRLOutput()
    • Method Detail

      • writeLine

        public void writeLine​(java.lang.String line)
      • getDRL

        public java.lang.String getDRL()
        Return the rendered DRL so far
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object