public class ATEStringTemplateSyntaxParser extends ATESyntaxParser
| Modifier and Type | Field and Description |
|---|---|
List<String> |
currentArgNames |
List<ATEToken> |
currentArgs |
List<ATEToken> |
decls |
List<ElementTemplateMapDefinition> |
mapDefinitions |
List<ATEToken> |
maps |
List<ElementTemplateReference> |
references |
List<ElementTemplateRule> |
templateRules |
| Constructor and Description |
|---|
ATEStringTemplateSyntaxParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ElementTemplateName |
getName() |
boolean |
matchComplexComment(int index) |
boolean |
matchSingleComment(int index) |
void |
parseTokens() |
getPosition, getToken, getTokens, isChar, isComplexComment, isID, isID, isSingleComment, isTokenType, mark, matchSingleQuoteString, moreTokens, nextToken, parse, previousToken, rewind, skip, Tpublic final List<ElementTemplateRule> templateRules
public final List<ElementTemplateReference> references
public final List<ElementTemplateMapDefinition> mapDefinitions
public ElementTemplateName getName()
public void close()
close in class ATESyntaxParserpublic void parseTokens()
parseTokens in class ATESyntaxParserpublic boolean matchSingleComment(int index)
matchSingleComment in class ATESyntaxParserpublic boolean matchComplexComment(int index)
matchComplexComment in class ATESyntaxParserCopyright © 2013. All rights reserved.