Modifier and Type | Class and Description |
---|---|
public static record | |
public static record | |
public static record | |
public static interface |
Modifier and Type | Field and Description |
---|---|
private static final LinkerOptions | |
private final Map |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public Stream | |
public static LinkerOptions | |
public boolean | equals(Object
the reference object with which to compare. o)Overrides java. Indicates whether some other object is "equal to" this one. |
public int | |
public static LinkerOptions | |
private static LinkerOptions | forShared(BiConsumer<LinkerOptions.
|
public static LinkerOptions | |
private <T extends Linker. | |
public boolean | |
public int | |
public boolean | |
public boolean | |
public boolean |
EMPTY | back to summary |
---|---|
private static final LinkerOptions EMPTY |
optionsMap | back to summary |
---|---|
private final Map<Class<?>, LinkerOptions. |
LinkerOptions | back to summary |
---|---|
private LinkerOptions(Map<Class<?>, LinkerOptions. |
allowsHeapAccess | back to summary |
---|---|
public boolean allowsHeapAccess() |
capturedCallState | back to summary |
---|---|
public Stream |
empty | back to summary |
---|---|
public static LinkerOptions empty() |
equals | back to summary |
---|---|
public boolean equals(Object o) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
firstVariadicArgIndex | back to summary |
---|---|
public int firstVariadicArgIndex() |
forDowncall | back to summary |
---|---|
public static LinkerOptions forDowncall(FunctionDescriptor desc, Linker. |
forShared | back to summary |
---|---|
private static LinkerOptions forShared(BiConsumer<LinkerOptions. |
forUpcall | back to summary |
---|---|
public static LinkerOptions forUpcall(FunctionDescriptor desc, Linker. |
getOption | back to summary |
---|---|
private <T extends Linker. |
hasCapturedCallState | back to summary |
---|---|
public boolean hasCapturedCallState() |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
isCritical | back to summary |
---|---|
public boolean isCritical() |
isVarargsIndex | back to summary |
---|---|
public boolean isVarargsIndex(int argIndex) |
isVariadicFunction | back to summary |
---|---|
public boolean isVariadicFunction() |
Modifier and Type | Field and Description |
---|---|
private final Set |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public final boolean | equals(Object
the reference object with which to compare. o)Implements abstract java. Indicates whether some other object is "equal to" this one. |
public final int | |
public Set | |
public final String | toString()
Implements abstract java. Returns a string representation of the record. |
public void | validateForDowncall(FunctionDescriptor descriptor)
Overrides default jdk.
|
saved | back to summary |
---|---|
private final Set<CapturableState> saved Record Component accessed by saved(). |
CaptureCallState | back to summary |
---|---|
public CaptureCallState(Set<CapturableState> saved) |
equals | back to summary |
---|---|
public final boolean equals(Object o) Implements abstract java. Doc from java. Indicates whether some other object is "equal to" this one. In addition
to the general contract of R copy = new R(r.c1(), r.c2(), ..., r.cn());then it must be the case that r.equals(copy) .
|
hashCode | back to summary |
---|---|
public final int hashCode() Implements abstract java. Doc from java. Returns a hash code value for the record.
Obeys the general contract of
|
saved | back to summary |
---|---|
public Set Record Component getter of saved. |
toString | back to summary |
---|---|
public final String toString() Implements abstract java. Doc from java. Returns a string representation of the record.
In accordance with the general contract of In addition to this general contract, record classes must further participate in the invariant that any two records which are equal must produce equal strings. This invariant is necessarily relaxed in the rare case where corresponding equal component values might fail to produce equal strings for themselves.
|
validateForDowncall | back to summary |
---|---|
public void validateForDowncall(FunctionDescriptor descriptor) Overrides default jdk.
|
Modifier and Type | Field and Description |
---|---|
public static LinkerOptions. | |
private final boolean | allowHeapAccess
Record Component accessed by allowHeapAccess(). |
public static LinkerOptions. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public final boolean | equals(Object
the reference object with which to compare. o)Implements abstract java. Indicates whether some other object is "equal to" this one. |
public final int | |
public final String | toString()
Implements abstract java. Returns a string representation of the record. |
public void | validateForDowncall(FunctionDescriptor descriptor)
Overrides default jdk.
|
ALLOW_HEAP | back to summary |
---|---|
public static LinkerOptions. |
allowHeapAccess | back to summary |
---|---|
private final boolean allowHeapAccess Record Component accessed by allowHeapAccess(). |
DONT_ALLOW_HEAP | back to summary |
---|---|
public static LinkerOptions. |
Critical | back to summary |
---|---|
public Critical(boolean allowHeapAccess) |
allowHeapAccess | back to summary |
---|---|
public boolean allowHeapAccess() Record Component getter of allowHeapAccess. |
equals | back to summary |
---|---|
public final boolean equals(Object o) Implements abstract java. Doc from java. Indicates whether some other object is "equal to" this one. In addition
to the general contract of R copy = new R(r.c1(), r.c2(), ..., r.cn());then it must be the case that r.equals(copy) .
|
hashCode | back to summary |
---|---|
public final int hashCode() Implements abstract java. Doc from java. Returns a hash code value for the record.
Obeys the general contract of
|
toString | back to summary |
---|---|
public final String toString() Implements abstract java. Doc from java. Returns a string representation of the record.
In accordance with the general contract of In addition to this general contract, record classes must further participate in the invariant that any two records which are equal must produce equal strings. This invariant is necessarily relaxed in the rare case where corresponding equal component values might fail to produce equal strings for themselves.
|
validateForDowncall | back to summary |
---|---|
public void validateForDowncall(FunctionDescriptor descriptor) Overrides default jdk.
|
Modifier and Type | Field and Description |
---|---|
private final int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public final boolean | equals(Object
the reference object with which to compare. o)Implements abstract java. Indicates whether some other object is "equal to" this one. |
public final int | |
public int | |
public final String | toString()
Implements abstract java. Returns a string representation of the record. |
public void | validateForDowncall(FunctionDescriptor descriptor)
Overrides default jdk.
|
index | back to summary |
---|---|
private final int index Record Component accessed by index(). |
FirstVariadicArg | back to summary |
---|---|
public FirstVariadicArg(int index) |
equals | back to summary |
---|---|
public final boolean equals(Object o) Implements abstract java. Doc from java. Indicates whether some other object is "equal to" this one. In addition
to the general contract of R copy = new R(r.c1(), r.c2(), ..., r.cn());then it must be the case that r.equals(copy) .
|
hashCode | back to summary |
---|---|
public final int hashCode() Implements abstract java. Doc from java. Returns a hash code value for the record.
Obeys the general contract of
|
index | back to summary |
---|---|
public int index() Record Component getter of index. |
toString | back to summary |
---|---|
public final String toString() Implements abstract java. Doc from java. Returns a string representation of the record.
In accordance with the general contract of In addition to this general contract, record classes must further participate in the invariant that any two records which are equal must produce equal strings. This invariant is necessarily relaxed in the rare case where corresponding equal component values might fail to produce equal strings for themselves.
|
validateForDowncall | back to summary |
---|---|
public void validateForDowncall(FunctionDescriptor descriptor) Overrides default jdk.
|
Modifier and Type | Method and Description |
---|---|
public default void | |
public default void |
validateForDowncall | back to summary |
---|---|
public default void validateForDowncall(FunctionDescriptor descriptor) |
validateForUpcall | back to summary |
---|---|
public default void validateForUpcall(FunctionDescriptor descriptor) |