Class AComment
java.lang.Object
edu.unc.cs.comp524.parsers.prolog.AComment
- All Implemented Interfaces:
Comment
public class AComment extends Object implements Comment
The default concrete
Comment implementation.-
Constructor Summary
Constructors Constructor Description AComment(String s)AComment(List<org.antlr.v4.runtime.Token> ts)Constructor for use withPrologParser-related objects.AComment(org.antlr.v4.runtime.Token t)Constructor for use withPrologParser-related objects. -
Method Summary
-
Constructor Details
-
AComment
-
AComment
public AComment(org.antlr.v4.runtime.Token t)Constructor for use withPrologParser-related objects.- Parameters:
t- Token from which to derivetext
-
AComment
Constructor for use withPrologParser-related objects.- Parameters:
ts- Tokens from which to derivetext
-
-
Method Details