Package com._1c.g5.modeling.xml
Class AbstractDiagnostic
- java.lang.Object
-
- com._1c.g5.modeling.xml.AbstractDiagnostic
-
- All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Diagnostic
- Direct Known Subclasses:
LinkingDiagnostic
public abstract class AbstractDiagnostic extends Object implements org.eclipse.emf.ecore.resource.Resource.Diagnostic
-
-
Constructor Summary
Constructors Constructor Description AbstractDiagnostic()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getCode()
int
getColumn()
abstract String[]
getData()
int
getLength()
int
getLine()
String
getLocation()
protected abstract INode
getNode()
int
getOffset()
org.eclipse.emf.common.util.URI
getUriToProblem()
String
toString()
-
-
-
Method Detail
-
getCode
public abstract String getCode()
-
getData
public abstract String[] getData()
-
getLength
public int getLength()
-
getOffset
public int getOffset()
-
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
-
getUriToProblem
public org.eclipse.emf.common.util.URI getUriToProblem()
-
getNode
protected abstract INode getNode()
-
-