Package com.oracle.truffle.api
Annotation Type 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.