Class PythonStringCharacterParser

java.lang.Object
org.sonar.python.regex.PythonStringCharacterParser
All Implemented Interfaces:
org.sonarsource.analyzer.commons.regex.CharacterParser

public class PythonStringCharacterParser extends Object implements org.sonarsource.analyzer.commons.regex.CharacterParser
  • Field Details

  • Constructor Details

  • Method Details

    • 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