|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.jsdt.core.CompletionFlags
public final class CompletionFlags
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.
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability. It is being made available at this early stage to solicit feedback
from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
(repeatedly) as the API evolves.
Field Summary | |
---|---|
static int |
Default
Constant representing the absence of any flag |
static int |
StaticImport
Constant representing a static import |
Method Summary | |
---|---|
static boolean |
isStaticImport(int flags)
Returns whether the given integer includes the StaticImport flag. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int Default
public static final int StaticImport
Method Detail |
---|
public static boolean isStaticImport(int flags)
StaticImport
flag.
flags
- the flags
true
if the StaticImport
flag is included
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |