Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » JvmIdentifiableElement(Important of JvmIdentifiableElement)
JvmIdentifiableElement [message #902223] Thu, 16 August 2012 12:26
Gilberto Cuba is currently offline Gilberto CubaFriend
Messages: 1
Registered: August 2012
Location: Cuba
Junior Member
What is the advantage or what have you achieved with the JvmIdentifiableElement in the Xbase, and then disposed it within the grammar of Xbase, with calls like this:

...

import "http://www.eclipse.org/xtext/common/JavaVMTypes" as types

...

XOrExpression returns XExpression:
	XAndExpression (=>({XBinaryOperation.leftOperand=current} feature=[types::JvmIdentifiableElement|OpOr]) rightOperand=XAndExpression)*;

OpOr:
	'||';



Specifically:
 [types::JvmIdentifiableElement|OpOr] 


I can implement this in my project?

Thanks.
Previous Topic:How to remove internal validation
Next Topic:How Parse(Unparse(Model)) == Model?
Goto Forum:
  


Current Time: Thu Apr 25 11:16:29 GMT 2024

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

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

Back to the top