-
- All Superinterfaces:
ExpressionTree,Tree
public interface RegExpLiteralTree extends ExpressionTree
Represents regular expression literal in the source code.- Since:
- 9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOptions()Regular expression matching options.StringgetPattern()Regular expression pattern to match.-
Methods declared in interface jdk.nashorn.api.tree.Tree
accept, getEndPosition, getKind, getStartPosition
-
-