| Package | Description |
|---|---|
| jasm.lang |
Provides core class for representing JVM class files, bytecodes, types and constants.
|
| Modifier and Type | Field and Description |
|---|---|
Constant.NameType |
Constant.FieldRef.nameType |
Constant.NameType |
Constant.MethodRef.nameType |
Constant.NameType |
Constant.InterfaceMethodRef.nameType |
| Constructor and Description |
|---|
FieldRef(Constant.Class ci,
Constant.NameType nt) |
InterfaceMethodRef(Constant.Class ci,
Constant.NameType nt) |
MethodRef(Constant.Class ci,
Constant.NameType nt) |
Copyright © 2016. All rights reserved.