Class BslLineTokenizer
java.lang.Object
com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
com._1c.g5.v8.dt.bsl.gumtree.tokenizer.BslLineTokenizer
public class BslLineTokenizer
extends com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
A line tokenizer for bsl files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Constant indicating the open symbol of comment.Fields inherited from class com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
EMPTY_STRING
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
isCommentLine
-
Field Details
-
COMMENT_OPEN_SYMBOL
Constant indicating the open symbol of comment.- See Also:
-
-
Constructor Details
-
BslLineTokenizer
public BslLineTokenizer()
-
-
Method Details
-
splitLineToTokens
- Specified by:
splitLineToTokens
in classcom._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
-
isComment
- Specified by:
isComment
in classcom._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
-