Uses of Class
com.ibm.j9ddr.StructureReader.StructureDescriptor
-
Packages that use StructureReader.StructureDescriptor Package Description com.ibm.j9ddr com.ibm.j9ddr.tools.ddrinteractive -
-
Uses of StructureReader.StructureDescriptor in com.ibm.j9ddr
Methods in com.ibm.j9ddr that return types with arguments of type StructureReader.StructureDescriptor Modifier and Type Method Description Collection<StructureReader.StructureDescriptor>IVMData. getStructures()Collection<StructureReader.StructureDescriptor>J9DDRClassLoader. getStructures()Collection<StructureReader.StructureDescriptor>StructureReader. getStructures()Methods in com.ibm.j9ddr with parameters of type StructureReader.StructureDescriptor Modifier and Type Method Description static byte[]BytecodeGenerator. getPointerClassBytes(StructureReader reader, StructureTypeManager typeManager, StructureReader.StructureDescriptor structure, String className)static byte[]BytecodeGenerator. getStructureClassBytes(StructureReader.StructureDescriptor structure, String className)Constructor parameters in com.ibm.j9ddr with type arguments of type StructureReader.StructureDescriptor Constructor Description StructureTypeManager(Collection<StructureReader.StructureDescriptor> structures) -
Uses of StructureReader.StructureDescriptor in com.ibm.j9ddr.tools.ddrinteractive
Fields in com.ibm.j9ddr.tools.ddrinteractive with type parameters of type StructureReader.StructureDescriptor Modifier and Type Field Description static Map<String,StructureReader.StructureDescriptor>StructureCommandUtil. structureMapMethods in com.ibm.j9ddr.tools.ddrinteractive that return StructureReader.StructureDescriptor Modifier and Type Method Description static StructureReader.StructureDescriptorStructureCommandUtil. getStructureDescriptor(String command, Context context)Methods in com.ibm.j9ddr.tools.ddrinteractive that return types with arguments of type StructureReader.StructureDescriptor Modifier and Type Method Description static Map<String,StructureReader.StructureDescriptor>StructureCommandUtil. getStructureMap(Context context)Methods in com.ibm.j9ddr.tools.ddrinteractive with parameters of type StructureReader.StructureDescriptor Modifier and Type Method Description static longCommandUtils. getOffsetForField(StructureReader.StructureDescriptor desc, String fieldName)
-