Package net.sourceforge.plantuml.json
Class Location
- java.lang.Object
-
- net.sourceforge.plantuml.json.Location
-
public class Location extends java.lang.Object
An immutable object that represents a location in the parsed text.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-