Uses of Interface
joeq.Compiler.BytecodeAnalysis.Bytecodes.AllocationInstruction

Packages that use Bytecodes.AllocationInstruction
joeq.Compiler.BytecodeAnalysis   
 

Uses of Bytecodes.AllocationInstruction in joeq.Compiler.BytecodeAnalysis
 

Classes in joeq.Compiler.BytecodeAnalysis that implement Bytecodes.AllocationInstruction
static class Bytecodes.ANEWARRAY
           
static class Bytecodes.MULTIANEWARRAY
           
static class Bytecodes.NEW
           
static class Bytecodes.NEWARRAY
           
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type Bytecodes.AllocationInstruction
 void Bytecodes.Visitor.visitAllocationInstruction(Bytecodes.AllocationInstruction obj)
           
 void Bytecodes.EmptyVisitor.visitAllocationInstruction(Bytecodes.AllocationInstruction obj)
           
 



Copyright © 2001-2008 John Whaley. All Rights Reserved.