tools.web
Class OpcodeParamFieldReplaceInfo

java.lang.Object
  extended by 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.


Field Summary
 OpcodeParamField field
           
 java.lang.String replacement
           
 int replacementPrintedSize
           
 
Constructor Summary
OpcodeParamFieldReplaceInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

public OpcodeParamField field

replacement

public java.lang.String replacement

replacementPrintedSize

public int replacementPrintedSize
Constructor Detail

OpcodeParamFieldReplaceInfo

public OpcodeParamFieldReplaceInfo()