Code generation in Eclipse [message #148134] |
Wed, 10 March 2004 22:11  |
Eclipse User |
|
|
|
Originally posted by: ltcmelo_java.yahoo.com.br
Hi, if the subject of this e-mail doesn't fit in this group, please let me
know.
I'd like to know what exactly does things like ${date},
${package_declaration},
${typecomment}, etc.. mean??? Is it a kind of "compiler directive" like in
c++?
Thanks,
ltcmelo
|
|
|
Re: Code generation in Eclipse [message #148164 is a reply to message #148134] |
Thu, 11 March 2004 10:03  |
Eclipse User |
|
|
|
Originally posted by: richkulp.NO.SPAM.us.ibm.com
They are only in the template. When you use code assist to put a
template instance into your code, these are filled in with the
appropriate values at that time. They don't exist in the actual code in
the java class. And if they are there, they are just comments and never
filled in. It is the code-assist engine that converts them in the
template to the code.
--
Thanks, Rich Kulp
|
|
|
Powered by
FUDForum. Page generated in 0.04637 seconds