Klasse CompletionFlags

java.lang.Object
org.aspectj.org.eclipse.jdt.core.CompletionFlags

public final class CompletionFlags extends Object
Utility class for decoding additional flags in completion proposal.

This class provides static methods only; it is not intended to be instantiated or subclassed by clients.

Seit:
3.3
Siehe auch:
  • Felddetails

    • Default

      public static final int Default
      Constant representing the absence of any flag
      Siehe auch:
    • StaticImport

      public static final int StaticImport
      Constant representing a static import
      Siehe auch:
  • Methodendetails

    • isStaticImport

      public static boolean isStaticImport(int flags)
      Returns whether the given integer includes the StaticImport flag.
      Parameter:
      flags - the flags
      Gibt zurück:
      true if the StaticImport flag is included