tools.web
Class OpcodeParamFieldReplaceInfo
java.lang.Object
tools.web.OpcodeParamFieldReplaceInfo
public class OpcodeParamFieldReplaceInfo
- extends java.lang.Object
This class holds the information about a label substitution for
an opcode's parameter field. These labels are used in place of
pure numbers in disassembly generated for the web. The labels
may have mark-up tags that don't contribute to the printed length.
Thus there is a field for printed size for column calculations.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
field
public OpcodeParamField field
replacement
public java.lang.String replacement
replacementPrintedSize
public int replacementPrintedSize
OpcodeParamFieldReplaceInfo
public OpcodeParamFieldReplaceInfo()