Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » text to text(there are a transformation text to text??? like transformation model to text)
text to text [message #667196] Wed, 27 April 2011 11:02 Go to next message
radwane  is currently offline radwane Friend
Messages: 27
Registered: April 2011
Junior Member
No Message Body
Re: text to text [message #669224 is a reply to message #667196] Mon, 09 May 2011 14:27 Go to previous message
Albert Hofkamp is currently offline Albert HofkampFriend
Messages: 41
Registered: August 2009
Member
No, it does not exist, unless you count copying input text to output text without inspecting it as a transformation.

In all other cases, you look inside the data you receive by some means (looking at characters, doing regular expression matching, or using a parser like antlr), which means you are building a model of the input, and you generate output based on that model.

The t2m and m2t conversions in the modeling project are an extreme form of it in the sense that you convert the entire input to a model first, before inspecting it, you modify the model only, and output the model back to text as a separate phase afterwards.
Previous Topic:Class not found exception for JUnit
Next Topic:coloring of string delimiters
Goto Forum:
  


Current Time: Tue Mar 19 14:01:27 GMT 2024

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

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

Back to the top