Class PythonStringCharacterParser

  • All Implemented Interfaces:
    org.sonarsource.analyzer.commons.regex.CharacterParser

    public class PythonStringCharacterParser
    extends Object
    implements org.sonarsource.analyzer.commons.regex.CharacterParser
    • Method Detail

      • moveNext

        public void moveNext()
        Specified by:
        moveNext in interface org.sonarsource.analyzer.commons.regex.CharacterParser
      • getCurrent

        public org.sonarsource.analyzer.commons.regex.ast.SourceCharacter getCurrent()
        Specified by:
        getCurrent in interface org.sonarsource.analyzer.commons.regex.CharacterParser
      • isAtEnd

        public boolean isAtEnd()
        Specified by:
        isAtEnd in interface org.sonarsource.analyzer.commons.regex.CharacterParser
      • resetTo

        public void resetTo​(int index)
        Specified by:
        resetTo in interface org.sonarsource.analyzer.commons.regex.CharacterParser