Skip to main content



      Home
Home » Modeling » TMF (Xtext) » JvmIdentifiableElement(Important of JvmIdentifiableElement)
JvmIdentifiableElement [message #902223] Thu, 16 August 2012 08:26
Eclipse UserFriend
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: Sun Jul 06 04:45:33 EDT 2025

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

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

Back to the top