Uses of Class
com.steadystate.css.parser.Token
-
Packages that use Token Package Description com.steadystate.css.parser -
-
Uses of Token in com.steadystate.css.parser
Fields in com.steadystate.css.parser declared as Token Modifier and Type Field Description Token
ParseException. currentToken
This is the last token that has been consumed successfully.Token
SACParserCSS1. jj_nt
Next token.Token
SACParserCSS2. jj_nt
Next token.Token
SACParserCSS21. jj_nt
Next token.Token
SACParserCSSmobileOKBasic1. jj_nt
Next token.Token
Token. next
A reference to the next regular (non-special) token from the input stream.Token
Token. specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.Token
SACParserCSS1. token
Current token.Token
SACParserCSS2. token
Current token.Token
SACParserCSS21. token
Current token.Token
SACParserCSSmobileOKBasic1. token
Current token.Methods in com.steadystate.css.parser that return Token Modifier and Type Method Description Token
SACParserCSS1. getNextToken()
Get the next Token.Token
SACParserCSS1TokenManager. getNextToken()
Get the next Token.Token
SACParserCSS2. getNextToken()
Get the next Token.Token
SACParserCSS21. getNextToken()
Get the next Token.Token
SACParserCSS21TokenManager. getNextToken()
Get the next Token.Token
SACParserCSS2TokenManager. getNextToken()
Get the next Token.Token
SACParserCSSmobileOKBasic1. getNextToken()
Get the next Token.Token
SACParserCSSmobileOKBasic1TokenManager. getNextToken()
Get the next Token.protected Token
SACParserCSS1. getToken()
Token
SACParserCSS1. getToken(int index)
Get the specific Token.protected Token
SACParserCSS2. getToken()
Token
SACParserCSS2. getToken(int index)
Get the specific Token.protected Token
SACParserCSS21. getToken()
Token
SACParserCSS21. getToken(int index)
Get the specific Token.protected Token
SACParserCSSmobileOKBasic1. getToken()
Token
SACParserCSSmobileOKBasic1. getToken(int index)
Get the specific Token.protected Token
SACParserCSS1TokenManager. jjFillToken()
protected Token
SACParserCSS21TokenManager. jjFillToken()
protected Token
SACParserCSS2TokenManager. jjFillToken()
protected Token
SACParserCSSmobileOKBasic1TokenManager. jjFillToken()
static Token
Token. newToken(int ofKind)
static Token
Token. newToken(int ofKind, java.lang.String image)
Returns a new Token object, by default.Constructors in com.steadystate.css.parser with parameters of type Token Constructor Description ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the generated parser.
-