| Package | Description |
|---|---|
| jasm.io |
Provides classes for reading/writing class files and Jasm files.
|
| jasm.lang |
Provides core class for representing JVM class files, bytecodes, types and constants.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClassFile.Field |
ClassFileReader.parseField(int offset) |
| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<ClassFile.Field> |
ClassFileReader.parseFields(int fields)
parse array of fields defined in this class
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JasmFileWriter.writeField(ClassFile.Field f,
HashMap<Constant.Info,Integer> poolMap) |
protected void |
ClassFileWriter.writeField(ClassFile.Field f,
HashMap<Constant.Info,Integer> constantPool) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ClassFile.Field> |
ClassFile.fields |
| Modifier and Type | Method and Description |
|---|---|
ClassFile.Field |
ClassFile.field(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ClassFile.Field> |
ClassFile.fields() |
Copyright © 2016. All rights reserved.