Package net.sourceforge.plantuml.utils
Class LineLocationImpl
java.lang.Object
net.sourceforge.plantuml.utils.LineLocationImpl
- All Implemented Interfaces:
Comparable<LineLocation>,LineLocation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(LineLocation other) A description of the resource.Get the parent of this location.intPosition of the line, starting at 0.toString()
-
Constructor Details
-
LineLocationImpl
-
-
Method Details
-
toString
-
oneLineRead
-
getPosition
public int getPosition()Description copied from interface:LineLocationPosition of the line, starting at 0.- Specified by:
getPositionin interfaceLineLocation
-
getDescription
Description copied from interface:LineLocationA description of the resource. If the resource is a file, this is the complete path of the file.- Specified by:
getDescriptionin interfaceLineLocation
-
getParent
Description copied from interface:LineLocationGet the parent of this location. If this resource has been included by a !include or !includeurl directive, this return the location of the !include line.- Specified by:
getParentin interfaceLineLocation
-
compareTo
- Specified by:
compareToin interfaceComparable<LineLocation>
-