Package com.formdev.flatlaf.json
Class Location
- java.lang.Object
-
- com.formdev.flatlaf.json.Location
-
public class Location extends java.lang.Object
An immutable object that represents a location in the parsed text.
-
-
Constructor Summary
Constructors Constructor Description Location(int offset, int line, int column)
-
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()
-