public interface RuleCall extends AbstractElement
The following features are supported:
XtextPackage.getRuleCall()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<NamedArgument> |
getArguments()
Returns the value of the 'Arguments' containment reference list.
|
AbstractRule |
getRule()
Returns the value of the 'Rule' reference.
|
boolean |
isExplicitlyCalled()
Returns the value of the 'Explicitly Called' attribute.
|
void |
setExplicitlyCalled(boolean value)
Sets the value of the '
Explicitly Called' attribute. |
void |
setRule(AbstractRule value)
Sets the value of the '
Rule' reference. |
getCardinality, isFirstSetPredicated, isPredicated, setCardinality, setFirstSetPredicated, setPredicatedAbstractRule getRule()
If the meaning of the 'Rule' reference isn't clear, there really should be more of a description here...
setRule(AbstractRule),
XtextPackage.getRuleCall_Rule()void setRule(AbstractRule value)
Rule' reference.
value - the new value of the 'Rule' reference.getRule()org.eclipse.emf.common.util.EList<NamedArgument> getArguments()
NamedArgument.
If the meaning of the 'Arguments' containment reference list isn't clear, there really should be more of a description here...
XtextPackage.getRuleCall_Arguments()boolean isExplicitlyCalled()
If the meaning of the 'Explicitly Called' attribute isn't clear, there really should be more of a description here...
setExplicitlyCalled(boolean),
XtextPackage.getRuleCall_ExplicitlyCalled()void setExplicitlyCalled(boolean value)
Explicitly Called' attribute.
value - the new value of the 'Explicitly Called' attribute.isExplicitlyCalled()