Class EclipseDiagnostic
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.tool.EclipseDiagnostic
- All Implemented Interfaces:
Diagnostic<EclipseFileObject>
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.tools.Diagnostic
Diagnostic.Kind -
Field Summary
Fields inherited from interface javax.tools.Diagnostic
NOPOS -
Method Summary
Modifier and TypeMethodDescriptiongetCode()longlonggetKind()longgetMessage(Locale locale) longlongstatic EclipseDiagnosticnewInstance(CategorizedProblem problem, DefaultProblemFactory factory)
-
Method Details
-
newInstance
public static EclipseDiagnostic newInstance(CategorizedProblem problem, DefaultProblemFactory factory) -
getKind
- Specified by:
getKindin interfaceDiagnostic<EclipseFileObject>
-
getSource
- Specified by:
getSourcein interfaceDiagnostic<EclipseFileObject>
-
getPosition
public long getPosition()- Specified by:
getPositionin interfaceDiagnostic<EclipseFileObject>
-
getStartPosition
public long getStartPosition()- Specified by:
getStartPositionin interfaceDiagnostic<EclipseFileObject>
-
getEndPosition
public long getEndPosition()- Specified by:
getEndPositionin interfaceDiagnostic<EclipseFileObject>
-
getLineNumber
public long getLineNumber()- Specified by:
getLineNumberin interfaceDiagnostic<EclipseFileObject>
-
getColumnNumber
public long getColumnNumber()- Specified by:
getColumnNumberin interfaceDiagnostic<EclipseFileObject>
-
getCode
- Specified by:
getCodein interfaceDiagnostic<EclipseFileObject>
-
getMessage
- Specified by:
getMessagein interfaceDiagnostic<EclipseFileObject>
-