|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StackMapType | |
|---|---|
| org.aspectj.apache.bcel.classfile | |
| Uses of StackMapType in org.aspectj.apache.bcel.classfile |
|---|
| Methods in org.aspectj.apache.bcel.classfile that return StackMapType | |
|---|---|
StackMapType |
StackMapType.copy()
|
StackMapType[] |
StackMapEntry.getTypesOfLocals()
|
StackMapType[] |
StackMapEntry.getTypesOfStackItems()
|
| Methods in org.aspectj.apache.bcel.classfile with parameters of type StackMapType | |
|---|---|
void |
StackMapEntry.setTypesOfLocals(StackMapType[] t)
|
void |
StackMapEntry.setTypesOfStackItems(StackMapType[] t)
|
| Constructors in org.aspectj.apache.bcel.classfile with parameters of type StackMapType | |
|---|---|
StackMapEntry(int byte_code_offset,
int number_of_locals,
StackMapType[] types_of_locals,
int number_of_stack_items,
StackMapType[] types_of_stack_items,
ConstantPool constant_pool)
|
|
StackMapEntry(int byte_code_offset,
int number_of_locals,
StackMapType[] types_of_locals,
int number_of_stack_items,
StackMapType[] types_of_stack_items,
ConstantPool constant_pool)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||