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 byteCodeOffset,
int numberOfLocals,
StackMapType[] typesOfLocals,
int numberOfStackItems,
StackMapType[] typesOfStackItems,
ConstantPool constantPool)
Deprecated.
Since 6.0, use
StackMapEntry.StackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool)
instead |
StackMapEntry(int byteCodeOffset,
int numberOfLocals,
StackMapType[] typesOfLocals,
int numberOfStackItems,
StackMapType[] typesOfStackItems,
ConstantPool constantPool)
Deprecated.
Since 6.0, use
StackMapEntry.StackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool)
instead |
StackMapEntry(int tag,
int byteCodeOffset,
StackMapType[] typesOfLocals,
StackMapType[] typesOfStackItems,
ConstantPool constantPool)
Create an instance
|
StackMapEntry(int tag,
int byteCodeOffset,
StackMapType[] typesOfLocals,
StackMapType[] typesOfStackItems,
ConstantPool constantPool)
Create an instance
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.