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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DVariableLengthInstruction.java72 public interface VariableLengthInstruction {} interface
H A DGOTO.java67 public class GOTO extends GotoInstruction implements VariableLengthInstruction {
H A DJSR.java67 public class JSR extends JsrInstruction implements VariableLengthInstruction {
H A DPUSH.java70 implements CompoundInstruction, VariableLengthInstruction, InstructionConstants
H A DSelect.java72 implements VariableLengthInstruction, StackProducer
H A DEmptyVisitor.java92 public void visitVariableLengthInstruction(VariableLengthInstruction obj) { }
H A DVisitor.java95 public void visitVariableLengthInstruction(VariableLengthInstruction obj);

Completed in 43 milliseconds