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[] |
StackMapEntry.getTypesOfLocals() |
StackMapType[] |
StackMapEntry.getTypesOfStackItems() |
Modifier and Type | Method and Description |
---|---|
void |
StackMapEntry.setTypesOfLocals(StackMapType[] types) |
void |
StackMapEntry.setTypesOfStackItems(StackMapType[] types) |
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)
Deprecated.
Since 6.0, use
StackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool)
instead |
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)
Deprecated.
Since 6.0, use
StackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool)
instead |
StackMapEntry(int tag,
int byte_code_offset,
StackMapType[] types_of_locals,
StackMapType[] types_of_stack_items,
ConstantPool constant_pool)
Create an instance
|
StackMapEntry(int tag,
int byte_code_offset,
StackMapType[] types_of_locals,
StackMapType[] types_of_stack_items,
ConstantPool constant_pool)
Create an instance
|
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.