Home
last modified time | relevance | path

Searched refs:CompoundInstruction (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DCompoundInstruction.java35 public interface CompoundInstruction { interface
DInstructionList.java85 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()
DPUSH.java28 public final class PUSH implements CompoundInstruction, VariableLengthInstruction, InstructionConst…
DSWITCH.java27 public final class SWITCH implements CompoundInstruction {