Modifier and type | Property and description |
---|---|
org.eclipse.xtext.xbase.XExpression | expression |
org.eclipse.xtext.xbase.XExpression | guard |
org.eclipse.xtext.common.types.JvmParameterizedTypeReference | name |
Modifier and type | Field and description |
---|---|
protected var org.eclipse.xtext.xbase.XExpression | expression The cached value of the 'Expression' containment reference. |
protected var org.eclipse.xtext.xbase.XExpression | guard The cached value of the 'Guard' containment reference. |
protected var org.eclipse.xtext.common.types.JvmParameterizedTypeReference | name The cached value of the 'Name' containment reference. |
Modifier and type | Action and description |
---|---|
org.eclipse.emf.common.notify.NotificationChain | basicSetExpression(XExpression,NotificationChain) |
org.eclipse.emf.common.notify.NotificationChain | basicSetGuard(XExpression,NotificationChain) |
org.eclipse.emf.common.notify.NotificationChain | basicSetName(JvmParameterizedTypeReference,NotificationChain) |
java.lang.Object | eGet(int,boolean,boolean) |
org.eclipse.emf.common.notify.NotificationChain | eInverseRemove(InternalEObject,int,NotificationChain) |
boolean | eIsSet(int) |
void | eSet(int,Object) |
protected org.eclipse.emf.ecore.EClass | eStaticClass |
void | eUnset(int) |
org.eclipse.xtext.xbase.XExpression | getExpression |
org.eclipse.xtext.xbase.XExpression | getGuard |
org.eclipse.xtext.common.types.JvmParameterizedTypeReference | getName |
void | setExpression(XExpression) |
void | setGuard(XExpression) |
void | setName(JvmParameterizedTypeReference) |
var expression : org.eclipse.xtext.xbase.XExpression
This property is an alias for the action: getExpression
var guard : org.eclipse.xtext.xbase.XExpression
This property is an alias for the action: getGuard
var name : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
This property is an alias for the action: getName
protected var expression : org.eclipse.xtext.xbase.XExpression
protected var guard : org.eclipse.xtext.xbase.XExpression
protected var name : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
protected new
def basicSetExpression(XExpression,NotificationChain) : org.eclipse.emf.common.notify.NotificationChain
def basicSetGuard(XExpression,NotificationChain) : org.eclipse.emf.common.notify.NotificationChain
def basicSetName(JvmParameterizedTypeReference,NotificationChain) : org.eclipse.emf.common.notify.NotificationChain
def eGet(int,boolean,boolean) : java.lang.Object
def eInverseRemove(InternalEObject,int,NotificationChain) : org.eclipse.emf.common.notify.NotificationChain
def eIsSet(int) : boolean
def eSet(int,Object)
protected def eStaticClass : org.eclipse.emf.ecore.EClass
def eUnset(int)
def getExpression : org.eclipse.xtext.xbase.XExpression
def getGuard : org.eclipse.xtext.xbase.XExpression
def getName : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
def setExpression(XExpression)
def setGuard(XExpression)
def setName(JvmParameterizedTypeReference)