Home
last modified time | relevance | path

Searched refs:VariableLengthInstruction (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DVariableLengthInstruction.java31 public interface VariableLengthInstruction { interface
DJSR.java28 public class JSR extends JsrInstruction implements VariableLengthInstruction {
DGOTO.java28 public class GOTO extends GotoInstruction implements VariableLengthInstruction {
DPUSH.java28 public final class PUSH implements CompoundInstruction, VariableLengthInstruction, InstructionConst…
DSelect.java35 public abstract class Select extends BranchInstruction implements VariableLengthInstruction,
DVisitor.java105 void visitVariableLengthInstruction( VariableLengthInstruction obj ); in visitVariableLengthInstruction()
DEmptyVisitor.java153 public void visitVariableLengthInstruction( final VariableLengthInstruction obj ) { in visitVariableLengthInstruction()