Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DGotoInstruction.java25 public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch { class
27 GotoInstruction(final short opcode, final InstructionHandle target) { in GotoInstruction() method in GotoInstruction
36 GotoInstruction() { in GotoInstruction() method in GotoInstruction