| Package | Description |
|---|---|
| cn.t.util.jvm | |
| cn.t.util.jvm.attribute.reader | |
| cn.t.util.jvm.datatype | |
| cn.t.util.jvm.datatype.base | |
| cn.t.util.jvm.datatype.reader |
| Modifier and Type | Method and Description |
|---|---|
DataType |
ConstantsReader.doReadDataType(ConstantsPoolDataType poolDataType,
DataInputStream dataInputStream) |
DataType |
ConstantsReader.readDataType(DataInputStream dataInputStream) |
| Modifier and Type | Method and Description |
|---|---|
List<DataType> |
ClassFile.getConstantsPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassFile.addConstantsPool(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassFile.setConstantsPool(List<DataType> constantsPool) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationAttributeInfo |
RuntimeVisibleAnnotationsReader.readAttribute(DataInputStream dis,
List<DataType> constantsPool) |
T |
AttributeReader.readAttribute(DataInputStream dis,
List<DataType> constantsPool) |
AttributeInfo |
AttributeReaderManager.readAttribute(DataInputStream dis,
List<DataType> constantsPool) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassInfo |
class |
DoubleInfo |
class |
FieldrefInfo |
class |
FloatInfo |
class |
IntegerInfo |
class |
InterfaceMethodrefInfo |
class |
InvokeDynamicInfo |
class |
LongInfo |
class |
MethodHandleInfo |
class |
MethodrefInfo |
class |
MethodTypeInfo |
class |
NameAndTypeInfo |
class |
StringInfo |
class |
Utf8Info |
| Modifier and Type | Class and Description |
|---|---|
class |
BytesDataType |
class |
LengthBytesDataType |
| Modifier and Type | Method and Description |
|---|---|
DataType |
MethodTypeInfoReader.read(DataInputStream dataInputStream) |
DataType |
DataTypeReader.read(DataInputStream dataInputStream) |
DataType |
FloatInfoReader.read(DataInputStream dataInputStream) |
DataType |
StringInfoReader.read(DataInputStream dataInputStream) |
DataType |
LongInfoReader.read(DataInputStream dataInputStream) |
DataType |
InterfaceMethodrefInfoReader.read(DataInputStream dataInputStream) |
DataType |
MethodrefInfoReader.read(DataInputStream dataInputStream) |
DataType |
NameAndTypeInfoReader.read(DataInputStream dataInputStream) |
DataType |
Utf8InfoReader.read(DataInputStream dataInputStream) |
DataType |
FieldrefInfoReader.read(DataInputStream dataInputStream) |
DataType |
InvokeDynamicInfoReader.read(DataInputStream dataInputStream) |
DataType |
MethodHandleInfoReader.read(DataInputStream dataInputStream) |
DataType |
ClassInfoReader.read(DataInputStream dataInputStream) |
DataType |
DoubleInfoReader.read(DataInputStream dataInputStream) |
DataType |
IntegerInfoReader.read(DataInputStream dataInputStream) |
Copyright © 2019. All rights reserved.