Class RegexSource


  • public class RegexSource
    extends Object
    The source code of a regular expression, made up out of 1 or more string literals
    • Constructor Detail

    • Method Detail

      • getSourceText

        public String getSourceText()
      • length

        public int length()
      • locationsFor

        public List<Location> locationsFor​(int beginningOffset,
                                           int endingOffset)