public class ClientCodeWrapper.DiagnosticSourceUnwrapper extends Object implements Diagnostic<JavaFileObject>
Diagnostic.Kind
Modifier and Type | Field and Description |
---|---|
JCDiagnostic |
d |
NOPOS
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
long |
getColumnNumber() |
long |
getEndPosition() |
Diagnostic.Kind |
getKind() |
long |
getLineNumber() |
String |
getMessage(Locale locale) |
long |
getPosition() |
JavaFileObject |
getSource() |
long |
getStartPosition() |
String |
toString() |
public final JCDiagnostic d
public Diagnostic.Kind getKind()
getKind
in interface Diagnostic<JavaFileObject>
public JavaFileObject getSource()
getSource
in interface Diagnostic<JavaFileObject>
public long getPosition()
getPosition
in interface Diagnostic<JavaFileObject>
public long getStartPosition()
getStartPosition
in interface Diagnostic<JavaFileObject>
public long getEndPosition()
getEndPosition
in interface Diagnostic<JavaFileObject>
public long getLineNumber()
getLineNumber
in interface Diagnostic<JavaFileObject>
public long getColumnNumber()
getColumnNumber
in interface Diagnostic<JavaFileObject>
public String getCode()
getCode
in interface Diagnostic<JavaFileObject>
public String getMessage(Locale locale)
getMessage
in interface Diagnostic<JavaFileObject>
Copyright © 2017 earcam. All rights reserved.