ClassFile.StackMapsOption (Java SE 22 [ad-hoc build]) (original) (raw)
This specification is not final and is subject to change. Use is subject to license terms.
Nested Class Summary
Enum Constant Summary
Enum Constants
Drop stack maps from code
Always generate stack maps
Generate stack maps when required
Method Summary
Returns the enum constant of this class with the specified name.[values](#values%28%29)()
Returns an array containing the constants of this enum class, in the order they are declared.
Methods declared in class java.lang.Enum
[clone](../Enum.html#clone%28%29), [compareTo](../Enum.html#compareTo%28E%29), [describeConstable](../Enum.html#describeConstable%28%29), [equals](../Enum.html#equals%28java.lang.Object%29), [finalize](../Enum.html#finalize%28%29), [getDeclaringClass](../Enum.html#getDeclaringClass%28%29), [hashCode](../Enum.html#hashCode%28%29), [name](../Enum.html#name%28%29), [ordinal](../Enum.html#ordinal%28%29), [toString](../Enum.html#toString%28%29), [valueOf](../Enum.html#valueOf%28java.lang.Class,java.lang.String%29)
Enum Constant Details
STACK_MAPS_WHEN_REQUIRED
GENERATE_STACK_MAPS
DROP_STACK_MAPS
Method Details
values
valueOf