Package | Description |
---|---|
net.sf.jiapi.file |
This package contains a low level representation of the Java class file format.
|
net.sf.jiapi.file.attribute |
This package contains attributes specified in class file specification,
|
Modifier and Type | Method and Description |
---|---|
ConstantPool.ClassInfo |
ConstantPool.addClassInfo(String className)
Adds a new ClassInfo.
|
ConstantPool.ClassInfo |
ConstantPool.FieldRefInfo.getClassInfo() |
ConstantPool.ClassInfo |
ConstantPool.MethodRefInfo.getClassInfo() |
ConstantPool.ClassInfo |
ConstantPool.InterfaceMethodRefInfo.getClassInfo() |
ConstantPool.ClassInfo |
Interface.getClassInfo()
Get the ClassInfo structure from constant pool.
|
Modifier and Type | Method and Description |
---|---|
ConstantPool.FieldRefInfo |
ConstantPool.addFieldRefInfo(ConstantPool.ClassInfo ci,
String name,
String desc)
Adds a new FieldRefInfo.
|
ConstantPool.InterfaceMethodRefInfo |
ConstantPool.addInterfaceMethodRefInfo(ConstantPool.ClassInfo ci,
String name,
String desc)
Adds a new InterfaceMethodRefInfo.
|
ConstantPool.MethodRefInfo |
ConstantPool.addMethodRefInfo(ConstantPool.ClassInfo ci,
String name,
String desc)
Adds a new MethodRefInfo.
|
Modifier and Type | Method and Description |
---|---|
ConstantPool.ClassInfo |
EnclosingMethod.getClassInfo() |
Copyright © 2017. All rights reserved.