public class EclipseDiagnostic extends Object implements Diagnostic<EclipseFileObject>
Diagnostic.KindNOPOS| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
long |
getColumnNumber() |
long |
getEndPosition() |
Diagnostic.Kind |
getKind() |
long |
getLineNumber() |
String |
getMessage(Locale locale) |
long |
getPosition() |
EclipseFileObject |
getSource() |
long |
getStartPosition() |
static EclipseDiagnostic |
newInstance(CategorizedProblem problem,
DefaultProblemFactory factory) |
public static EclipseDiagnostic newInstance(CategorizedProblem problem, DefaultProblemFactory factory)
public Diagnostic.Kind getKind()
getKind in interface Diagnostic<EclipseFileObject>public EclipseFileObject getSource()
getSource in interface Diagnostic<EclipseFileObject>public long getPosition()
getPosition in interface Diagnostic<EclipseFileObject>public long getStartPosition()
getStartPosition in interface Diagnostic<EclipseFileObject>public long getEndPosition()
getEndPosition in interface Diagnostic<EclipseFileObject>public long getLineNumber()
getLineNumber in interface Diagnostic<EclipseFileObject>public long getColumnNumber()
getColumnNumber in interface Diagnostic<EclipseFileObject>public String getCode()
getCode in interface Diagnostic<EclipseFileObject>public String getMessage(Locale locale)
getMessage in interface Diagnostic<EclipseFileObject>Copyright © 2016. All rights reserved.