Interface Parser
- All Known Implementing Classes:
StandardParser
public interface Parser
-
Method Summary
Modifier and TypeMethodDescriptioncharasterisk()charat()default Stringchardollar()getDirective(String directive) getToken(int index) charhash()booleanisDirective(String macro) default StringvoidReInit(CharStream stream) void
-
Method Details
-
getRuntimeServices
RuntimeServices getRuntimeServices() -
parse
- Throws:
ParseException
-
resetCurrentTemplate
void resetCurrentTemplate() -
getCurrentTemplate
Template getCurrentTemplate() -
getToken
-
isDirective
-
getDirective
-
ReInit
-
dollar
char dollar() -
hash
char hash() -
at
char at() -
asterisk
char asterisk() -
lineComment
-
blockComment
-