Package | Description |
---|---|
org.apache.bcel.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
Modifier and Type | Method and Description |
---|---|
StackMapType |
StackMapType.copy() |
StackMapType[] |
StackMapTableEntry.getTypesOfLocals() |
StackMapType[] |
StackMapEntry.getTypesOfLocals() |
StackMapType[] |
StackMapTableEntry.getTypesOfStackItems() |
StackMapType[] |
StackMapEntry.getTypesOfStackItems() |
Modifier and Type | Method and Description |
---|---|
void |
StackMapTableEntry.setTypesOfLocals(StackMapType[] t) |
void |
StackMapEntry.setTypesOfLocals(StackMapType[] t) |
void |
StackMapTableEntry.setTypesOfStackItems(StackMapType[] t) |
void |
StackMapEntry.setTypesOfStackItems(StackMapType[] t) |
Constructor and Description |
---|
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) |
StackMapTableEntry(int tag,
int byte_code_offset_delta,
int number_of_locals,
StackMapType[] types_of_locals,
int number_of_stack_items,
StackMapType[] types_of_stack_items,
ConstantPool constant_pool) |
StackMapTableEntry(int tag,
int byte_code_offset_delta,
int number_of_locals,
StackMapType[] types_of_locals,
int number_of_stack_items,
StackMapType[] types_of_stack_items,
ConstantPool constant_pool) |
Copyright © 2017. All rights reserved.