Uses of Class
jmri.jmrix.srcp.parser.Token
-
Packages that use Token Package Description jmri.jmrix.srcp.parser The contents of this package are automatically generated (except for the SRCPVistor class). -
-
Uses of Token in jmri.jmrix.srcp.parser
Fields in jmri.jmrix.srcp.parser declared as Token Modifier and Type Field Description Token
ParseException. currentToken
(package private) Token
SRCPClientParser.JJCalls. first
protected Token
SimpleNode. firstToken
Token
SRCPClientParser. jj_nt
protected Token
SimpleNode. lastToken
Token
Token. next
Token
Token. specialToken
Token
SRCPClientParser. token
Methods in jmri.jmrix.srcp.parser that return Token Modifier and Type Method Description Token
SRCPClientParser. getNextToken()
Token
SRCPClientParserTokenManager. getNextToken()
Token
SRCPClientParser. getToken(int index)
protected Token
SRCPClientParserTokenManager. jjFillToken()
Token
SimpleNode. jjtGetFirstToken()
Token
SimpleNode. jjtGetLastToken()
static Token
Token. newToken(int ofKind)
static Token
Token. newToken(int ofKind, java.lang.String image)
Methods in jmri.jmrix.srcp.parser with parameters of type Token Modifier and Type Method Description void
SimpleNode. jjtSetFirstToken(Token token)
void
SimpleNode. jjtSetLastToken(Token token)
(package private) void
SRCPClientParserTokenManager. SkipLexicalActions(Token matchedToken)
(package private) void
SRCPClientParserTokenManager. TokenLexicalActions(Token matchedToken)
Constructors in jmri.jmrix.srcp.parser with parameters of type Token Constructor Description ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
-