Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.core
Class CompletionFlags


java.lang.Object
  extended by 
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.

Since:
3.3
See Also:
CompletionProposal.getAdditionalFlags()

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Default

public static final int Default
Constant representing the absence of any flag

See Also:
Constant Field Values

StaticImport

public static final int StaticImport
Constant representing a static import

See Also:
Constant Field Values
Method Detail

isStaticImport

public static boolean isStaticImport(int flags)
Returns whether the given integer includes the StaticImport flag.

Parameters:
flags - the flags
Returns:
true if the StaticImport flag is included

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire