Class EObjectLocation


  • public class EObjectLocation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int line  
      protected org.eclipse.emf.common.util.URI uri  
    • Constructor Summary

      Constructors 
      Constructor Description
      EObjectLocation​(org.eclipse.emf.common.util.URI uri, int line)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int getLine()  
      org.eclipse.emf.common.util.URI getUri()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • uri

        protected org.eclipse.emf.common.util.URI uri
      • line

        protected int line
    • Constructor Detail

      • EObjectLocation

        public EObjectLocation​(org.eclipse.emf.common.util.URI uri,
                               int line)
    • Method Detail

      • getUri

        public org.eclipse.emf.common.util.URI getUri()
      • getLine

        public int getLine()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object