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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DIfInstruction.java30 public abstract class IfInstruction extends BranchInstruction implements StackConsumer { class in inherits:BranchInstruction,StackConsumer
35 IfInstruction() {} method in class:IfInstruction
40 protected IfInstruction(short opcode, InstructionHandle target) { method in class:IfInstruction

Completed in 36 milliseconds