Interface RegExpLiteralTree
- All Superinterfaces:
ExpressionTree, Tree
Represents regular expression literal in the source code.
- Since:
- 9
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionRegular expression matching options.Regular expression pattern to match.Methods inherited from interface Tree
accept, getEndPosition, getKind, getStartPosition
-
Method Details
-
getPattern
-
getOptions
String getOptions()Regular expression matching options.- Returns:
- options like "i" for ignoreCase used
-