Package com._1c.g5.v8.dt.dcs.util
Class DcsDiagnostic
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.util.DcsDiagnostic
-
- All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Diagnostic
public class DcsDiagnostic extends Object implements org.eclipse.emf.ecore.resource.Resource.Diagnostic
Resource.Diagnostic
for dcs resources
-
-
Constructor Summary
Constructors Constructor Description DcsDiagnostic(org.eclipse.emf.common.util.URI uri, Location location, String message)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumn()
int
getLine()
String
getLocation()
String
getMessage()
-
-
-
Method Detail
-
getColumn
public int getColumn()
- Specified by:
getColumn
in interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getLine
public int getLine()
- Specified by:
getLine
in interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getLocation
public String getLocation()
- Specified by:
getLocation
in interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getMessage
public String getMessage()
- Specified by:
getMessage
in interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
-