Package com.github.erosb.jsonsKema
Class TextLocation
-
- All Implemented Interfaces:
public class TextLocation
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerlineNumberprivate final Integerpositionprivate final URIdocumentSource
-
Constructor Summary
Constructors Constructor Description TextLocation(Integer lineNumber, Integer position, URI documentSource)
-
Method Summary
Modifier and Type Method Description final IntegergetLineNumber()final IntegergetPosition()final URIgetDocumentSource()Booleanequals(Object other)IntegerhashCode()StringtoString()-
-
Method Detail
-
getLineNumber
final Integer getLineNumber()
-
getPosition
final Integer getPosition()
-
getDocumentSource
final URI getDocumentSource()
-
-
-
-