Package org.sonar.java.regex
Interface CharacterParser
-
- All Known Implementing Classes:
JavaCharacterParser
public interface CharacterParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SourceCharacter
getCurrent()
boolean
isAtEnd()
default boolean
isNotAtEnd()
void
moveNext()
void
resetTo(int index)
-
-
-
Method Detail
-
moveNext
void moveNext()
-
getCurrent
SourceCharacter getCurrent()
-
isAtEnd
boolean isAtEnd()
-
isNotAtEnd
default boolean isNotAtEnd()
-
resetTo
void resetTo(int index)
-
-