org.eclipse.xtext.generator.trace
Interface ILocationData

All Superinterfaces:
ITextRegion, ITextRegionWithLineInformation
All Known Implementing Classes:
LocationData

public interface ILocationData
extends ITextRegionWithLineInformation

Author:
Sebastian Zarnekow - Initial contribution and API

Field Summary
 
Fields inherited from interface org.eclipse.xtext.util.ITextRegionWithLineInformation
EMPTY_REGION
 
Method Summary
 org.eclipse.emf.common.util.URI getPath()
           
 java.lang.String getProjectName()
           
 
Methods inherited from interface org.eclipse.xtext.util.ITextRegionWithLineInformation
getEndLineNumber, getLineNumber, merge
 
Methods inherited from interface org.eclipse.xtext.util.ITextRegion
contains, contains, getLength, getOffset, merge
 

Method Detail

getPath

@Nullable
org.eclipse.emf.common.util.URI getPath()

getProjectName

@Nullable
java.lang.String getProjectName()