| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AllocationInstruction | |
| org.apache.bcel.generic | This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. | 
| Uses of AllocationInstruction in org.apache.bcel.generic | 
| Classes in org.apache.bcel.generic that implement AllocationInstruction | |
 class | 
ANEWARRAY
ANEWARRAY - Create new array of references Stack: ..., count -> ..., arrayref  | 
 class | 
MULTIANEWARRAY
MULTIANEWARRAY - Create new mutidimensional array of references Stack: ..., count1, [count2, ...]  | 
 class | 
NEW
NEW - Create new object Stack: ...  | 
 class | 
NEWARRAY
NEWARRAY - Create new array of basic type (int, short, ...)  | 
| Methods in org.apache.bcel.generic with parameters of type AllocationInstruction | |
 void | 
Visitor.visitAllocationInstruction(AllocationInstruction obj)
 | 
 void | 
EmptyVisitor.visitAllocationInstruction(AllocationInstruction obj)
 | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||