public class ATEStringTemplateSyntaxEngine extends ATESyntaxEngine
| Modifier and Type | Field and Description |
|---|---|
protected SimpleAttributeSet |
blockAttr |
protected SimpleAttributeSet |
labelAttr |
commentAttr, delegate, keywordAttr, lexer, parser, stringAttr, tokens| Constructor and Description |
|---|
ATEStringTemplateSyntaxEngine() |
| Modifier and Type | Method and Description |
|---|---|
ATESyntaxLexer |
createLexer() |
ATESyntaxParser |
createParser() |
AttributeSet |
getAttributeForToken(ATEToken token) |
Set<String> |
getKeywords()
Returns the set of keyword for the language.
|
void |
refreshColoring() |
applyCommentAttribute, applyKeywordAttribute, applyStringAttribute, close, getLexer, getLines, getMaxLines, getParser, getTokens, process, processSyntax, setDelegateprotected SimpleAttributeSet blockAttr
protected SimpleAttributeSet labelAttr
public ATESyntaxLexer createLexer()
createLexer in class ATESyntaxEnginepublic ATESyntaxParser createParser()
createParser in class ATESyntaxEnginepublic Set<String> getKeywords()
ATESyntaxEnginegetKeywords in class ATESyntaxEnginepublic void refreshColoring()
refreshColoring in class ATESyntaxEnginepublic AttributeSet getAttributeForToken(ATEToken token)
getAttributeForToken in class ATESyntaxEngineCopyright © 2013. All rights reserved.