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 TypeMethodDescriptionvoid
AbstractTokenizer.setWhitespaceState
(IWhitespaceState value) void
ITokenizer.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 TypeClassDescriptionclass
A whitespace state ignores whitespace (such as blanks and tabs), and returns the tokenizer's next token.