JavaScript is disabled on your browser.
GraalVM Truffle Java API Reference 24.0.0-dev bf5d70c52140f4ac809daa62282dfa7ca37ad02f
Summary:
Field |
Required |
Optional
@Retention (value =RUNTIME )
@Target (value =TYPE )
public static @interface CompilerDirectives.ValueType
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
GraalVM Truffle Java API Reference 24.0.0-dev bf5d70c52140f4ac809daa62282dfa7ca37ad02f
Summary:
Field |
Required |
Optional
Copyright © 2012, 2023, Oracle and/or its affiliates. All rights reserved.