Class StructureCommandUtil
java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.StructureCommandUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Context
static Map
<String, StructureReader.StructureDescriptor> static StructureTypeManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatPointer
(long address, Context context) getStructureDescriptor
(String command, Context context) static Map
<String, StructureReader.StructureDescriptor> getStructureMap
(Context context) static int
getTypeCode
(String type, Context context) static String
typeToCommand
(String type)
-
Field Details
-
cachedContext
-
structureMap
-
typeManager
-
-
Constructor Details
-
StructureCommandUtil
public StructureCommandUtil()
-
-
Method Details
-
getStructureMap
-
getStructureDescriptor
public static StructureReader.StructureDescriptor getStructureDescriptor(String command, Context context) -
getTypeCode
-
typeToCommand
-
formatPointer
-