public abstract class AbstractConstantKeysObject extends AbstractRegexObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractConstantKeysObject.IsMemberReadable |
static class |
AbstractConstantKeysObject.ReadMember |
| Constructor and Description |
|---|
AbstractConstantKeysObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract TruffleReadOnlyKeysArray |
getKeys() |
Object |
getMembers(boolean includeInternal) |
boolean |
hasMembers() |
abstract boolean |
isMemberReadableImpl(String symbol) |
abstract Object |
readMemberImpl(String symbol) |
createNamedCaptureGroupMapInt, createNamedCaptureGroupMapListInt, getLanguage, hasLanguage, toDisplayStringpublic abstract TruffleReadOnlyKeysArray getKeys()
public abstract boolean isMemberReadableImpl(String symbol)
public abstract Object readMemberImpl(String symbol) throws com.oracle.truffle.api.interop.UnknownIdentifierException
com.oracle.truffle.api.interop.UnknownIdentifierExceptionpublic boolean hasMembers()
public Object getMembers(boolean includeInternal)