Interface IQuoteState
-
- All Superinterfaces:
ITokenizerState
- All Known Implementing Classes:
CsvQuoteState,ExpressionQuoteState,GenericQuoteState
public interface IQuoteState extends ITokenizerState
Defines an interface for tokenizer state that processes quoted strings.
-
-
Method Summary
Modifier and Type Method Description StringdecodeString(String value, int quoteSymbol)Decodes a string value.StringencodeString(String value, int quoteSymbol)Encodes a string value.-
Methods inherited from interface org.pipservices3.expressions.tokenizers.ITokenizerState
nextToken
-
-