Uses of Class
org.nuiton.jaxx.compiler.css.parser.Token
-
Packages that use Token Package Description org.nuiton.jaxx.compiler.css.parser -
-
Uses of Token in org.nuiton.jaxx.compiler.css.parser
Fields in org.nuiton.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 org.nuiton.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.
-