Where is the "program dataase" in Eclipse? [message #19916] |
Sat, 31 August 2002 12:46  |
Eclipse User |
|
|
|
Originally posted by: mj.noemail.com
My interest is in experimenting with integrating program analysis for Java
and C++ programs. I would like to learn about the API for the "program
database" primarily and it's implementation too (for those times when I'd
rather not pull what's left of my hair).
Thanks,
Micheal
|
|
|
Re: Where is the "program dataase" in Eclipse? [message #19966 is a reply to message #19916] |
Sat, 31 August 2002 13:31   |
Eclipse User |
|
|
|
Originally posted by: adam.kiezun.gmx.net.remove
> My interest is in experimenting with integrating program analysis for Java
> and C++ programs. I would like to learn about the API for the "program
> database" primarily and it's implementation too (for those times when I'd
> rather not pull what's left of my hair).
can you be more specific? what do you mean by "program database"? what kind of
information do you need access to?
a.
|
|
|
Re: Where is the "program dataase" in Eclipse? [message #20003 is a reply to message #19966] |
Sat, 31 August 2002 16:07   |
Eclipse User |
|
|
|
Originally posted by: mj.noemail.com
Adam Kiezun wrote:
>> My interest is in experimenting with integrating program analysis
>> for Java and C++ programs. I would like to learn about the API for
>> the "program database" primarily and it's implementation too (for
>> those times when I'd rather not pull what's left of my hair).
>
> can you be more specific? what do you mean by "program database"?
> what kind of information do you need access to?
Thanks for the reply Adam,
I would like to be able to access an AST-like representation of the source
files - Java and/or C++ - in a project. Along with the supporting symbol
table.
Micheal
|
|
|
Re: Where is the "program dataase" in Eclipse? [message #20043 is a reply to message #20003] |
Sat, 31 August 2002 20:48   |
Eclipse User |
|
|
|
Originally posted by: adam.kiezun.gmx.net.remove
> Thanks for the reply Adam,
>
> I would like to be able to access an AST-like representation of the source
> files - Java and/or C++ - in a project. Along with the supporting symbol
> table.
for java - there's a class in the jdt core plugin called AST - that'd be your
starting point
for c - dunno
a.
|
|
|
Re: Where is the "program dataase" in Eclipse? [message #20079 is a reply to message #20043] |
Sun, 01 September 2002 00:19   |
Eclipse User |
|
|
|
Hi Michael,
"Adam Kiezun" <adam.kiezun@gmx.net.remove> wrote in message
news:akr9ir$mke$1@rogue.oti.com...
> > Thanks for the reply Adam,
> >
> > I would like to be able to access an AST-like representation of the
source
> > files - Java and/or C++ - in a project. Along with the supporting symbol
> > table.
>
> for java - there's a class in the jdt core plugin called AST - that'd be
your
> starting point
> for c - dunno
> a.
For C, there's currently the C model (see org.eclipse.cdt.core.model) but it
is still at the prototype stage.
Also, note that there's currently no CDOM (e.g. AST) for the CDT (the C
model
does not parse inside functions). That's on the todo list for early next
year.
In any case, we'd be interested to hear your thoughts/needs
on the C model/CDOM if you get a chance to look at it.
Regards,
Sebastien
|
|
|
|
Re: Where is the "program dataase" in Eclipse? [message #574452 is a reply to message #19916] |
Sat, 31 August 2002 13:31  |
Eclipse User |
|
|
|
> My interest is in experimenting with integrating program analysis for Java
> and C++ programs. I would like to learn about the API for the "program
> database" primarily and it's implementation too (for those times when I'd
> rather not pull what's left of my hair).
can you be more specific? what do you mean by "program database"? what kind of
information do you need access to?
a.
|
|
|
Re: Where is the "program dataase" in Eclipse? [message #574488 is a reply to message #19966] |
Sat, 31 August 2002 16:07  |
Eclipse User |
|
|
|
Adam Kiezun wrote:
>> My interest is in experimenting with integrating program analysis
>> for Java and C++ programs. I would like to learn about the API for
>> the "program database" primarily and it's implementation too (for
>> those times when I'd rather not pull what's left of my hair).
>
> can you be more specific? what do you mean by "program database"?
> what kind of information do you need access to?
Thanks for the reply Adam,
I would like to be able to access an AST-like representation of the source
files - Java and/or C++ - in a project. Along with the supporting symbol
table.
Micheal
|
|
|
Re: Where is the "program dataase" in Eclipse? [message #574543 is a reply to message #20003] |
Sat, 31 August 2002 20:48  |
Eclipse User |
|
|
|
> Thanks for the reply Adam,
>
> I would like to be able to access an AST-like representation of the source
> files - Java and/or C++ - in a project. Along with the supporting symbol
> table.
for java - there's a class in the jdt core plugin called AST - that'd be your
starting point
for c - dunno
a.
|
|
|
Re: Where is the "program dataase" in Eclipse? [message #574566 is a reply to message #20043] |
Sun, 01 September 2002 00:19  |
Eclipse User |
|
|
|
Hi Michael,
"Adam Kiezun" <adam.kiezun@gmx.net.remove> wrote in message
news:akr9ir$mke$1@rogue.oti.com...
> > Thanks for the reply Adam,
> >
> > I would like to be able to access an AST-like representation of the
source
> > files - Java and/or C++ - in a project. Along with the supporting symbol
> > table.
>
> for java - there's a class in the jdt core plugin called AST - that'd be
your
> starting point
> for c - dunno
> a.
For C, there's currently the C model (see org.eclipse.cdt.core.model) but it
is still at the prototype stage.
Also, note that there's currently no CDOM (e.g. AST) for the CDT (the C
model
does not parse inside functions). That's on the todo list for early next
year.
In any case, we'd be interested to hear your thoughts/needs
on the C model/CDOM if you get a chance to look at it.
Regards,
Sebastien
|
|
|
|
Powered by
FUDForum. Page generated in 0.05235 seconds