Package apg

Class UdtLib.LFLineEnd

  • Enclosing class:
    UdtLib

    public static class UdtLib.LFLineEnd
    extends UdtLib.LineEnd
    UDT for the LF or newline line end.
    LF = line feed, newline, \n or x0A
    • Constructor Summary

      Constructors 
      Constructor Description
      LFLineEnd​(Parser parser)
      Default constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LFLineEnd

        public LFLineEnd​(Parser parser)
        Default constructor. The line end is the single newline character, x0A.
        Parameters:
        parser - the Parser object this UDT is attached to.