Related articles |
---|
embedding java code in auto generated code rblasch@web.de (2001-02-01) |
Re: embedding java code in auto generated code eeide@cs.utah.edu (Eric Eide) (2001-02-04) |
Re: embedding java code in auto generated code joachim_d@gmx.de (Joachim Durchholz) (2001-02-25) |
From: | Eric Eide <eeide@cs.utah.edu> |
Newsgroups: | comp.compilers |
Date: | 4 Feb 2001 22:12:04 -0500 |
Organization: | University of Utah School of Computing |
References: | 01-02-020 |
Keywords: | Java |
Posted-Date: | 04 Feb 2001 22:12:04 EST |
"Ronald" == Ronald Blaschke <rblasch@web.de> writes:
Ronald> I would like to embed some java code blocks in automatically
Ronald> generated code: [...]
Ronald>
Ronald> Has anyone ever done this? Any other hints, pointers, etc?
My first thought upon reading your message was, ``Try AspectJ.'' See the Web
site at <http://www.aspectj.org/>.
On the other hand, you didn't say much about the tool that you're already using
to generate code. If you can hack your current code generator (or write a
pre/post-processor for that tool), maybe you should do that instead. It all
depends on what you're trying to do.
Good luck! ---
Eric.
--
-------------------------------------------------------------------------------
Eric Eide <eeide@cs.utah.edu> . University of Utah School of Computing
http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX
Return to the
comp.compilers page.
Search the
comp.compilers archives again.