Class BaseStructureCommand.DefaultStructureFormatter
java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.BaseStructureFormatter
com.ibm.j9ddr.tools.ddrinteractive.BaseStructureCommand.DefaultStructureFormatter
- All Implemented Interfaces:
IStructureFormatter
- Enclosing class:
BaseStructureCommand
-
Constructor Summary
Constructors -
Method Summary
Methods declared in class BaseStructureFormatter
format, formatField, postFormat, preFormat, setFieldFormattersModifier and TypeMethodDescriptionformat(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.voidformatField(String name, String type, String declaredType, long address, PrintStream out, Context context) postFormat(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs) Method called by the Structure command after the format() walk.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.protected voidsetFieldFormatters(List<IFieldFormatter> fieldFormatters)
-
Constructor Details
-
DefaultStructureFormatter
protected DefaultStructureFormatter()
-