FormatWalkResult |
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()
|
FormatWalkResult |
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.
|
FormatWalkResult |
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().
|
FormatWalkResult |
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.
|
FormatWalkResult |
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.
|
FormatWalkResult |
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 |
FormatWalkResult.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FormatWalkResult[] |
FormatWalkResult.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|