Uses of Interface
org.pipservices3.expressions.tokenizers.IWhitespaceState
Packages that use IWhitespaceState
Package
Description
-
Uses of IWhitespaceState in org.pipservices3.expressions.tokenizers
Methods in org.pipservices3.expressions.tokenizers that return IWhitespaceStateModifier and TypeMethodDescriptionAbstractTokenizer.getWhitespaceState()ITokenizer.getWhitespaceState()A token state to process white space delimiters.Methods in org.pipservices3.expressions.tokenizers with parameters of type IWhitespaceStateModifier and TypeMethodDescriptionvoidAbstractTokenizer.setWhitespaceState(IWhitespaceState value) voidITokenizer.setWhitespaceState(IWhitespaceState value) A token state to process white space delimiters. -
Uses of IWhitespaceState in org.pipservices3.expressions.tokenizers.generic
Classes in org.pipservices3.expressions.tokenizers.generic that implement IWhitespaceStateModifier and TypeClassDescriptionclassA whitespace state ignores whitespace (such as blanks and tabs), and returns the tokenizer's next token.