Package apg

Class UdtLib.DoubleQuotedString

  • Enclosing class:
    UdtLib

    public static class UdtLib.DoubleQuotedString
    extends UdtLib.QuotedString
    UDT for the double-quoted string. The string begins and ends with the double quote " (x22).
    • Constructor Detail

      • DoubleQuotedString

        public DoubleQuotedString​(Parser p)
        Default constructor.
        Parameters:
        p - the Parser object this UDT is attached to.