Class Instruction.Argument

java.lang.Object
com.oracle.truffle.api.bytecode.Instruction.Argument
Enclosing class:
Instruction

public abstract static class Instruction.Argument extends Object
Represents metadata for an argument of an instruction in a bytecode node.

Compatibility note: The data contained in instruction classes is subject to change without notice between Truffle versions. This introspection API is therefore intended to be used for debugging and tracing purposes only. Do not rely on instructions for your language semantics.

Since:
24.2
See Also: