Uses of Enum Class
com.ibm.j9ddr.tools.ddrinteractive.FormatWalkResult
Package
Description
-
Uses of FormatWalkResult in com.ibm.j9ddr.tools.ddrinteractive
Modifier and TypeClassDescriptionenum
Enumeration of results of structure formatting walks.Modifier and TypeMethodDescriptionBaseFieldFormatter.format
(String name, String type, String declaredType, int typeCode, long address, PrintStream out, Context context, IStructureFormatter structureFormatter) BaseStructureFormatter.format
(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs) IFieldFormatter.format
(String name, String type, String declaredType, int typeCode, long address, PrintStream out, Context context, IStructureFormatter structureFormatter) Method called by the Structure command to format a field, after preFormat() and before postFormat()IStructureFormatter.format
(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs) Method called by the Structure command after the preFormat() and before the postFormat() walks.BaseFieldFormatter.postFormat
(String name, String type, String declaredType, int typeCode, long address, PrintStream out, Context context, IStructureFormatter structureFormatter) BaseStructureFormatter.postFormat
(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs) IFieldFormatter.postFormat
(String name, String type, String declaredType, int typeCode, long address, PrintStream out, Context context, IStructureFormatter structureFormatter) Method called by the Structure command after preFormat() and format().IStructureFormatter.postFormat
(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs) Method called by the Structure command after the format() walk.BaseFieldFormatter.preFormat
(String name, String type, String declaredType, int typeCode, long address, PrintStream out, Context context, IStructureFormatter structureFormatter) BaseStructureFormatter.preFormat
(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs) IFieldFormatter.preFormat
(String name, String type, String declaredType, int typeCode, long address, PrintStream out, Context context, IStructureFormatter structureFormatter) Method called by the Structure command before the format() method walk.IStructureFormatter.preFormat
(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs) Method called by the Structure command before the format() method walk.static FormatWalkResult
Returns the enum constant of this class with the specified name.static FormatWalkResult[]
FormatWalkResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FormatWalkResult in com.ibm.j9ddr.vm29.tools.ddrinteractive.structureformat.extensions
Modifier and TypeMethodDescriptionCStringFieldFormatter.postFormat
(String name, String type, String declaredType, int typeCode, long address, PrintStream out, Context context, IStructureFormatter structureFormatter)