Class ReferenceLocation


  • public class ReferenceLocation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReferenceLocation​(java.lang.Object sourceLocation, java.lang.Object target)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getSourceLocation()  
      java.lang.Object getTarget()  
      • Methods inherited from class java.lang.Object

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

      • ReferenceLocation

        public ReferenceLocation​(java.lang.Object sourceLocation,
                                 java.lang.Object target)
    • Method Detail

      • getSourceLocation

        public java.lang.Object getSourceLocation()
      • getTarget

        public java.lang.Object getTarget()