Uses of Package
org.pipservices3.expressions.tokenizers.generic
Packages that use org.pipservices3.expressions.tokenizers.generic
Package
Description
-
Classes in org.pipservices3.expressions.tokenizers.generic used by org.pipservices3.expressions.calculator.tokenizersClassDescriptionA NumberState object returns a number from a scanner.The idea of a symbol is a character that stands on its own, such as an ampersand or a parenthesis.A wordState returns a word from a scanner.
-
Classes in org.pipservices3.expressions.tokenizers.generic used by org.pipservices3.expressions.csvClassDescriptionThe idea of a symbol is a character that stands on its own, such as an ampersand or a parenthesis.A wordState returns a word from a scanner.
-
Classes in org.pipservices3.expressions.tokenizers.generic used by org.pipservices3.expressions.tokenizers.genericClassDescriptionThis state will either delegate to a comment-handling state, or return a token with just a slash in it.A CommentState object returns a comment from a scanner.