| Package | Description |
|---|---|
| jasm.attributes |
Provides classes for representing class file attributes, including code necessary for encoding and decoding them.
|
| jasm.io |
Provides classes for reading/writing class files and Jasm files.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Triple<JvmType.Clazz,JvmType.Clazz,List<Modifier>>> |
InnerClasses.inners |
| Modifier and Type | Method and Description |
|---|---|
List<Triple<JvmType.Clazz,JvmType.Clazz,List<Modifier>>> |
InnerClasses.inners() |
| Constructor and Description |
|---|
InnerClasses(JvmType.Clazz type,
List<Triple<JvmType.Clazz,JvmType.Clazz,List<Modifier>>> inners)
Create an InnerClasses attribute (see JLS Section 4.7.5).
|
| Modifier and Type | Method and Description |
|---|---|
protected Triple<JvmType.Clazz,String,JvmType> |
ClassFileReader.decodeInstructionOwnerNameType(int offset,
int line) |
protected Triple<List<JvmType.Reference>,JvmType.Clazz,List<JvmType.Clazz>> |
ClassFileReader.parseClassSigDesc(String descriptor)
The class signature provides information about the generic type
parameters declared for a class.
|
Copyright © 2016. All rights reserved.