Package apg

Class UdtLib.SemiComment

  • Enclosing class:
    UdtLib

    public static class UdtLib.SemiComment
    extends UdtLib.Comment
    UDT for the ABNF comment. This is an extension of the Comment class which defines the leading comment character to be the semi-colon, ";".
    • Constructor Summary

      Constructors 
      Constructor Description
      SemiComment​(Parser parser)
      The default constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SemiComment

        public SemiComment​(Parser parser)
        The default constructor.
        Parameters:
        parser - the Parser object this UDT is attached to.