Package com.oracle.truffle.api
Annotation Interface CompilerDirectives.ValueType
- Enclosing class:
CompilerDirectives
Marks classes as value types. Reference comparisons (==) between instances of those classes
have undefined semantics and can either return true or false.
- Since:
- 0.8 or earlier