Uses of Class
org.pipservices3.expressions.tokenizers.Token
Packages that use Token
Package
Description
-
Uses of Token in org.pipservices3.expressions.calculator
Methods in org.pipservices3.expressions.calculator that return types with arguments of type TokenMethod parameters in org.pipservices3.expressions.calculator with type arguments of type Token -
Uses of Token in org.pipservices3.expressions.calculator.parsers
Methods in org.pipservices3.expressions.calculator.parsers that return types with arguments of type TokenMethod parameters in org.pipservices3.expressions.calculator.parsers with type arguments of type TokenModifier and TypeMethodDescriptionvoid
ExpressionParser.parseTokens
(List<Token> tokens) void
ExpressionParser.setOriginalTokens
(List<Token> value) -
Uses of Token in org.pipservices3.expressions.calculator.tokenizers
Methods in org.pipservices3.expressions.calculator.tokenizers that return TokenModifier and TypeMethodDescriptionExpressionNumberState.nextToken
(IScanner scanner, ITokenizer tokenizer) Gets the next token from the stream started from the character linked to this state.ExpressionQuoteState.nextToken
(IScanner scanner, ITokenizer tokenizer) Gets the next token from the stream started from the character linked to this state.ExpressionWordState.nextToken
(IScanner scanner, ITokenizer tokenizer) Gets the next token from the stream started from the character linked to this state. -
Uses of Token in org.pipservices3.expressions.csv
Methods in org.pipservices3.expressions.csv that return TokenModifier and TypeMethodDescriptionCsvQuoteState.nextToken
(IScanner scanner, ITokenizer tokenizer) Gets the next token from the stream started from the character linked to this state.CsvSymbolState.nextToken
(IScanner scanner, ITokenizer tokenizer) -
Uses of Token in org.pipservices3.expressions.mustache
Methods in org.pipservices3.expressions.mustache that return types with arguments of type TokenMethod parameters in org.pipservices3.expressions.mustache with type arguments of type Token -
Uses of Token in org.pipservices3.expressions.mustache.parsers
Methods in org.pipservices3.expressions.mustache.parsers that return types with arguments of type TokenMethod parameters in org.pipservices3.expressions.mustache.parsers with type arguments of type TokenModifier and TypeMethodDescriptionvoid
MustacheParser.parseTokens
(List<Token> tokens) void
MustacheParser.setOriginalTokens
(List<Token> value) -
Uses of Token in org.pipservices3.expressions.mustache.tokenizers
Methods in org.pipservices3.expressions.mustache.tokenizers that return TokenModifier and TypeMethodDescriptionMustacheSpecialState.nextToken
(IScanner scanner, ITokenizer tokenizer) Gets the next token from the stream started from the character linked to this state.protected Token
MustacheTokenizer.readNextToken()
-
Uses of Token in org.pipservices3.expressions.tokenizers
Fields in org.pipservices3.expressions.tokenizers declared as TokenMethods in org.pipservices3.expressions.tokenizers that return TokenModifier and TypeMethodDescriptionAbstractTokenizer.nextToken()
ITokenizer.nextToken()
Gets the next token from the scanner.ITokenizerState.nextToken
(IScanner scanner, ITokenizer tokenizer) Gets the next token from the stream started from the character linked to this state.protected Token
AbstractTokenizer.readNextToken()
Methods in org.pipservices3.expressions.tokenizers that return types with arguments of type TokenModifier and TypeMethodDescriptionAbstractTokenizer.tokenizeBuffer
(String buffer) ITokenizer.tokenizeBuffer
(String buffer) Tokenizes a string buffer into a list of tokens structures.AbstractTokenizer.tokenizeStream
(IScanner scanner) ITokenizer.tokenizeStream
(IScanner scanner) Tokenizes a textual stream into a list of token structures. -
Uses of Token in org.pipservices3.expressions.tokenizers.generic
Methods in org.pipservices3.expressions.tokenizers.generic that return TokenModifier and TypeMethodDescriptionCCommentState.nextToken
(IScanner scanner, ITokenizer tokenizer) Either delegate to a comment-handling state, or return a token with just a slash in it.CppCommentState.nextToken
(IScanner scanner, ITokenizer tokenizer) Either delegate to a comment-handling state, or return a token with just a slash in it.GenericCommentState.nextToken
(IScanner scanner, ITokenizer tokenizer) Either delegate to a comment-handling state, or return a token with just a slash in it.GenericNumberState.nextToken
(IScanner scanner, ITokenizer tokenizer) Gets the next token from the stream started from the character linked to this state.GenericQuoteState.nextToken
(IScanner scanner, ITokenizer tokenizer) Return a quoted string token from a scanner.GenericSymbolState.nextToken
(IScanner scanner, ITokenizer tokenizer) Return a symbol token from a scanner.GenericWhitespaceState.nextToken
(IScanner scanner, ITokenizer tokenizer) Ignore whitespace (such as blanks and tabs), and return the tokenizer's next token.GenericWordState.nextToken
(IScanner scanner, ITokenizer tokenizer) Ignore word (such as blanks and tabs), and return the tokenizer's next token.Return a symbol string from a scanner.