Searched refs:CompoundInstruction (Results 1 – 4 of 4) sorted by relevance
35 public interface CompoundInstruction { interface
85 public InstructionList(final CompoundInstruction c) { in InstructionList()359 public InstructionHandle append(final Instruction i, final CompoundInstruction c) { in append()370 public InstructionHandle append(final CompoundInstruction c) { in append()383 public InstructionHandle append(final InstructionHandle ih, final CompoundInstruction c) { in append()547 public InstructionHandle insert(final Instruction i, final CompoundInstruction c) { in insert()558 public InstructionHandle insert(final CompoundInstruction c) { in insert()584 public InstructionHandle insert(final InstructionHandle ih, final CompoundInstruction c) { in insert()
28 public final class PUSH implements CompoundInstruction, VariableLengthInstruction, InstructionConst…
27 public final class SWITCH implements CompoundInstruction {