Package apg
Class UdtLib.SingleQuotedString
- java.lang.Object
-
- apg.Parser.UdtCallback
-
- apg.UdtLib.QuotedString
-
- apg.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)
.
-
-
Field Summary
-
Fields inherited from class apg.Parser.UdtCallback
callbackData
-
-
Constructor Summary
Constructors Constructor Description SingleQuotedString(Parser p)
Default constructor.
-
Method Summary
-
Methods inherited from class apg.UdtLib.QuotedString
callback
-
-
-
-
Constructor Detail
-
SingleQuotedString
public SingleQuotedString(Parser p)
Default constructor.- Parameters:
p
- the Parser object this UDT is attached to.
-
-