| Interface | Description |
|---|---|
| RegexProfile.TracksRegexProfile |
| Class | Description |
|---|---|
| AbstractConstantKeysObject | |
| AbstractConstantKeysObject.IsMemberReadable | |
| AbstractConstantKeysObject.ReadMember | |
| AbstractRegexObject | |
| RegexBodyNode | |
| RegexExecNode | |
| RegexFlags | |
| RegexFlags.Builder | |
| RegexLanguage |
Truffle Regular Expression Language
|
| RegexLanguage.RegexContext | |
| RegexObject |
RegexObject represents a compiled regular expression that can be used to match against
input strings. |
| RegexObject.RegexObjectExecBooleanMethod | |
| RegexObject.RegexObjectExecMethod | |
| RegexObject.RegexObjectExecUTF8Method |
DEPRECATED.
|
| RegexOptions |
These options define how TRegex should interpret a given parsing request.
|
| RegexOptions.Builder | |
| RegexProfile |
This profile is used for tracking statistics about a compiled regular expression, such as the
amount of times the expression was executed and the amount of matches that were found.
|
| RegexRootNode | |
| RegexSource |
| Exception | Description |
|---|---|
| RegexInterruptedException | |
| RegexSyntaxException | |
| UnsupportedRegexException |