public abstract static class AbstractConstantKeysObject.ReadMember extends Object
| Constructor and Description |
|---|
ReadMember() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
read(AbstractConstantKeysObject receiver,
String symbol,
com.oracle.truffle.api.profiles.ValueProfile classProfile) |
static Object |
readEquals(AbstractConstantKeysObject receiver,
String symbol,
String cachedSymbol,
com.oracle.truffle.api.profiles.ValueProfile classProfile) |
static Object |
readIdentity(AbstractConstantKeysObject receiver,
String symbol,
String cachedSymbol,
com.oracle.truffle.api.profiles.ValueProfile classProfile) |
public static Object readIdentity(AbstractConstantKeysObject receiver, String symbol, String cachedSymbol, com.oracle.truffle.api.profiles.ValueProfile classProfile) throws com.oracle.truffle.api.interop.UnknownIdentifierException
com.oracle.truffle.api.interop.UnknownIdentifierExceptionpublic static Object readEquals(AbstractConstantKeysObject receiver, String symbol, String cachedSymbol, com.oracle.truffle.api.profiles.ValueProfile classProfile) throws com.oracle.truffle.api.interop.UnknownIdentifierException
com.oracle.truffle.api.interop.UnknownIdentifierExceptionpublic static Object read(AbstractConstantKeysObject receiver, String symbol, com.oracle.truffle.api.profiles.ValueProfile classProfile) throws com.oracle.truffle.api.interop.UnknownIdentifierException
com.oracle.truffle.api.interop.UnknownIdentifierException