public static class LineMappingProvider.LineMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
org.eclipse.emf.common.util.URI |
source |
int |
sourceStartLine |
int |
targetEndLine |
int |
targetStartLine |
| Constructor and Description |
|---|
LineMappingProvider.LineMapping(int sourceStartLine,
int targetStartLine,
int targetEndLine,
org.eclipse.emf.common.util.URI source) |
public int sourceStartLine
public int targetStartLine
public int targetEndLine
public org.eclipse.emf.common.util.URI source
Copyright © 2015. All Rights Reserved.