Class JavaCharacterParser


  • public class JavaCharacterParser
    extends Object
    Parse the contents of string literals and provide the individual characters of the string after processing escape sequences
    • Constructor Detail

      • JavaCharacterParser

        public JavaCharacterParser​(RegexSource source)
    • Method Detail

      • resetTo

        public void resetTo​(int index)
      • moveNext

        public void moveNext()
      • isAtEnd

        public boolean isAtEnd()
      • isNotAtEnd

        public boolean isNotAtEnd()