Searched refs:InvokeInstruction (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInvokeInstruction.java69 public abstract class InvokeInstruction extends FieldOrMethod class in inherits:FieldOrMethod,ExceptionThrower,TypedInstruction,StackConsumer,StackProducer
75 InvokeInstruction() {} method in class:InvokeInstruction
80 protected InvokeInstruction(short opcode, int index) { method in class:InvokeInstruction
H A DINVOKESTATIC.java70 public class INVOKESTATIC extends InvokeInstruction {
H A DINVOKESPECIAL.java71 public class INVOKESPECIAL extends InvokeInstruction {
H A DINVOKEVIRTUAL.java70 public class INVOKEVIRTUAL extends InvokeInstruction {
H A DINVOKEINTERFACE.java73 public final class INVOKEINTERFACE extends InvokeInstruction {
H A DInstructionFactory.java104 public InvokeInstruction createInvoke(String class_name, String name, Type ret_type,
183 private InvokeInstruction createInvoke(MethodObject m, short kind) {
H A DEmptyVisitor.java84 public void visitInvokeInstruction(InvokeInstruction obj) { }
H A DVisitor.java87 public void visitInvokeInstruction(InvokeInstruction obj);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java168 public void visitInvokeInstruction(InvokeInstruction i) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFunctionCall.java41 import com.sun.org.apache.bcel.internal.generic.InvokeInstruction;
862 il.append(_thisArgument != null ? (InvokeInstruction) new INVOKEVIRTUAL(index) :
863 (InvokeInstruction) new INVOKESTATIC(index));

Completed in 62 milliseconds