Uses of Interface
org.pipservices3.expressions.tokenizers.IQuoteState
Packages that use IQuoteState
Package
Description
-
Uses of IQuoteState in org.pipservices3.expressions.calculator.tokenizers
Classes in org.pipservices3.expressions.calculator.tokenizers that implement IQuoteStateModifier and TypeClassDescriptionclass
Implements an Expression-specific quote string state object. -
Uses of IQuoteState in org.pipservices3.expressions.csv
Classes in org.pipservices3.expressions.csv that implement IQuoteState -
Uses of IQuoteState in org.pipservices3.expressions.tokenizers
Methods in org.pipservices3.expressions.tokenizers that return IQuoteStateModifier and TypeMethodDescriptionAbstractTokenizer.getQuoteState()
ITokenizer.getQuoteState()
A token state to process quoted strings.Methods in org.pipservices3.expressions.tokenizers with parameters of type IQuoteStateModifier and TypeMethodDescriptionvoid
AbstractTokenizer.setQuoteState
(IQuoteState value) void
ITokenizer.setQuoteState
(IQuoteState value) A token state to process quoted strings. -
Uses of IQuoteState in org.pipservices3.expressions.tokenizers.generic
Classes in org.pipservices3.expressions.tokenizers.generic that implement IQuoteStateModifier and TypeClassDescriptionclass
A quoteState returns a quoted string token from a scanner.