com.caucho.java
Class LineMap.Line
java.lang.Object
com.caucho.java.LineMap.Line
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- LineMap
public static class LineMap.Line
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
LineMap.Line()
Constructor for serialization. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LineMap.Line
public LineMap.Line()
- Constructor for serialization.
getSourceFilename
public java.lang.String getSourceFilename()
getSourceLine
public int getSourceLine()
getSourceLine
public int getSourceLine(int dstLine)
- Returns the source line.
getRepeatCount
public int getRepeatCount()
getDestinationLine
public int getDestinationLine()
getLastSourceLine
public int getLastSourceLine()
getLastDestinationLine
public int getLastDestinationLine()
getDestinationIncrement
public int getDestinationIncrement()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object