Java jdk.nashorn.internal.objects NativeRegExp fields, constructors, methods, implement or subclass

Example usage for Java jdk.nashorn.internal.objects NativeRegExp fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for jdk.nashorn.internal.objects NativeRegExp.

The text is from its open source code.

Method

NativeRegExpconstructor(final boolean isNew, final Object self, final Object pattern, final Object flags)
ECMA 15.10.4 Constructor - specialized version, pattern and flags
Objectget(final Object key)
Objectsource(final Object self)
ECMA 15.10.7.1 source