public interface RuleCall extends RuleElement
The following features are supported:
SimpleAntlrPackage.getRuleCall()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Expression> |
getArguments()
Returns the value of the 'Arguments' containment reference list.
|
java.lang.String |
getRule()
Returns the value of the 'Rule' attribute
|
void |
setRule(java.lang.String value)
Sets the value of the '
Rule' attribute |
getGuard, getGuarded, setGuard, setGuardedjava.lang.String getRule()
If the meaning of the 'Rule' attribute isn't clear, there really should be more of a description here...
setRule(String),
SimpleAntlrPackage.getRuleCall_Rule()void setRule(java.lang.String value)
Rule' attribute.
value - the new value of the 'Rule' attribute.getRule()org.eclipse.emf.common.util.EList<Expression> getArguments()
Expression.
If the meaning of the 'Arguments' containment reference list isn't clear, there really should be more of a description here...
SimpleAntlrPackage.getRuleCall_Arguments()