Class StructureCommandUtil
java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.StructureCommandUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Contextstatic Map<String, StructureReader.StructureDescriptor> static StructureTypeManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatPointer(long address, Context context) getStructureDescriptor(String command, Context context) static Map<String, StructureReader.StructureDescriptor> getStructureMap(Context context) static intgetTypeCode(String type, Context context) static StringtypeToCommand(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
-