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 | Field and Description |
---|---|
protected ConstantPool |
ProgramElement.constantPool |
Modifier and Type | Method and Description |
---|---|
ConstantPool |
ProgramElement.getConstantPool() |
ConstantPool |
ClassFile.getConstantPool()
Gets the constant pool of this ClassFile.
|
ConstantPool |
ParseException.getConstantPool() |
Constructor and Description |
---|
Field(ConstantPool cp,
short access_flags,
String name,
String descriptor,
LinkedList<Attribute> attributes) |
Interface(ConstantPool cp,
short constant_class_index) |
Method(ConstantPool cp,
short access_flags,
String name,
String descriptor,
LinkedList<Attribute> attributes) |
ParseException(String message,
ConstantPool cp) |
ProgramElement(ConstantPool constantPool) |
ProgramElement(ConstantPool constantPool,
short access_flags) |
ProgramElement(ConstantPool constantPool,
short access_flags,
LinkedList<Attribute> attributes) |
Modifier and Type | Field and Description |
---|---|
protected ConstantPool |
Attribute.cp |
Modifier and Type | Method and Description |
---|---|
static Attribute |
Attribute.readAttribute(ConstantPool constantPool,
DataInputStream dis)
Factory method for creating Attributes from given DataInputStream.
|
protected void |
Attribute.setConstantPool(ConstantPool cp) |
Constructor and Description |
---|
AnnotationBase(ConstantPool cp,
short nameIndex,
int length,
DataInputStream dis) |
Annotations(ConstantPool cp,
short nameIndex,
int length,
DataInputStream dis) |
BootstrapMethods(ConstantPool cp)
Creates a new BootstrapMethods attribute.
|
Code(ConstantPool cp,
short max_stack,
short max_locals)
Constructor for an empty CodeAttribute.
|
LocalVariableTable(ConstantPool cp) |
ParameterAnnotations(ConstantPool cp,
short nameIndex,
int length,
DataInputStream dis) |
Synthetic(ConstantPool cp)
Creates a new Syntehtic attribute.
|
Copyright © 2017. All rights reserved.