Uses of Interface
com.ibm.j9ddr.tools.ddrinteractive.IFieldFormatter
Package
Description
-
Uses of IFieldFormatter in com.ibm.j9ddr.tools.ddrinteractive
Modifier and TypeClassDescriptionclass
Default field formatter with empty implementations for preFormat, format and postFormatModifier and TypeMethodDescriptionprotected void
BaseStructureCommand.registerFieldFormatter
(IFieldFormatter formatter) Inserts supplied field formatter at the head of the list.Modifier and TypeMethodDescriptionBaseStructureFormatter.format
(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs) 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.BaseStructureFormatter.postFormat
(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs) 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.BaseStructureFormatter.preFormat
(String type, long address, PrintStream out, Context context, List<IFieldFormatter> fieldFormatters, String[] extraArgs) 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.protected void
BaseStructureFormatter.setFieldFormatters
(List<IFieldFormatter> fieldFormatters) -
Uses of IFieldFormatter in com.ibm.j9ddr.vm29.tools.ddrinteractive.structureformat.base
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Formatter for all numeric scalar types (U* and I*)class
Formatting inline structures - prints a pointer to itclass
class
Specific formatter to handle U64 which is not natively supported by the java long.class
-
Uses of IFieldFormatter in com.ibm.j9ddr.vm29.tools.ddrinteractive.structureformat.extensions
Modifier and TypeClassDescriptionclass
Field formatter that adds the value of any char * string fields.class
Field formatter that adds //to struct J9Class * fields final class
Formats fields which are J9ConstantPool pointers, which require special handling of the low-order bits.class
Adds // class.method (signature) to all !class
Field formatter that appends the class of !