public class GrammarSyntaxLexer extends ATESyntaxLexer
| Modifier and Type | Field and Description |
|---|---|
static int |
TOKEN_BLOCK_LABEL |
static int |
TOKEN_BLOCK_LIMIT |
static int |
TOKEN_CLOSE_DOUBLE_ANGLE |
static int |
TOKEN_DECL |
static int |
TOKEN_INTERNAL_REF |
static int |
TOKEN_LABEL |
static int |
TOKEN_OPEN_DOUBLE_ANGLE |
static int |
TOKEN_REFERENCE |
static int |
TOKEN_REWRITE |
c0, c1, controlCharacter, lineIndex, lineNumber, lines, position, text, TOKEN_CHAR, TOKEN_COLON, TOKEN_COMPLEX_COMMENT, TOKEN_DOUBLE_QUOTE_STRING, TOKEN_ID, TOKEN_LBRACK, TOKEN_LCURLY, TOKEN_LPAREN, TOKEN_OTHER, TOKEN_RBRACK, TOKEN_RCURLY, TOKEN_RPAREN, TOKEN_SEMI, TOKEN_SINGLE_COMMENT, TOKEN_SINGLE_QUOTE_STRING, tokens| Constructor and Description |
|---|
GrammarSyntaxLexer() |
| Modifier and Type | Method and Description |
|---|---|
ATEToken |
createNewToken(int type,
int start,
int end,
int startLineNumber,
int endLineNumber,
int startLineIndex,
int endLineIndex) |
protected ATEToken |
customMatch() |
protected ATEToken |
matchID() |
addToken, close, createNewToken, createNewToken, createNewToken, getLineNumber, getLines, getTokens, isID, isLetter, isLetterOrDigit, isLetterOrDigit, isWhitespace, matchComplexComment, matchDoubleQuoteString, matchNewLine, matchSingleComment, matchSingleQuoteString, nextCharacter, tokenize, tokenizepublic static final int TOKEN_REFERENCE
public static final int TOKEN_LABEL
public static final int TOKEN_BLOCK_LABEL
public static final int TOKEN_BLOCK_LIMIT
public static final int TOKEN_REWRITE
public static final int TOKEN_DECL
public static final int TOKEN_OPEN_DOUBLE_ANGLE
public static final int TOKEN_CLOSE_DOUBLE_ANGLE
public static final int TOKEN_INTERNAL_REF
protected ATEToken customMatch()
customMatch in class ATESyntaxLexerprotected ATEToken matchID()
matchID in class ATESyntaxLexerpublic ATEToken createNewToken(int type, int start, int end, int startLineNumber, int endLineNumber, int startLineIndex, int endLineIndex)
createNewToken in class ATESyntaxLexerCopyright © 2013. All rights reserved.