Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to check if IType is abstract or not
How to check if IType is abstract or not [message #259223] Wed, 25 March 2009 06:50 Go to next message
Eclipse UserFriend
Hi,

I have to check if a class referenced by a IType is abstract or not ?
Couldn't find a way to do it in IType nor in ICompilationUnit so where
sould I be looking ?

Julien
Re: How to check if IType is abstract or not [message #259227 is a reply to message #259223] Wed, 25 March 2009 07:15 Go to previous message
Eclipse UserFriend
Originally posted by: alamothe.ptt.yu

Julien M. wrote:
> Hi,
>
> I have to check if a class referenced by a IType is abstract or not ?
> Couldn't find a way to do it in IType nor in ICompilationUnit so where
> sould I be looking ?
>
> Julien

Flags.isAbstract(type.getFlags())
you have probably figured it out by now :-)
Previous Topic:Files not being copied to output folder
Next Topic:Diff computation or change events for AST?
Goto Forum:
  


Current Time: Tue Apr 29 18:40:15 EDT 2025

Powered by FUDForum. Page generated in 0.06596 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top