-
- All Superinterfaces:
-
ExpressionTree,树
public interface RegExpLiteralTree extends ExpressionTree
代表源代码中的正则表达式文字。- 从以下版本开始:
- 9
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 StringgetOptions()正则表达式匹配选项。StringgetPattern()正则表达式模式匹配。-
Methods inherited from interface jdk.nashorn.api.tree.树
accept, getEndPosition, getKind, getStartPosition
-
-