Searched defs:InstructionList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java87 public class InstructionList implements Serializable { class in inherits:Serializable
95 public InstructionList() {} method in class:InstructionList
101 public InstructionList(Instruction i) { method in class:InstructionList
109 public InstructionList(BranchInstruction i) { method in class:InstructionList
119 public InstructionList(CompoundInstruction c) { method in class:InstructionList
178 public InstructionList(byte[] code) { method in class:InstructionList
256 public InstructionHandle append(InstructionHandle ih, InstructionList il) {
258 throw new ClassGenException("Appending null InstructionList");
290 public InstructionHandle append(Instruction i, InstructionList il) {
307 public InstructionHandle append(InstructionList i
[all...]

Completed in 32 milliseconds