Searched refs:VariableLengthInstruction (Results 1 – 7 of 7) sorted by relevance
31 public interface VariableLengthInstruction { interface
28 public class JSR extends JsrInstruction implements VariableLengthInstruction {
28 public class GOTO extends GotoInstruction implements VariableLengthInstruction {
28 public final class PUSH implements CompoundInstruction, VariableLengthInstruction, InstructionConst…
35 public abstract class Select extends BranchInstruction implements VariableLengthInstruction,
105 void visitVariableLengthInstruction( VariableLengthInstruction obj ); in visitVariableLengthInstruction()
153 public void visitVariableLengthInstruction( final VariableLengthInstruction obj ) { in visitVariableLengthInstruction()