public interface IApplicableCandidate
ILinkingCandidate| Modifier and Type | Method and Description |
|---|---|
void |
applyToModel(IResolvedTypes resolvedTypes)
Injects the resolved information into the model.
|
boolean |
validate(IAcceptor<? super AbstractDiagnostic> result)
Produce diagnostics for this condidate.
|
void applyToModel(IResolvedTypes resolvedTypes)
boolean validate(IAcceptor<? super AbstractDiagnostic> result)
true if further validation should be performed.Copyright © 2015. All Rights Reserved.