Class AbstractConstantKeysObject.IsMemberReadable
java.lang.Object
com.oracle.truffle.regex.AbstractConstantKeysObject.IsMemberReadable
- Enclosing class:
AbstractConstantKeysObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancacheEquals(AbstractConstantKeysObject receiver, String symbol, String cachedSymbol, Class<?> cachedClass, boolean result) static booleancacheIdentity(AbstractConstantKeysObject receiver, String symbol, String cachedSymbol, Class<?> cachedClass, boolean result) static booleanisReadable(AbstractConstantKeysObject receiver, String symbol, com.oracle.truffle.api.profiles.ValueProfile classProfile)
-
Constructor Details
-
IsMemberReadable
public IsMemberReadable()
-
-
Method Details
-
cacheIdentity
public static boolean cacheIdentity(AbstractConstantKeysObject receiver, String symbol, String cachedSymbol, Class<?> cachedClass, boolean result) -
cacheEquals
public static boolean cacheEquals(AbstractConstantKeysObject receiver, String symbol, String cachedSymbol, Class<?> cachedClass, boolean result) -
isReadable
public static boolean isReadable(AbstractConstantKeysObject receiver, String symbol, com.oracle.truffle.api.profiles.ValueProfile classProfile)
-