org.eclipse.xtext.generator.trace
Class SmapSupport.LineMapping

java.lang.Object
  extended by org.eclipse.xtext.generator.trace.SmapSupport.LineMapping
Enclosing class:
SmapSupport

public static class SmapSupport.LineMapping
extends java.lang.Object


Field Summary
 org.eclipse.emf.common.util.URI source
           
 int sourceStartLine
           
 int targetEndLine
           
 int targetStartLine
           
 
Constructor Summary
SmapSupport.LineMapping(int sourceStartLine, int targetStartLine, int targetEndLine, org.eclipse.emf.common.util.URI source)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

sourceStartLine

public int sourceStartLine

targetStartLine

public int targetStartLine

targetEndLine

public int targetEndLine

source

public org.eclipse.emf.common.util.URI source
Constructor Detail

SmapSupport.LineMapping

public SmapSupport.LineMapping(int sourceStartLine,
                               int targetStartLine,
                               int targetEndLine,
                               org.eclipse.emf.common.util.URI source)
Method Detail

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object