Package com.formdev.flatlaf.json
Class Location
- java.lang.Object
-
- com.formdev.flatlaf.json.Location
-
public class Location extends java.lang.ObjectAn 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 booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-