Uses of Class
org.projog.core.parser.Token
Packages that use Token
-
Uses of Token in org.projog.core.parser
Fields in org.projog.core.parser declared as TokenModifier and TypeFieldDescriptionprivate final Token[]Token.argsprivate static final Token[]Token.EMPTY_ARGSprivate static final TokenSentenceParser.EMPTY_LIST_TOKENprivate TokenTokenParser.lastParsedTokenMethods in org.projog.core.parser that return TokenModifier and TypeMethodDescriptionprivate static TokenTokenParser.createToken(StringBuilder value, TokenType type) private static TokenTokenParser.createToken(String value, TokenType type) (package private) TokenToken.getArgument(int i) (package private) Token[]Token.getArguments()(package private) TokenTokenParser.next()Parse and return the nextToken.private TokenTokenParser.parseLeadingZero(int zero) Parses a character code and represents it as an integer.private TokenSentenceParser.parseList()private TokenTokenParser.parseNumber(int startChar) Parses a number, starting with the specified character, read from the parser.private TokenSentenceParser.parsePredicate(Token next) private TokenTokenParser.parseQuotedText()Reads aStringconsisting of all characters read from the parser up to the next'.private TokenTokenParser.parseSymbol(int c) private Tokenprivate TokenSentenceParser.parseToken(boolean rewindOnTermination, Function<Token, Boolean> terminationCriteria) private TokenTokenParser.parseToken()private TokenSentenceParser.toSingleToken(Token[] tokens, int startIdx, int endIdx, int previousPriority, boolean faiIfPriorityEqual) Methods in org.projog.core.parser that return types with arguments of type TokenModifier and TypeMethodDescriptionSentenceParser.parseTokens(boolean rewindOnTermination, Function<Token, Boolean> terminationCriteria) Methods in org.projog.core.parser with parameters of type TokenModifier and TypeMethodDescription(package private) static booleanDelimiters.isArgumentSeperator(Token token) (package private) static booleanDelimiters.isListCloseBracket(Token token) (package private) static booleanDelimiters.isListOpenBracket(Token token) (package private) static booleanDelimiters.isListTail(Token token) private static boolean(package private) static booleanDelimiters.isPredicateCloseBracket(Token token) (package private) static booleanDelimiters.isPredicateOpenBracket(Token token) (package private) static booleanDelimiters.isSentenceTerminator(Token token) private TokenSentenceParser.parsePredicate(Token next) (package private) voidRewinds the parser (i.e.private Termprivate TokenSentenceParser.toSingleToken(Token[] tokens, int startIdx, int endIdx, int previousPriority, boolean faiIfPriorityEqual) private TermSentenceParser.toStructureFromNamedBracket(Token token) private TermSentenceParser.toStructureFromOperandAndArguments(Token token) private TermMethod parameters in org.projog.core.parser with type arguments of type TokenModifier and TypeMethodDescriptionprivate TokenSentenceParser.parseToken(boolean rewindOnTermination, Function<Token, Boolean> terminationCriteria) SentenceParser.parseTokens(boolean rewindOnTermination, Function<Token, Boolean> terminationCriteria) Constructors in org.projog.core.parser with parameters of type Token