public static interface Check.CheckContext
Modifier and Type | Method and Description |
---|---|
Warner |
checkWarner(JCDiagnostic.DiagnosticPosition pos,
Type found,
Type req)
Obtain a warner for this check context
|
boolean |
compatible(Type found,
Type req,
Warner warn)
Is type 'found' compatible with type 'req' in given context
|
com.sun.tools.javac.comp.DeferredAttr.DeferredAttrContext |
deferredAttrContext() |
com.sun.tools.javac.comp.Infer.InferenceContext |
inferenceContext() |
void |
report(JCDiagnostic.DiagnosticPosition pos,
JCDiagnostic details)
Report a check error
|
boolean compatible(Type found, Type req, Warner warn)
void report(JCDiagnostic.DiagnosticPosition pos, JCDiagnostic details)
Warner checkWarner(JCDiagnostic.DiagnosticPosition pos, Type found, Type req)
com.sun.tools.javac.comp.Infer.InferenceContext inferenceContext()
com.sun.tools.javac.comp.DeferredAttr.DeferredAttrContext deferredAttrContext()
Copyright © 2017 earcam. All rights reserved.