public final class CompletionFlags
extends java.lang.Object
This class provides static methods only; it is not intended to be instantiated or subclassed by clients.
CompletionProposal.getAdditionalFlags()| Modifier and Type | Field and Description |
|---|---|
static int |
Default
Constant representing the absence of any flag
|
static int |
StaticImport
Constant representing a static import
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isStaticImport(int flags)
Returns whether the given integer includes the
StaticImport flag. |
public static final int Default
public static final int StaticImport
public static boolean isStaticImport(int flags)
StaticImport flag.flags - the flagstrue if the StaticImport flag is included