public final class OracleDBFlags extends AbstractConstantKeysObject
match_param parameter).AbstractConstantKeysObject.IsMemberReadable, AbstractConstantKeysObject.ReadMember| Modifier and Type | Field and Description |
|---|---|
static OracleDBFlags |
EMPTY_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
TruffleReadOnlyKeysArray |
getKeys() |
int |
hashCode() |
boolean |
isDotAll() |
boolean |
isForceAccentAndCaseSensitive() |
boolean |
isIgnoreCase() |
boolean |
isIgnoreWhitespace() |
boolean |
isMemberReadableImpl(String symbol) |
boolean |
isMultiline() |
static OracleDBFlags |
parseFlags(RegexSource source) |
Object |
readMemberImpl(String symbol) |
Object |
toDisplayString(boolean allowSideEffects) |
String |
toString() |
getMembers, hasMemberscreateNamedCaptureGroupMapInt, createNamedCaptureGroupMapListInt, getLanguage, hasLanguagepublic static final OracleDBFlags EMPTY_INSTANCE
public static OracleDBFlags parseFlags(RegexSource source) throws RegexSyntaxException
RegexSyntaxExceptionpublic boolean isIgnoreCase()
public boolean isForceAccentAndCaseSensitive()
public boolean isDotAll()
public boolean isMultiline()
public boolean isIgnoreWhitespace()
public Object toDisplayString(boolean allowSideEffects)
toDisplayString in class AbstractRegexObjectpublic TruffleReadOnlyKeysArray getKeys()
getKeys in class AbstractConstantKeysObjectpublic boolean isMemberReadableImpl(String symbol)
isMemberReadableImpl in class AbstractConstantKeysObjectpublic Object readMemberImpl(String symbol) throws com.oracle.truffle.api.interop.UnknownIdentifierException
readMemberImpl in class AbstractConstantKeysObjectcom.oracle.truffle.api.interop.UnknownIdentifierException