Package apg
Class UdtLib.SemiComment
- java.lang.Object
-
- apg.Parser.UdtCallback
-
- apg.UdtLib.Comment
-
- apg.UdtLib.SemiComment
-
- Enclosing class:
- UdtLib
public static class UdtLib.SemiComment extends UdtLib.Comment
UDT for the ABNF comment. This is an extension of the Comment class which defines the leading comment character to be the semi-colon, ";
".
-
-
Field Summary
-
Fields inherited from class apg.Parser.UdtCallback
callbackData
-
-
Constructor Summary
Constructors Constructor Description SemiComment(Parser parser)
The default constructor.
-
Method Summary
-
Methods inherited from class apg.UdtLib.Comment
callback
-
-
-
-
Constructor Detail
-
SemiComment
public SemiComment(Parser parser)
The default constructor.- Parameters:
parser
- the Parser object this UDT is attached to.
-
-