Class ErrorSourceLocation

  • All Implemented Interfaces:
    Serializable

    public class ErrorSourceLocation
    extends graphql.language.SourceLocation
    See Also:
    Serialized Form
    • Constructor Detail

      • ErrorSourceLocation

        public ErrorSourceLocation()
      • ErrorSourceLocation

        public ErrorSourceLocation​(int line,
                                   int column)
      • ErrorSourceLocation

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

      • equals

        public boolean equals​(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

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