Questions tagged [xpand]

Xpand is a language specialized on code generation for Eclipse.

Xpand is a language specialized on code generation based on EMF models. It supports the following main language features:

Pluggable Type System Dynamic Dispatch of Functions AOP Rich Expressions (OCL-like but with Java-like syntax)

Official Wiki : http://wiki.eclipse.org/Xpand

32 questions
0
votes
1 answer

Xtend/Xpand find and replace (rule)

Is it possible set a rule that will allow an Xpand method to output a specified string of text depending on the input. For example: «FOR a:e.attributes» Type = «a.eClass.name» Value = «a.name.toFirstUpper» «ENDFOR» The above code may…
Charles Henry
  • 353
  • 3
  • 16
0
votes
1 answer

Transformation of security model written in own DSL-xtext

I've a security engineering model of business processes written in own DSL using xtext editor. For example, I've a security model for Activiti which has security controls e.g. securing transmission channel, encrypt message among processes, user…
nommyravian
  • 1,316
  • 2
  • 12
  • 30
1 2
3