public interface IEmbedResolver
Modifier and Type | Method and Description |
---|---|
ICompilationUnit |
resolveCompilationUnit(ICompilerProject project)
A variant of
resolveCompilationUnit() that ignores problems. |
ICompilationUnit |
resolveCompilationUnit(ICompilerProject project,
Collection<ICompilerProblem> problems)
Resolve the ICompilationUnit which is related to the node which
implements this interface
|
ICompilationUnit resolveCompilationUnit(ICompilerProject project, Collection<ICompilerProblem> problems) throws InterruptedException
project
- Current projectproblems
- Any problems resolving the compilation unitInterruptedException
ICompilationUnit resolveCompilationUnit(ICompilerProject project) throws InterruptedException
resolveCompilationUnit()
that ignores problems.InterruptedException
Copyright © 2016 The Apache Software Foundation. All rights reserved.