public final class CompletionFlags extends 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
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.