Uses of Class
org.basex.query.util.regex.parse.Token
Packages that use Token
Package
Description
This module contains
JavaCC-generated classes for parsing XSD regular
expressions.-
Uses of Token in org.basex.query.util.regex.parse
Fields in org.basex.query.util.regex.parse declared as TokenModifier and TypeFieldDescriptionParseException.currentTokenThis is the last token that has been consumed successfully.RegExParser.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.RegExParser.tokenCurrent token.Methods in org.basex.query.util.regex.parse that return TokenModifier and TypeMethodDescriptionRegExLexer.getNextToken()final TokenRegExParser.getNextToken()Get the next Token.TokenManager.getNextToken()This gets the next token from the input stream.final TokenRegExParser.getToken(int index) Get the specific Token.static TokenToken.newToken(int k) Creates a token without image string.Constructors in org.basex.query.util.regex.parse with parameters of type TokenModifierConstructorDescriptionParseException(Token curr, int[][] exps, String[] imgs) This constructor is used by the method "generateParseException" in the generated parser.