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 | Class and Description |
---|---|
class |
ConstantPool.ClassInfo
Represents a CONSTANT_Class_info in constant pool.
|
class |
ConstantPool.DoubleInfo |
class |
ConstantPool.FieldRefInfo
Represents a CONSTANT_FieldRef in constant pool.
|
class |
ConstantPool.FloatInfo |
class |
ConstantPool.IntegerInfo |
class |
ConstantPool.InterfaceMethodRefInfo
Represents a CONSTANT_InterfaceMethodRef in constant pool.
|
class |
ConstantPool.InvokeDynamicInfo |
class |
ConstantPool.LongInfo |
class |
ConstantPool.MethodHandleInfo |
class |
ConstantPool.MethodRefInfo
Represents a CONSTANT_MethodRef in constant pool.
|
class |
ConstantPool.MethodTypeInfo |
class |
ConstantPool.NameAndTypeInfo
Represents a CONSTANT_NameAndType in constant pool.
|
class |
ConstantPool.NullEntry |
class |
ConstantPool.StringInfo |
class |
ConstantPool.Utf8Info |
Modifier and Type | Method and Description |
---|---|
ConstantPool.Entry |
ConstantPool.get(int index)
Gets an entry from constant pool.
|
ConstantPool.Entry |
ConstantPool.MethodHandleInfo.getReference() |
Modifier and Type | Method and Description |
---|---|
Iterator<ConstantPool.Entry> |
ConstantPool.iterator() |
Modifier and Type | Method and Description |
---|---|
short |
ConstantPool.add(ConstantPool.Entry entry)
Adds an entry to this constant pool.
|
Modifier and Type | Method and Description |
---|---|
ConstantPool.Entry[] |
BootstrapMethods.BootstrapMethod.getArguments() |
Copyright © 2017. All rights reserved.