Searched refs:InstructionList (Results 1 - 25 of 118) sorted by relevance

12345

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DCompoundInstruction.java77 public InstructionList getInstructionList();
H A DInstructionListObserver.java62 * Implement this interface if you're interested in changes to an InstructionList object
68 public void notify(InstructionList list);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DTopLevelElement.java28 import com.sun.org.apache.bcel.internal.generic.InstructionList;
64 public InstructionList compile(ClassGenerator classGen,
66 final InstructionList result, save = methodGen.getInstructionList();
67 methodGen.setInstructionList(result = new InstructionList());
H A DNotCall.java30 import com.sun.org.apache.bcel.internal.generic.InstructionList;
44 final InstructionList il = methodGen.getInstructionList();
52 final InstructionList il = methodGen.getInstructionList();
H A DBooleanExpr.java28 import com.sun.org.apache.bcel.internal.generic.InstructionList;
67 InstructionList il = methodGen.getInstructionList();
73 final InstructionList il = methodGen.getInstructionList();
H A DFlowList.java31 import com.sun.org.apache.bcel.internal.generic.InstructionList;
95 public FlowList copyAndRedirect(InstructionList oldList,
96 InstructionList newList)
H A DCeilingCall.java30 import com.sun.org.apache.bcel.internal.generic.InstructionList;
45 final InstructionList il = methodGen.getInstructionList();
H A DFallback.java27 import com.sun.org.apache.bcel.internal.generic.InstructionList;
77 final InstructionList il = methodGen.getInstructionList();
H A DGenerateIdCall.java30 import com.sun.org.apache.bcel.internal.generic.InstructionList;
44 final InstructionList il = methodGen.getInstructionList();
H A DIntExpr.java27 import com.sun.org.apache.bcel.internal.generic.InstructionList;
55 InstructionList il = methodGen.getInstructionList();
H A DLastCall.java29 import com.sun.org.apache.bcel.internal.generic.InstructionList;
54 final InstructionList il = methodGen.getInstructionList();
H A DLocalNameCall.java31 import com.sun.org.apache.bcel.internal.generic.InstructionList;
61 final InstructionList il = methodGen.getInstructionList();
H A DNameCall.java30 import com.sun.org.apache.bcel.internal.generic.InstructionList;
60 final InstructionList il = methodGen.getInstructionList();
H A DNamespaceUriCall.java30 import com.sun.org.apache.bcel.internal.generic.InstructionList;
60 final InstructionList il = methodGen.getInstructionList();
H A DNumberCall.java28 import com.sun.org.apache.bcel.internal.generic.InstructionList;
52 final InstructionList il = methodGen.getInstructionList();
H A DPositionCall.java29 import com.sun.org.apache.bcel.internal.generic.InstructionList;
51 final InstructionList il = methodGen.getInstructionList();
H A DRealExpr.java27 import com.sun.org.apache.bcel.internal.generic.InstructionList;
55 InstructionList il = methodGen.getInstructionList();
H A DRoundCall.java30 import com.sun.org.apache.bcel.internal.generic.InstructionList;
46 final InstructionList il = methodGen.getInstructionList();
H A DSimpleAttributeValue.java27 import com.sun.org.apache.bcel.internal.generic.InstructionList;
74 final InstructionList il = methodGen.getInstructionList();
H A DStringLengthCall.java30 import com.sun.org.apache.bcel.internal.generic.InstructionList;
46 final InstructionList il = methodGen.getInstructionList();
H A DExpression.java33 import com.sun.org.apache.bcel.internal.generic.InstructionList;
109 public final InstructionList compile(ClassGenerator classGen,
111 final InstructionList result, save = methodGen.getInstructionList();
112 methodGen.setInstructionList(result = new InstructionList());
146 final InstructionList il = methodGen.getInstructionList();
159 final InstructionList il = methodGen.getInstructionList();
168 final InstructionList il = methodGen.getInstructionList();
H A DTestSeq.java31 import com.sun.org.apache.bcel.internal.generic.InstructionList;
77 private InstructionList _instructionList;
124 public InstructionList getInstructionList() {
239 final InstructionList il = new InstructionList();
245 InstructionList ilist = methodGen.getInstructionList(pattern);
252 InstructionList copyOfilist = ilist.copy();
H A DLiteralExpr.java28 import com.sun.org.apache.bcel.internal.generic.InstructionList;
84 final InstructionList il = methodGen.getInstructionList();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DNamedMethodGenerator.java30 import com.sun.org.apache.bcel.internal.generic.InstructionList;
48 InstructionList il, ConstantPoolGen cp) {
H A DRtMethodGenerator.java30 import com.sun.org.apache.bcel.internal.generic.InstructionList;
47 InstructionList il, ConstantPoolGen cp) {

Completed in 77 milliseconds

12345