protected static final class SimpleGappedSymbolList.Block
extends java.lang.Object
implements java.io.Serializable
The alignment is actualy stoored as a list of these objects. Each block is contiguous with the next in the source fields, but may be gapped in the view fields.
Modifier and Type | Field and Description |
---|---|
int |
sourceEnd |
int |
sourceStart |
int |
viewEnd |
int |
viewStart |
Constructor and Description |
---|
Block(int sourceStart,
int sourceEnd,
int viewStart,
int viewEnd) |
Block(SimpleGappedSymbolList.Block block) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSane() |
java.lang.String |
toString() |
public int sourceStart
public int sourceEnd
public int viewStart
public int viewEnd
public Block(int sourceStart, int sourceEnd, int viewStart, int viewEnd)
public Block(SimpleGappedSymbolList.Block block)