Tag Archives: xbase
The JvmModelInferrer, the debugger and Xbase in Xtext 2.3
In previous posts, I had blogged about some experiments done with Xtext 2 wonderful mechanisms to access Java types and to reuse Xbase expressions; however, when generating code, I was using the “manual way”. That is to say, I was … Continue reading
Xtext 2.1: using Xbase variables
On a previous post, I started to blog about how Xtext 2.1 made it extremely easy to have a powerful integration with Java thanks to Xbase, a new expression language library which allows to integrate (Java-like) expressions in your DSL. … Continue reading
Xtext 2.1: using Xbase expressions
On a previous post, I started to blog about how Xtext 2.1 made it extremely easy to have a powerful integration with Java in your DSL. In this post I’d like to continue to experiment with this mechanism, and in … Continue reading
