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:
  • Constructor Details

    • ErrorSourceLocation

      public ErrorSourceLocation()
    • ErrorSourceLocation

      public ErrorSourceLocation(int line, int column)
    • ErrorSourceLocation

      public ErrorSourceLocation(int line, int column, @Nullable @Nullable String sourceName)
  • Method Details

    • equals

      public boolean equals(@Nullable @Nullable Object o)
      Overrides:
      equals in class graphql.language.SourceLocation
    • getColumn

      public int getColumn()
      Overrides:
      getColumn in class graphql.language.SourceLocation
    • getLine

      public int getLine()
      Overrides:
      getLine in class graphql.language.SourceLocation
    • getSourceName

      @Nullable public @Nullable String getSourceName()
      Overrides:
      getSourceName in class graphql.language.SourceLocation
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class graphql.language.SourceLocation
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class graphql.language.SourceLocation