| Package | Description |
|---|---|
| org.eclipse.xtext | |
| org.eclipse.xtext.impl | |
| org.eclipse.xtext.util | |
| org.eclipse.xtext.xtext |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositeCondition
A representation of the model object 'Composite Condition'
|
interface |
Conjunction
A representation of the model object 'Conjunction'
|
interface |
Disjunction
A representation of the model object 'Disjunction'
|
interface |
LiteralCondition
A representation of the model object 'Literal Condition'
|
interface |
Negation
A representation of the model object 'Negation'
|
interface |
ParameterReference
A representation of the model object 'Parameter Reference'
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
XtextFactory.createCondition()
Returns a new object of class 'Condition'
|
Condition |
Group.getGuardCondition()
Returns the value of the 'Guard Condition' containment reference
|
Condition |
CompositeCondition.getLeft()
Returns the value of the 'Left' containment reference
|
Condition |
CompositeCondition.getRight()
Returns the value of the 'Right' containment reference
|
Condition |
Negation.getValue()
Returns the value of the 'Value' containment reference
|
Condition |
NamedArgument.getValue()
Returns the value of the 'Value' containment reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setGuardCondition(Condition value)
Sets the value of the '
Guard Condition' containment reference |
void |
CompositeCondition.setLeft(Condition value)
Sets the value of the '
Left' containment reference |
void |
CompositeCondition.setRight(Condition value)
Sets the value of the '
Right' containment reference |
void |
Negation.setValue(Condition value)
Sets the value of the '
Value' containment reference |
void |
NamedArgument.setValue(Condition value)
Sets the value of the '
Value' containment reference |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConditionImpl
An implementation of the model object 'Composite Condition'
|
class |
ConditionImpl
An implementation of the model object 'Condition'
|
class |
ConjunctionImpl
An implementation of the model object 'Conjunction'
|
class |
DisjunctionImpl
An implementation of the model object 'Disjunction'
|
class |
LiteralConditionImpl
An implementation of the model object 'Literal Condition'
|
class |
NegationImpl
An implementation of the model object 'Negation'
|
class |
ParameterReferenceImpl
An implementation of the model object 'Parameter Reference'
|
| Modifier and Type | Field and Description |
|---|---|
protected Condition |
GroupImpl.guardCondition
The cached value of the '
Guard Condition' containment reference |
protected Condition |
CompositeConditionImpl.left
The cached value of the '
Left' containment reference |
protected Condition |
CompositeConditionImpl.right
The cached value of the '
Right' containment reference |
protected Condition |
NegationImpl.value
The cached value of the '
Value' containment reference |
protected Condition |
NamedArgumentImpl.value
The cached value of the '
Value' containment reference |
| Modifier and Type | Method and Description |
|---|---|
Condition |
XtextFactoryImpl.createCondition() |
Condition |
GroupImpl.getGuardCondition() |
Condition |
CompositeConditionImpl.getLeft() |
Condition |
CompositeConditionImpl.getRight() |
Condition |
NegationImpl.getValue() |
Condition |
NamedArgumentImpl.getValue() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
GroupImpl.basicSetGuardCondition(Condition newGuardCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
CompositeConditionImpl.basicSetLeft(Condition newLeft,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
CompositeConditionImpl.basicSetRight(Condition newRight,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
NegationImpl.basicSetValue(Condition newValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
NamedArgumentImpl.basicSetValue(Condition newValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
GroupImpl.setGuardCondition(Condition newGuardCondition) |
void |
CompositeConditionImpl.setLeft(Condition newLeft) |
void |
CompositeConditionImpl.setRight(Condition newRight) |
void |
NegationImpl.setValue(Condition newValue) |
void |
NamedArgumentImpl.setValue(Condition newValue) |
| Modifier and Type | Method and Description |
|---|---|
T |
XtextSwitch.caseCondition(Condition object)
Returns the result of interpreting the object as an instance of 'Condition'
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConditionEvaluator.evaluate(Condition condition) |
Copyright © 2015. All Rights Reserved.