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
Fields Modifier and Type Field Description static String
COMMENT_OPEN_SYMBOL
Constant indicating the open symbol of comment.
-
Constructor Summary
Constructors Constructor Description BslLineTokenizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isComment(String token)
List<String>
splitLineToTokens(String line)
-
-
-
Field Detail
-
COMMENT_OPEN_SYMBOL
public static final String COMMENT_OPEN_SYMBOL
Constant indicating the open symbol of comment.- See Also:
- Constant Field Values
-
-
Method Detail
-
splitLineToTokens
public List<String> splitLineToTokens(String line)
- Specified by:
splitLineToTokens
in classcom._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
-
isComment
public boolean isComment(String token)
- Specified by:
isComment
in classcom._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
-
-