Uses of Class
com.ibm.j9ddr.StructureReader
-
Packages that use StructureReader Package Description com.ibm.j9ddr com.ibm.j9ddr.vm29.j9 -
-
Uses of StructureReader in com.ibm.j9ddr
Methods in com.ibm.j9ddr that return StructureReader Modifier and Type Method Description StructureReader
J9DDRClassLoader. getReader()
Get the structure reader used by this classloader.Methods in com.ibm.j9ddr with parameters of type StructureReader Modifier and Type Method Description static void
DDRSymbolFinder. addSymbols(IProcess process, long j9RasAddress, StructureReader structureReader)
static byte[]
BytecodeGenerator. getPointerClassBytes(StructureReader reader, StructureTypeManager typeManager, StructureReader.StructureDescriptor structure, String className)
Constructors in com.ibm.j9ddr with parameters of type StructureReader Constructor Description J9DDRClassLoader(StructureReader reader, ClassLoader parent)
-
Uses of StructureReader in com.ibm.j9ddr.vm29.j9
Methods in com.ibm.j9ddr.vm29.j9 with parameters of type StructureReader Modifier and Type Method Description static void
DataType. init(IProcess process, StructureReader structureReader)
-