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.dom
Interface IExtendedModifier

All Known Implementing Classes:
Annotation, MarkerAnnotation, Modifier, NormalAnnotation, SingleMemberAnnotation

public interface IExtendedModifier

Common interface for AST nodes that represent modifiers or annotations.

 ExtendedModifier:
   Modifier
   Annotation
 

Since:
3.1

Method Summary
 boolean isAnnotation ()
          Returns whether this extended modifier is an annotation.
 boolean isModifier ()
          Returns whether this extended modifier is a standard modifier.
 

Method Detail

isModifier

boolean isModifier()
Returns whether this extended modifier is a standard modifier.

Returns:
true if this is a standard modifier (instance of Modifier), and false otherwise

isAnnotation

boolean isAnnotation()
Returns whether this extended modifier is an annotation.

Returns:
true if this is an annotation (instance of a subclass of Annotation), and false otherwise

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