public interface XSwitchExpression extends XExpression
XbasePackage.getXSwitchExpression()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<XCasePart> |
getCases()
Returns the value of the 'Cases' containment reference list.
|
org.eclipse.xtext.common.types.JvmFormalParameter |
getDeclaredParam()
Returns the value of the 'Declared Param' containment reference.
|
XExpression |
getDefault()
Returns the value of the 'Default' containment reference.
|
XExpression |
getSwitch()
Returns the value of the 'Switch' containment reference.
|
void |
setDeclaredParam(org.eclipse.xtext.common.types.JvmFormalParameter value)
Sets the value of the '
Declared Param' containment reference. |
void |
setDefault(XExpression value)
Sets the value of the '
Default' containment reference. |
void |
setSwitch(XExpression value)
Sets the value of the '
Switch' containment reference. |
XExpression getSwitch()
If the meaning of the 'Switch' containment reference isn't clear, there really should be more of a description here...
setSwitch(XExpression),
XbasePackage.getXSwitchExpression_Switch()void setSwitch(XExpression value)
Switch' containment reference.
value - the new value of the 'Switch' containment reference.getSwitch()org.eclipse.emf.common.util.EList<XCasePart> getCases()
XCasePart.
If the meaning of the 'Cases' containment reference list isn't clear, there really should be more of a description here...
XbasePackage.getXSwitchExpression_Cases()XExpression getDefault()
If the meaning of the 'Default' containment reference isn't clear, there really should be more of a description here...
setDefault(XExpression),
XbasePackage.getXSwitchExpression_Default()void setDefault(XExpression value)
Default' containment reference.
value - the new value of the 'Default' containment reference.getDefault()org.eclipse.xtext.common.types.JvmFormalParameter getDeclaredParam()
If the meaning of the 'Declared Param' containment reference isn't clear, there really should be more of a description here...
setDeclaredParam(JvmFormalParameter),
XbasePackage.getXSwitchExpression_DeclaredParam()void setDeclaredParam(org.eclipse.xtext.common.types.JvmFormalParameter value)
Declared Param' containment reference.
value - the new value of the 'Declared Param' containment reference.getDeclaredParam()