| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | 6 hours ago | |
| stats | profile views | 9 |
Computer Science student at King's College London
|
Jun 13 |
awarded | Student |
|
Apr 23 |
comment |
Xtend model data access from top level (Code generation) Ok I have added all of the code above, I have included name=ID for every grammar. What do you think the problem may be? It would be so helpful if I could get this working... |
|
Apr 23 |
revised |
Xtend model data access from top level (Code generation) added 1114 characters in body |
|
Mar 25 |
comment |
Xtend model data access from top level (Code generation) I am a little lost with your question, does my code not answer that? I have included a name at the end of each tree. eg 'Config -> rootConfig -> name' as you can see above. But I do not know how to access it from such a high level (Type). I only know how to access is from a close level. (Config) |
|
Mar 20 |
awarded | Tumbleweed |
|
Mar 13 |
asked | Xtend model data access from top level (Code generation) |
|
Mar 13 |
answered | how to use the script xtext name in generator |
|
Mar 13 |
comment |
Xtend loop break I want the loop to stop output or 'break' once it finds the matching content. Then it will move to the next loop in the outer loop. |
|
Mar 13 |
comment |
Xtend loop break This is not what I am looking for. Your code does the exact same thing as my code. |
|
Mar 3 |
asked | Xtend loop break |
|
Feb 19 |
accepted | xtend code generation file output (ordering files into packages) |
|
Feb 19 |
comment |
xtend code generation file output (ordering files into packages) Thank you, I found an example on the link 'here' |
|
Feb 18 |
asked | xtend code generation file output (ordering files into packages) |
|
Feb 17 |
comment |
Xtend for loop (desired while loop function) Thank you very much this is what I was looking for but I still have a problem. How would I output the following? ClassName name2, ClassName name3, ClassName name4 |
|
Feb 17 |
accepted | Xtend for loop (desired while loop function) |
|
Feb 17 |
asked | Xtend for loop (desired while loop function) |
|
Feb 16 |
awarded | Editor |
|
Feb 16 |
revised |
Xtend/Xpand find and replace (rule) edited tags; edited title |
|
Feb 16 |
comment |
Xtend/Xpand find and replace (rule) Thank you very much. Not as difficult as I expected. Although I had to change the code a little to make it valid in Xtend: def toJavaType(String inp){
switch (inp) {
case "NumberAttribute" : "String"
case "StringAttribute" : "int"
default : ""
}
} |
|
Feb 16 |
accepted | Xtend/Xpand find and replace (rule) |