Package apg

Class UdtLib.CppComment

  • Enclosing class:
    UdtLib

    public static class UdtLib.CppComment
    extends UdtLib.Comment
    UDT for the C++ language comment. This is an extension of the Comment class which defines the beginning pair of characters to be "//".
    • Constructor Summary

      Constructors 
      Constructor Description
      CppComment​(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

      • CppComment

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