public abstract class AbstractDiagnostic extends Object implements Diagnostic
LINKING_DIAGNOSTIC, SYNTAX_DIAGNOSITC, SYNTAX_DIAGNOSTIC, SYNTAX_DIAGNOSTIC_WITH_RANGE| Constructor and Description |
|---|
AbstractDiagnostic() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCode() |
int |
getColumn() |
abstract String[] |
getData() |
int |
getLength()
Returns the length of this diagnostic.
|
int |
getLine() |
String |
getLocation() |
protected abstract INode |
getNode() |
int |
getOffset()
Returns the offset of this diagnostic.
|
org.eclipse.emf.common.util.URI |
getUriToProblem() |
String |
toString() |
protected abstract INode getNode()
public abstract String getCode()
public abstract String[] getData()
public int getLength()
DiagnosticgetLength in interface Diagnosticpublic int getOffset()
DiagnosticgetOffset in interface Diagnosticpublic int getColumn()
getColumn in interface org.eclipse.emf.ecore.resource.Resource.Diagnosticpublic int getLine()
getLine in interface org.eclipse.emf.ecore.resource.Resource.Diagnosticpublic String getLocation()
getLocation in interface org.eclipse.emf.ecore.resource.Resource.Diagnosticpublic org.eclipse.emf.common.util.URI getUriToProblem()
Copyright © 2015. All Rights Reserved.