Uses of Package
org.pipservices3.expressions.tokenizers
-
-
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.calculator Class Description Token A token represents a logical chunk of a string. -
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.calculator.parsers Class Description Token A token represents a logical chunk of a string. -
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.calculator.tokenizers Class Description AbstractTokenizer Implements an abstract tokenizer class.INumberState Defines interface for tokenizer state that processes numbers - Integers, Floats, HexDec..IQuoteState Defines an interface for tokenizer state that processes quoted strings.ISymbolState Defines an interface for tokenizer state that processes delimiters.ITokenizer ITokenizerState A tokenizerState returns a token, given a scanner, an initial character read from the scanner, and a tokenizer that is conducting an overall tokenization of the scanner.IWordState Defines an interface for tokenizer state that processes words, identificators or keywordsToken A token represents a logical chunk of a string. -
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.csv Class Description AbstractTokenizer Implements an abstract tokenizer class.IQuoteState Defines an interface for tokenizer state that processes quoted strings.ISymbolState Defines an interface for tokenizer state that processes delimiters.ITokenizer ITokenizerState A tokenizerState returns a token, given a scanner, an initial character read from the scanner, and a tokenizer that is conducting an overall tokenization of the scanner.IWordState Defines an interface for tokenizer state that processes words, identificators or keywordsToken A token represents a logical chunk of a string. -
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.mustache Class Description Token A token represents a logical chunk of a string. -
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.mustache.parsers Class Description Token A token represents a logical chunk of a string. -
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.mustache.tokenizers Class Description AbstractTokenizer Implements an abstract tokenizer class.ITokenizer ITokenizerState A tokenizerState returns a token, given a scanner, an initial character read from the scanner, and a tokenizer that is conducting an overall tokenization of the scanner.Token A token represents a logical chunk of a string. -
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.tokenizers Class Description ICommentState Defines an interface for tokenizer state that processes comments.INumberState Defines interface for tokenizer state that processes numbers - Integers, Floats, HexDec..IQuoteState Defines an interface for tokenizer state that processes quoted strings.ISymbolState Defines an interface for tokenizer state that processes delimiters.ITokenizer ITokenizerState A tokenizerState returns a token, given a scanner, an initial character read from the scanner, and a tokenizer that is conducting an overall tokenization of the scanner.IWhitespaceState Defines an interface for tokenizer state that processes whitespaces (' ', '\t')IWordState Defines an interface for tokenizer state that processes words, identificators or keywordsToken A token represents a logical chunk of a string.TokenType Types (categories) of tokens such as "number", "symbol" or "word". -
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.tokenizers.generic Class Description AbstractTokenizer Implements an abstract tokenizer class.ICommentState Defines an interface for tokenizer state that processes comments.INumberState Defines interface for tokenizer state that processes numbers - Integers, Floats, HexDec..IQuoteState Defines an interface for tokenizer state that processes quoted strings.ISymbolState Defines an interface for tokenizer state that processes delimiters.ITokenizer ITokenizerState A tokenizerState returns a token, given a scanner, an initial character read from the scanner, and a tokenizer that is conducting an overall tokenization of the scanner.IWhitespaceState Defines an interface for tokenizer state that processes whitespaces (' ', '\t')IWordState Defines an interface for tokenizer state that processes words, identificators or keywordsToken A token represents a logical chunk of a string.TokenType Types (categories) of tokens such as "number", "symbol" or "word".