Package | Description |
---|---|
aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
aQute.bnd.osgi |
Modifier and Type | Class and Description |
---|---|
static class |
StackMapTableAttribute.ObjectVariableInfo |
static class |
StackMapTableAttribute.UninitializedVariableInfo |
Modifier and Type | Field and Description |
---|---|
StackMapTableAttribute.VerificationTypeInfo[] |
StackMapTableAttribute.AppendFrame.locals |
StackMapTableAttribute.VerificationTypeInfo[] |
StackMapTableAttribute.FullFrame.locals |
StackMapTableAttribute.VerificationTypeInfo |
StackMapTableAttribute.SameLocals1StackItemFrame.stack |
StackMapTableAttribute.VerificationTypeInfo |
StackMapTableAttribute.SameLocals1StackItemFrameExtended.stack |
StackMapTableAttribute.VerificationTypeInfo[] |
StackMapTableAttribute.FullFrame.stack |
Modifier and Type | Method and Description |
---|---|
(package private) static StackMapTableAttribute.VerificationTypeInfo |
StackMapTableAttribute.parseVerificationTypeInfo(java.io.DataInput in,
ConstantPool constant_pool) |
Constructor and Description |
---|
AppendFrame(int tag,
int delta,
StackMapTableAttribute.VerificationTypeInfo[] locals) |
FullFrame(int tag,
int delta,
StackMapTableAttribute.VerificationTypeInfo[] locals,
StackMapTableAttribute.VerificationTypeInfo[] stack) |
FullFrame(int tag,
int delta,
StackMapTableAttribute.VerificationTypeInfo[] locals,
StackMapTableAttribute.VerificationTypeInfo[] stack) |
SameLocals1StackItemFrame(int tag,
StackMapTableAttribute.VerificationTypeInfo stack) |
SameLocals1StackItemFrameExtended(int tag,
int delta,
StackMapTableAttribute.VerificationTypeInfo stack) |
Modifier and Type | Method and Description |
---|---|
private void |
Clazz.verification_type_info(StackMapTableAttribute.VerificationTypeInfo verificationTypeInfo) |