Uses of Package
org.pipservices3.expressions.tokenizers
Packages that use org.pipservices3.expressions.tokenizers
Package
Description
-
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.calculator
-
-
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.calculator.tokenizersClassDescriptionImplements an abstract tokenizer class.Defines interface for tokenizer state that processes numbers - Integers, Floats, HexDec..Defines an interface for tokenizer state that processes quoted strings.Defines an interface for tokenizer state that processes delimiters.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.Defines an interface for tokenizer state that processes words, identificators or keywordsA token represents a logical chunk of a string.
-
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.csvClassDescriptionImplements an abstract tokenizer class.Defines an interface for tokenizer state that processes quoted strings.Defines an interface for tokenizer state that processes delimiters.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.Defines an interface for tokenizer state that processes words, identificators or keywordsA token represents a logical chunk of a string.
-
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.mustache
-
-
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.mustache.tokenizersClassDescriptionImplements an abstract tokenizer class.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.A token represents a logical chunk of a string.
-
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.tokenizersClassDescriptionDefines an interface for tokenizer state that processes comments.Defines interface for tokenizer state that processes numbers - Integers, Floats, HexDec..Defines an interface for tokenizer state that processes quoted strings.Defines an interface for tokenizer state that processes delimiters.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.Defines an interface for tokenizer state that processes whitespaces (' ', '\t')Defines an interface for tokenizer state that processes words, identificators or keywordsA token represents a logical chunk of a string.Types (categories) of tokens such as "number", "symbol" or "word".
-
Classes in org.pipservices3.expressions.tokenizers used by org.pipservices3.expressions.tokenizers.genericClassDescriptionImplements an abstract tokenizer class.Defines an interface for tokenizer state that processes comments.Defines interface for tokenizer state that processes numbers - Integers, Floats, HexDec..Defines an interface for tokenizer state that processes quoted strings.Defines an interface for tokenizer state that processes delimiters.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.Defines an interface for tokenizer state that processes whitespaces (' ', '\t')Defines an interface for tokenizer state that processes words, identificators or keywordsA token represents a logical chunk of a string.Types (categories) of tokens such as "number", "symbol" or "word".