W3cubDocs

/OpenJDK 25

Interface ConstantInstruction.IntrinsicConstantInstruction

All Superinterfaces:
ClassFileElement, CodeElement, ConstantInstruction, Instruction
Enclosing interface:
ConstantInstruction
public static sealed interface ConstantInstruction.IntrinsicConstantInstruction extends ConstantInstruction
Models an "intrinsic constant" instruction, which encodes the constant value in its opcode. Examples include aconst_null and iconst_0.

An intrinsic constant instruction is composite:

where:
opcode
Must be of the constant kind and have a fixed size of 1.
Since:
24
See Also:

Nested Class Summary

Method Summary

Modifier and Type Method Description
default TypeKind typeKind()
Returns the computational type of the constant.

Methods declared in interface ConstantInstruction

constantValue

Methods declared in interface Instruction

opcode, sizeInBytes

Method Details

typeKind

default TypeKind typeKind()
Description copied from interface: ConstantInstruction
Returns the computational type of the constant. This is derived from the constantValue.
Specified by:
typeKind in interface ConstantInstruction
Returns:
the computational type of the constant

© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/classfile/instruction/ConstantInstruction.IntrinsicConstantInstruction.html