|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
public static class JavaModelManager.PerWorkingCopyInfo
| Constructor Summary | |
|---|---|
JavaModelManager.PerWorkingCopyInfo(CompilationUnit workingCopy,
IProblemRequestor problemRequestor)
|
|
| Method Summary | |
|---|---|
void |
acceptProblem(IProblem problem)
Notification of a Java problem. |
void |
beginReporting()
Notification sent before starting the problem detection process. |
void |
endReporting()
Notification sent after having completed problem detection process. |
IProblemRequestor |
getProblemRequestor()
|
ICompilationUnit |
getWorkingCopy()
|
boolean |
isActive()
Predicate allowing the problem requestor to signal whether or not it is currently interested by problem reports. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JavaModelManager.PerWorkingCopyInfo(CompilationUnit workingCopy,
IProblemRequestor problemRequestor)
| Method Detail |
|---|
public void acceptProblem(IProblem problem)
IProblemRequestor
acceptProblem in interface IProblemRequestorproblem - IProblem - The discovered Java problem.public void beginReporting()
IProblemRequestor
beginReporting in interface IProblemRequestorpublic void endReporting()
IProblemRequestor
endReporting in interface IProblemRequestorpublic IProblemRequestor getProblemRequestor()
public ICompilationUnit getWorkingCopy()
public boolean isActive()
IProblemRequestorfalse, problem will
not be discovered any more until the next iteration.
This predicate will be invoked once prior to each problem detection iteration.
isActive in interface IProblemRequestorpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||