Class BslLineTokenizer


  • public class BslLineTokenizer
    extends com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
    A line tokenizer for bsl files.
    • Field Detail

      • COMMENT_OPEN_SYMBOL

        public static final String COMMENT_OPEN_SYMBOL
        Constant indicating the open symbol of comment.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BslLineTokenizer

        public BslLineTokenizer()
    • Method Detail

      • splitLineToTokens

        public List<String> splitLineToTokens​(String line)
        Specified by:
        splitLineToTokens in class com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
      • isComment

        public boolean isComment​(String token)
        Specified by:
        isComment in class com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer