Uses of Interface
org.pipservices3.expressions.tokenizers.ICommentState
Packages that use ICommentState
Package
Description
-
Uses of ICommentState in org.pipservices3.expressions.tokenizers
Methods in org.pipservices3.expressions.tokenizers that return ICommentStateModifier and TypeMethodDescriptionAbstractTokenizer.getCommentState()ITokenizer.getCommentState()A token state to process comments.Methods in org.pipservices3.expressions.tokenizers with parameters of type ICommentStateModifier and TypeMethodDescriptionvoidAbstractTokenizer.setCommentState(ICommentState value) voidITokenizer.setCommentState(ICommentState value) A token state to process comments. -
Uses of ICommentState in org.pipservices3.expressions.tokenizers.generic
Classes in org.pipservices3.expressions.tokenizers.generic that implement ICommentStateModifier and TypeClassDescriptionclassThis state will either delegate to a comment-handling state, or return a token with just a slash in it.classThis state will either delegate to a comment-handling state, or return a token with just a slash in it.classA CommentState object returns a comment from a scanner.