public static final class TRegexUtil.TRegexFlagsAccessor
extends com.oracle.truffle.api.nodes.Node
| Modifier and Type | Method and Description |
|---|---|
static TRegexUtil.TRegexFlagsAccessor |
create() |
boolean |
dotAll(Object regexFlagsObject) |
boolean |
global(Object regexFlagsObject) |
boolean |
ignoreCase(Object regexFlagsObject) |
boolean |
multiline(Object regexFlagsObject) |
String |
source(Object regexFlagsObject) |
boolean |
sticky(Object regexFlagsObject) |
boolean |
unicode(Object regexFlagsObject) |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic static TRegexUtil.TRegexFlagsAccessor create()
public boolean global(Object regexFlagsObject)
public boolean multiline(Object regexFlagsObject)
public boolean ignoreCase(Object regexFlagsObject)
public boolean sticky(Object regexFlagsObject)
public boolean unicode(Object regexFlagsObject)
public boolean dotAll(Object regexFlagsObject)