| Package | Description |
|---|---|
| aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
| 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 |
| 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) |
Copyright © 2021. All rights reserved.