Package com.oracle.truffle.api.bytecode
Annotation Interface OperationProxy.Proxyable
- Enclosing class:
OperationProxy
Designates a
Node class as eligible for proxying.- Since:
- 24.2
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether a proxable node allows use for uncached.
-
Element Details
-
allowUncached
boolean allowUncachedWhether a proxable node allows use for uncached. If uncached use is enabled additional validations are performed for the node.- Since:
- 24.2
- Default:
false
-