Uses of Class
org.htmlunit.cssparser.parser.javacc.Token
Packages that use Token
Package
Description
Package org.htmlunit.cssparser.parser.
-
Uses of Token in org.htmlunit.cssparser.parser
Methods in org.htmlunit.cssparser.parser with parameters of type TokenModifier and TypeMethodDescriptionprotected LocatorAbstractCSSParser.createLocator(Token t) Returns a new locator for the given token.protected LexicalUnitAbstractCSSParser.hexColorInternal(LexicalUnit prev, Token t) Processes a hexadecimal color definition.protected StringAbstractCSSParser.normalizeAndValidatePagePseudoClass(Token t) -
Uses of Token in org.htmlunit.cssparser.parser.javacc
Fields in org.htmlunit.cssparser.parser.javacc declared as TokenModifier and TypeFieldDescriptionParseException.currentTokenThis is the last token that has been consumed successfully.CSS3Parser.jj_ntNext token.Token.nextA reference to the next regular (non-special) token from the input stream.Token.specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.CSS3Parser.tokenCurrent token.Methods in org.htmlunit.cssparser.parser.javacc that return TokenModifier and TypeMethodDescriptionfinal TokenCSS3Parser.getNextToken()CSS3ParserTokenManager.getNextToken()Get the next Token.final TokenCSS3Parser.getToken(int index) final TokenCSS3Parser.ident()final TokenCSS3Parser.identExcludingInherit()final TokenCSS3Parser.identExcludingOnly()protected TokenCSS3ParserTokenManager.jjFillToken()static TokenToken.newToken(int ofKind) static TokenReturns a new Token object, by default.Constructors in org.htmlunit.cssparser.parser.javacc with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException" in the generated parser.