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