Interface GqlError.Location

  • All Superinterfaces:
    manifold.ext.rt.api.IBindingsBacked, manifold.json.rt.api.IJsonBindingsBacked, Serializable
    Enclosing interface:
    GqlError

    public static interface GqlError.Location
    extends manifold.json.rt.api.IJsonBindingsBacked
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default int getColumn()  
      default int getLine()  
      • Methods inherited from interface manifold.ext.rt.api.IBindingsBacked

        display
      • Methods inherited from interface manifold.json.rt.api.IJsonBindingsBacked

        getBindings, write, writeReplace
    • Method Detail

      • getLine

        default int getLine()
      • getColumn

        default int getColumn()