Interface RegExpLiteralTree

All Superinterfaces:
ExpressionTree, Tree

public interface RegExpLiteralTree extends ExpressionTree
Represents regular expression literal in the source code.
Since:
9
  • Method Details

    • getPattern

      String getPattern()
      Regular expression pattern to match.
      Returns:
      regular expression pattern
    • getOptions

      String getOptions()
      Regular expression matching options.
      Returns:
      options like "i" for ignoreCase used