Uses of Interface
org.eclipse.jdt.core.IProblemRequestor
-
Packages that use IProblemRequestor Package Description org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. -
-
Uses of IProblemRequestor in org.eclipse.jdt.core
Methods in org.eclipse.jdt.core that return IProblemRequestor Modifier and Type Method Description IProblemRequestor
WorkingCopyOwner. getProblemRequestor(ICompilationUnit workingCopy)
Returns the problem requestor used by a working copy of this working copy owner.
-