Package apg
Class UdtLib.CppComment
- java.lang.Object
-
- apg.Parser.UdtCallback
-
- apg.UdtLib.Comment
-
- apg.UdtLib.CppComment
-
- Enclosing class:
- UdtLib
public static class UdtLib.CppComment extends UdtLib.Comment
UDT for the C++ language comment. This is an extension of the Comment class which defines the beginning pair of characters to be "//".
-
-
Field Summary
-
Fields inherited from class apg.Parser.UdtCallback
callbackData
-
-
Constructor Summary
Constructors Constructor Description CppComment(Parser parser)
The default constructor.
-
Method Summary
-
Methods inherited from class apg.UdtLib.Comment
callback
-
-
-
-
Constructor Detail
-
CppComment
public CppComment(Parser parser)
The default constructor.- Parameters:
parser
- the Parser object this UDT is attached to.
-
-