Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Getting an instance of an IFile

I'm currently writing a plugin that can generate code. On the target
classes, i do have a method that does some internal property
description.
To change this method (from a generation point of view, it would be
easier for me to get an instance and run the method to get the
parameters that are set rather than trying to analyse the source code
(i.e. using IScanner/AST thingies).
Is there any way to get a "Class" object from an IType or ICompilation
Unit ?


Back to the top