public interface TernaryOperator extends Expression
The following features are supported:
GremlinPackage.getTernaryOperator()| Modifier and Type | Method and Description |
|---|---|
Instruction |
getCondition()
Returns the value of the 'Condition' containment reference.
|
Instruction |
getIfFalse()
Returns the value of the 'If False' containment reference.
|
Instruction |
getIfTrue()
Returns the value of the 'If True' containment reference.
|
void |
setCondition(Instruction value)
Sets the value of the '
Condition' containment reference. |
void |
setIfFalse(Instruction value)
Sets the value of the '
If False' containment reference. |
void |
setIfTrue(Instruction value)
Sets the value of the '
If True' containment reference. |
String |
toString() |
Instruction getCondition()
setCondition(Instruction),
GremlinPackage.getTernaryOperator_Condition()void setCondition(Instruction value)
Condition' containment reference.
value - the new value of the 'Condition' containment reference.getCondition()Instruction getIfTrue()
setIfTrue(Instruction),
GremlinPackage.getTernaryOperator_IfTrue()void setIfTrue(Instruction value)
If True' containment reference.
value - the new value of the 'If True' containment reference.getIfTrue()Instruction getIfFalse()
setIfFalse(Instruction),
GremlinPackage.getTernaryOperator_IfFalse()void setIfFalse(Instruction value)
If False' containment reference.
value - the new value of the 'If False' containment reference.getIfFalse()Copyright © 2018–2019 Atlanmod. All rights reserved.