Schnittstelle INameEnvironmentWithProgress

Alle Superschnittstellen:
INameEnvironment, INameEnvironmentExtension
Alle bekannten Implementierungsklassen:
CancelableNameEnvironment

public interface INameEnvironmentWithProgress extends INameEnvironmentExtension
The name environment provides a callback API that the compiler can use to look up types, compilation units, and packages in the current environment. The name environment is passed to the compiler on creation. This name environment can be canceled using the monitor passed as an argument to setMonitor(IProgressMonitor).
Seit:
3.6
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setMonitor(org.eclipse.core.runtime.IProgressMonitor monitor)
    Set the monitor for the given name environment.

    Von Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.env.INameEnvironment

    cleanup, findType, findType, isPackage

    Von Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.env.INameEnvironmentExtension

    findType, findType
  • Methodendetails

    • setMonitor

      void setMonitor(org.eclipse.core.runtime.IProgressMonitor monitor)
      Set the monitor for the given name environment. In order to be able to cancel this name environment calls, a non-null monitor should be given.
      Parameter:
      monitor - the given monitor