Uses of Interface
org.pipservices3.expressions.tokenizers.ICommentState
-
Packages that use ICommentState Package Description org.pipservices3.expressions.tokenizers org.pipservices3.expressions.tokenizers.generic -
-
Uses of ICommentState in org.pipservices3.expressions.tokenizers
Methods in org.pipservices3.expressions.tokenizers that return ICommentState Modifier and Type Method Description ICommentStateAbstractTokenizer. getCommentState()ICommentStateITokenizer. getCommentState()A token state to process comments.Methods in org.pipservices3.expressions.tokenizers with parameters of type ICommentState Modifier and Type Method Description voidAbstractTokenizer. 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 ICommentState Modifier and Type Class Description classCCommentStateThis state will either delegate to a comment-handling state, or return a token with just a slash in it.classCppCommentStateThis state will either delegate to a comment-handling state, or return a token with just a slash in it.classGenericCommentStateA CommentState object returns a comment from a scanner.
-