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 TypeMethodDescriptionvoid
AbstractTokenizer.setCommentState
(ICommentState value) void
ITokenizer.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 TypeClassDescriptionclass
This state will either delegate to a comment-handling state, or return a token with just a slash in it.class
This state will either delegate to a comment-handling state, or return a token with just a slash in it.class
A CommentState object returns a comment from a scanner.