Class RegexLexer


  • public class RegexLexer
    extends Object
    • Method Detail

      • getFreeSpacingMode

        public boolean getFreeSpacingMode()
      • setFreeSpacingMode

        public void setFreeSpacingMode​(boolean freeSpacingMode)
      • moveNext

        public void moveNext​(int amount)
      • moveNext

        public void moveNext()
      • getCurrentChar

        public int getCurrentChar()
      • getCurrentIndexRange

        public IndexRange getCurrentIndexRange()
      • getCurrentStartIndex

        public int getCurrentStartIndex()
      • isAtEnd

        public boolean isAtEnd()
      • isNotAtEnd

        public boolean isNotAtEnd()
      • isInQuotingMode

        public boolean isInQuotingMode()
      • currentIs

        public boolean currentIs​(char ch)
      • currentIs

        public boolean currentIs​(String str)
      • lookAhead

        public int lookAhead​(int offset)
      • hasComments

        public boolean hasComments()