Maven module :un.code : code-spir :
Class :
un.impl.code.spir.model.InstructionType
Extends/Implements : -
Subclasses : -
Variables :
OPERAND_EMPTY
Functions :
InstructionType,
getName,
getOpcode,
getOperands,
create
public OperandType[]
OPERAND_EMPTY
public void
InstructionType (Chars name, int opcode, OperandType[] operands)
public Chars
getName ()
public int
getOpcode ()
public OperandType[]
getOperands ()
public Instruction
create ()