Uses of Class
jaxx.compiler.css.parser.Token
| Package | Description |
|---|---|
| jaxx.compiler.css.parser |
-
Uses of Token in jaxx.compiler.css.parser
Fields in jaxx.compiler.css.parser declared as Token Modifier and Type Field Description TokenSimpleNode. firstTokenTokenCSSParser. jj_ntTokenSimpleNode. lastTokenTokenToken. nextA reference to the next regular (non-special) token from the input stream.TokenToken. specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.TokenCSSParser. tokenMethods in jaxx.compiler.css.parser that return Token Modifier and Type Method Description TokenCSSParser. getNextToken()TokenCSSParserTokenManager. getNextToken()TokenCSSParser. getToken(int index)protected TokenCSSParserTokenManager. jjFillToken()static TokenToken. newToken(int ofKind)Returns a new Token object, by default.