Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Providing an outline view for a language that translates into Java
Providing an outline view for a language that translates into Java [message #154250] Wed, 14 April 2004 19:48
Dan Jacobs is currently offline Dan JacobsFriend
Messages: 13
Registered: July 2009
Junior Member
Hi all,

Is there a short-cut I can use to provide an outline view for a language
that compiles into Java (and that provides an SMAP)?

JPlates (see www.jplates.com) is an extension of Java that adds
template-processing methods and related things, and that compiles into Java.

It looks like it's necessary to implement IAdaptable somewhere, but it's
hard to tell which class or classes should implement it, and what Class
they need to adapt to. I'm guessing this is the easy part.

Next, I want to use the JDT to look at the generated Java to generate an
outline, but have everything linked back to the original JPlates source. I
don't mind using the SMAP directly if necessary, but I don't see the right
place to get the JDT to help.

Any pointers will be greatly appreciated!

Thanks,
Dan Jacobs
JPlates Inc.
Previous Topic:debugging java classes that are accessed via JNI
Next Topic:rmi & MarshalOutputStream
Goto Forum:
  


Current Time: Tue May 14 04:46:32 GMT 2024

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

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

Back to the top