Class Report.Location

  • Enclosing interface:
    Report

    public static class Report.Location
    extends java.lang.Object
    Defines a record for the location of an error/warning
    • Constructor Summary

      Constructors 
      Constructor Description
      Location()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • message

        public java.lang.String message
      • line

        public int line
      • file

        public java.lang.String file
      • header

        public java.lang.String header
      • context

        public java.lang.String context
      • reference

        public java.lang.String reference
      • methodName

        public java.lang.String methodName
      • length

        public int length
    • Constructor Detail

      • Location

        public Location()