Interface ICommentState
-
- All Superinterfaces:
ITokenizerState
- All Known Implementing Classes:
CCommentState,CppCommentState,GenericCommentState
public interface ICommentState extends ITokenizerState
Defines an interface for tokenizer state that processes comments.
-
-
Method Summary
-
Methods inherited from interface org.pipservices3.expressions.tokenizers.ITokenizerState
nextToken
-
-