Class RegexParseResult


  • public class RegexParseResult
    extends Object
    • Method Detail

      • getInitialFlags

        public FlagSet getInitialFlags()
      • hasSyntaxErrors

        public boolean hasSyntaxErrors()
      • containsComments

        public boolean containsComments()
      • openingQuote

        public RegexSyntaxElement openingQuote()
        Returns a syntax element representing the first opening quote of the string literal(s) making up the regex
      • getFinalState

        public FinalState getFinalState()
      • getStartState

        public StartState getStartState()