Uses of Enum
io.jawk.intermediate.Opcode
Packages that use Opcode
-
Uses of Opcode in io.jawk.intermediate
Methods in io.jawk.intermediate that return OpcodeModifier and TypeMethodDescriptionstatic OpcodeOpcode.fromId(int id) Resolves an opcode enum constant from its serialized numeric identifier.final OpcodeTuple.getOpcode()Returns this tuple's opcode.PositionTracker.opcode()Returns the opcode of the current tuple.static OpcodeReturns the enum constant of this type with the specified name.static Opcode[]Opcode.values()Returns an array containing the constants of this enum type, in the order they are declared.