Package apg

Class UdtLib.SingleQuotedString

  • Enclosing class:
    UdtLib

    public static class UdtLib.SingleQuotedString
    extends UdtLib.QuotedString
    UDT for the single-quoted string. The string begins and ends with the single quote ' (x27).
    • Constructor Detail

      • SingleQuotedString

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