Searched refs:visitVariableLengthInstruction (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DGOTO.java119 v.visitVariableLengthInstruction(this);
H A DJSR.java117 v.visitVariableLengthInstruction(this);
H A DLOOKUPSWITCH.java130 v.visitVariableLengthInstruction(this);
H A DTABLESWITCH.java144 v.visitVariableLengthInstruction(this);
H A DEmptyVisitor.java92 public void visitVariableLengthInstruction(VariableLengthInstruction obj) { } method in class:EmptyVisitor
H A DVisitor.java95 public void visitVariableLengthInstruction(VariableLengthInstruction obj); method in interface:Visitor

Completed in 51 milliseconds