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

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReturnInstruction.java32 public abstract class ReturnInstruction extends Instruction implements ExceptionThrower, class in inherits:Instruction,ExceptionThrower,TypedInstruction,StackConsumer
39 ReturnInstruction() { method in class:ReturnInstruction
46 protected ReturnInstruction(final short opcode) { method in class:ReturnInstruction

Completed in 335 milliseconds