protected class FormattingMigrator.Mapping
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected FormattingMigrator.FormattedString |
dst |
protected int |
dstOffset |
protected int |
length |
protected FormattingMigrator.FormattedString |
src |
protected int |
srcOffset |
Constructor and Description |
---|
FormattingMigrator.Mapping(FormattingMigrator.FormattedString src,
FormattingMigrator.FormattedString dst,
int srcOffset,
int dstOffset,
int length) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
protected FormattingMigrator.FormattedString dst
protected int dstOffset
protected int length
protected FormattingMigrator.FormattedString src
protected int srcOffset
public FormattingMigrator.Mapping(FormattingMigrator.FormattedString src, FormattingMigrator.FormattedString dst, int srcOffset, int dstOffset, int length)