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