Uses of Class
org.pipservices3.expressions.tokenizers.Token
-
-
-
Uses of Token in org.pipservices3.expressions.calculator
Methods in org.pipservices3.expressions.calculator that return types with arguments of type Token Modifier and Type Method Description List<Token>ExpressionCalculator. getOriginalTokens()Method parameters in org.pipservices3.expressions.calculator with type arguments of type Token Modifier and Type Method Description voidExpressionCalculator. setOriginalTokens(List<Token> value) -
Uses of Token in org.pipservices3.expressions.calculator.parsers
Methods in org.pipservices3.expressions.calculator.parsers that return types with arguments of type Token Modifier and Type Method Description List<Token>ExpressionParser. getOriginalTokens()Method parameters in org.pipservices3.expressions.calculator.parsers with type arguments of type Token Modifier and Type Method Description voidExpressionParser. parseTokens(List<Token> tokens)voidExpressionParser. setOriginalTokens(List<Token> value) -
Uses of Token in org.pipservices3.expressions.calculator.tokenizers
Methods in org.pipservices3.expressions.calculator.tokenizers that return Token Modifier and Type Method Description TokenExpressionNumberState. nextToken(IScanner scanner, ITokenizer tokenizer)Gets the next token from the stream started from the character linked to this state.TokenExpressionQuoteState. nextToken(IScanner scanner, ITokenizer tokenizer)Gets the next token from the stream started from the character linked to this state.TokenExpressionWordState. 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 Token Modifier and Type Method Description TokenCsvQuoteState. nextToken(IScanner scanner, ITokenizer tokenizer)Gets the next token from the stream started from the character linked to this state.TokenCsvSymbolState. 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 Token Modifier and Type Method Description List<Token>MustacheTemplate. getOriginalTokens()Method parameters in org.pipservices3.expressions.mustache with type arguments of type Token Modifier and Type Method Description voidMustacheTemplate. setOriginalTokens(List<Token> value) -
Uses of Token in org.pipservices3.expressions.mustache.parsers
Methods in org.pipservices3.expressions.mustache.parsers that return types with arguments of type Token Modifier and Type Method Description List<Token>MustacheParser. getOriginalTokens()Method parameters in org.pipservices3.expressions.mustache.parsers with type arguments of type Token Modifier and Type Method Description voidMustacheParser. parseTokens(List<Token> tokens)voidMustacheParser. setOriginalTokens(List<Token> value) -
Uses of Token in org.pipservices3.expressions.mustache.tokenizers
Methods in org.pipservices3.expressions.mustache.tokenizers that return Token Modifier and Type Method Description TokenMustacheSpecialState. nextToken(IScanner scanner, ITokenizer tokenizer)Gets the next token from the stream started from the character linked to this state.protected TokenMustacheTokenizer. readNextToken() -
Uses of Token in org.pipservices3.expressions.tokenizers
Fields in org.pipservices3.expressions.tokenizers declared as Token Modifier and Type Field Description protected TokenAbstractTokenizer. _nextTokenMethods in org.pipservices3.expressions.tokenizers that return Token Modifier and Type Method Description TokenAbstractTokenizer. nextToken()TokenITokenizer. nextToken()Gets the next token from the scanner.TokenITokenizerState. nextToken(IScanner scanner, ITokenizer tokenizer)Gets the next token from the stream started from the character linked to this state.protected TokenAbstractTokenizer. readNextToken()Methods in org.pipservices3.expressions.tokenizers that return types with arguments of type Token Modifier and Type Method Description List<Token>AbstractTokenizer. tokenizeBuffer(String buffer)List<Token>ITokenizer. tokenizeBuffer(String buffer)Tokenizes a string buffer into a list of tokens structures.List<Token>AbstractTokenizer. tokenizeStream(IScanner scanner)List<Token>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 Token Modifier and Type Method Description TokenCCommentState. nextToken(IScanner scanner, ITokenizer tokenizer)Either delegate to a comment-handling state, or return a token with just a slash in it.TokenCppCommentState. nextToken(IScanner scanner, ITokenizer tokenizer)Either delegate to a comment-handling state, or return a token with just a slash in it.TokenGenericCommentState. nextToken(IScanner scanner, ITokenizer tokenizer)Either delegate to a comment-handling state, or return a token with just a slash in it.TokenGenericNumberState. nextToken(IScanner scanner, ITokenizer tokenizer)Gets the next token from the stream started from the character linked to this state.TokenGenericQuoteState. nextToken(IScanner scanner, ITokenizer tokenizer)Return a quoted string token from a scanner.TokenGenericSymbolState. nextToken(IScanner scanner, ITokenizer tokenizer)Return a symbol token from a scanner.TokenGenericWhitespaceState. nextToken(IScanner scanner, ITokenizer tokenizer)Ignore whitespace (such as blanks and tabs), and return the tokenizer's next token.TokenGenericWordState. nextToken(IScanner scanner, ITokenizer tokenizer)Ignore word (such as blanks and tabs), and return the tokenizer's next token.TokenSymbolRootNode. nextToken(IScanner scanner)Return a symbol string from a scanner.
-