Package 

Class ResourceEvent.Location

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Long line
      private final Long column
    • Method Summary

      Modifier and Type Method Description
      final Long getLine()
      final Long getColumn()
      final JsonElement toJson()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceEvent.Location

        ResourceEvent.Location(Long line, Long column)
        Parameters:
        line - Line number where the error occurred
        column - Column number where the error occurred