Home
last modified time | relevance | path

Searched defs:InvokeInstruction (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInvokeInstruction.java32 public abstract class InvokeInstruction extends FieldOrMethod implements ExceptionThrower, class
39 InvokeInstruction() { in InvokeInstruction() method in InvokeInstruction
46 protected InvokeInstruction(final short opcode, final int index) { in InvokeInstruction() method in InvokeInstruction