Class AbstractConstantKeysObject.ReadMember
java.lang.Object
com.oracle.truffle.regex.AbstractConstantKeysObject.ReadMember
- Enclosing class:
AbstractConstantKeysObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectread(AbstractConstantKeysObject receiver, String symbol, com.oracle.truffle.api.profiles.ValueProfile classProfile) static ObjectreadEquals(AbstractConstantKeysObject receiver, String symbol, String cachedSymbol, com.oracle.truffle.api.profiles.ValueProfile classProfile) static ObjectreadIdentity(AbstractConstantKeysObject receiver, String symbol, String cachedSymbol, com.oracle.truffle.api.profiles.ValueProfile classProfile)
-
Constructor Details
-
ReadMember
public ReadMember()
-
-
Method Details
-
readIdentity
public static Object readIdentity(AbstractConstantKeysObject receiver, String symbol, String cachedSymbol, com.oracle.truffle.api.profiles.ValueProfile classProfile) throws com.oracle.truffle.api.interop.UnknownIdentifierException - Throws:
com.oracle.truffle.api.interop.UnknownIdentifierException
-
readEquals
public static Object readEquals(AbstractConstantKeysObject receiver, String symbol, String cachedSymbol, com.oracle.truffle.api.profiles.ValueProfile classProfile) throws com.oracle.truffle.api.interop.UnknownIdentifierException - Throws:
com.oracle.truffle.api.interop.UnknownIdentifierException
-
read
public static Object read(AbstractConstantKeysObject receiver, String symbol, com.oracle.truffle.api.profiles.ValueProfile classProfile) throws com.oracle.truffle.api.interop.UnknownIdentifierException - Throws:
com.oracle.truffle.api.interop.UnknownIdentifierException
-