Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Code generation in Eclipse
Code generation in Eclipse [message #148134] Wed, 10 March 2004 22:11 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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

Previous Topic:Custom ASTNodes, OOP broken?
Next Topic:Dif. between /* and /**
Goto Forum:
  


Current Time: Tue Jul 22 13:59:16 EDT 2025

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

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

Back to the top