Searched refs:AllocationInstruction (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DAllocationInstruction.java66 public interface AllocationInstruction {} interface
H A DANEWARRAY.java69 implements LoadClass, AllocationInstruction, ExceptionThrower, StackProducer {
H A DNEW.java70 implements LoadClass, AllocationInstruction, ExceptionThrower, StackProducer {
H A DNEWARRAY.java71 implements AllocationInstruction, ExceptionThrower, StackProducer {
H A DMULTIANEWARRAY.java71 public class MULTIANEWARRAY extends CPInstruction implements LoadClass, AllocationInstruction, ExceptionThrower {
H A DEmptyVisitor.java86 public void visitAllocationInstruction(AllocationInstruction obj) { }
H A DVisitor.java89 public void visitAllocationInstruction(AllocationInstruction obj);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java183 public void visitAllocationInstruction(AllocationInstruction i) {

Completed in 1570 milliseconds