| Package | Description |
|---|---|
| javassist.bytecode.analysis |
Bytecode Analysis API.
|
| Modifier and Type | Field and Description |
|---|---|
private MultiType |
MultiArrayType.component |
private MultiType |
MultiType.mergeSource |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Map |
MultiType.getAllMultiInterfaces(MultiType type) |
private boolean |
MultiType.inMergeSource(MultiType source) |
private java.util.Map |
MultiType.mergeMultiAndSingle(MultiType multi,
Type single) |
private java.util.Map |
MultiType.mergeMultiInterfaces(MultiType type1,
MultiType type2) |
| Constructor and Description |
|---|
MultiArrayType(MultiType component,
int dims) |