public static class LineMap.Line
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Line()
Constructor for serialization.
|
Modifier and Type | Method and Description |
---|---|
int |
getDestinationIncrement() |
int |
getDestinationLine() |
int |
getLastDestinationLine() |
int |
getLastSourceLine() |
int |
getRepeatCount() |
java.lang.String |
getSourceFilename() |
int |
getSourceLine() |
int |
getSourceLine(int dstLine)
Returns the source line.
|
java.lang.String |
toString() |
public java.lang.String getSourceFilename()
public int getSourceLine()
public int getSourceLine(int dstLine)
public int getRepeatCount()
public int getDestinationLine()
public int getLastSourceLine()
public int getLastDestinationLine()
public int getDestinationIncrement()
public java.lang.String toString()
toString
in class java.lang.Object