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,
|
Class and Description |
---|
BaseType |
ClassFile
ClassFile is a low level representation of Java class file.
|
ConstantPool
ConstantPool.
|
ConstantPool.ClassInfo
Represents a CONSTANT_Class_info in constant pool.
|
ConstantPool.DoubleInfo |
ConstantPool.Entry
Base class for entries in ConstantPool.
|
ConstantPool.FieldRefInfo
Represents a CONSTANT_FieldRef in constant pool.
|
ConstantPool.FloatInfo |
ConstantPool.IntegerInfo |
ConstantPool.InterfaceMethodRefInfo
Represents a CONSTANT_InterfaceMethodRef in constant pool.
|
ConstantPool.LongInfo |
ConstantPool.MethodRefInfo
Represents a CONSTANT_MethodRef in constant pool.
|
ConstantPool.NameAndTypeInfo
Represents a CONSTANT_NameAndType in constant pool.
|
ConstantPool.StringInfo |
ConstantPool.Utf8Info |
Field
This class represents a field, as described in Java Virtual Machine
Specification, 2nd edition, chapter 4.5.
|
Interface
This class represents an Interface, as described in Java Virtual Machine
Specification, 2nd edition, chapter 4.1.
|
Method
This class represents a method, as described in Java Virtual Machine
Specification, 2nd edition, chapter 4.6.
|
ParseException
Class ParseException.
|
ProgramElement
This class holds mainly attribute reading and writing of program elements of
class file.
|
Class and Description |
---|
ConstantPool
ConstantPool.
|
ConstantPool.ClassInfo
Represents a CONSTANT_Class_info in constant pool.
|
ConstantPool.Entry
Base class for entries in ConstantPool.
|
ConstantPool.MethodRefInfo
Represents a CONSTANT_MethodRef in constant pool.
|
ConstantPool.NameAndTypeInfo
Represents a CONSTANT_NameAndType in constant pool.
|
Copyright © 2017. All rights reserved.