| Package | Description |
|---|---|
| javassist.bytecode.stackmap |
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeData.ArrayElement |
static class |
TypeData.ArrayType |
static class |
TypeData.TypeVar |
static class |
TypeData.UninitTypeVar |
| Modifier and Type | Field and Description |
|---|---|
private TypeData.AbsTypeVar |
TypeData.ArrayElement.array |
private TypeData.AbsTypeVar |
TypeData.ArrayType.element |
| Modifier and Type | Method and Description |
|---|---|
TypeData.AbsTypeVar |
TypeData.ArrayElement.arrayType() |
TypeData.AbsTypeVar |
TypeData.ArrayType.elementType() |
| Constructor and Description |
|---|
ArrayElement(TypeData.AbsTypeVar a) |
ArrayType(TypeData.AbsTypeVar elementType) |