Package io.fria.lilo.error
Class ErrorSourceLocation
java.lang.Object
graphql.language.SourceLocation
io.fria.lilo.error.ErrorSourceLocation
- All Implemented Interfaces:
Serializable
public class ErrorSourceLocation
extends graphql.language.SourceLocation
- See Also:
-
Field Summary
Fields inherited from class graphql.language.SourceLocation
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionErrorSourceLocation(int line, int column) ErrorSourceLocation(int line, int column, @Nullable String sourceName) -
Method Summary
Methods inherited from class graphql.language.SourceLocation
getLocation
-
Constructor Details
-
ErrorSourceLocation
public ErrorSourceLocation() -
ErrorSourceLocation
public ErrorSourceLocation(int line, int column) -
ErrorSourceLocation
-
-
Method Details
-
equals
- Overrides:
equalsin classgraphql.language.SourceLocation
-
getColumn
public int getColumn()- Overrides:
getColumnin classgraphql.language.SourceLocation
-
getLine
public int getLine()- Overrides:
getLinein classgraphql.language.SourceLocation
-
getSourceName
- Overrides:
getSourceNamein classgraphql.language.SourceLocation
-
hashCode
public int hashCode()- Overrides:
hashCodein classgraphql.language.SourceLocation
-
toString
- Overrides:
toStringin classgraphql.language.SourceLocation
-