public interface RuleElement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SimpleAntlrPackage.getRuleElement()| Modifier and Type | Method and Description |
|---|---|
Expression |
getGuard()
Returns the value of the 'Guard' containment reference
|
RuleElement |
getGuarded()
Returns the value of the 'Guarded' containment reference
|
void |
setGuard(Expression value)
Sets the value of the '
Guard' containment reference |
void |
setGuarded(RuleElement value)
Sets the value of the '
Guarded' containment reference |
Expression getGuard()
If the meaning of the 'Guard' containment reference isn't clear, there really should be more of a description here...
setGuard(Expression),
SimpleAntlrPackage.getRuleElement_Guard()void setGuard(Expression value)
Guard' containment reference.
value - the new value of the 'Guard' containment reference.getGuard()RuleElement getGuarded()
If the meaning of the 'Guarded' containment reference isn't clear, there really should be more of a description here...
setGuarded(RuleElement),
SimpleAntlrPackage.getRuleElement_Guarded()void setGuarded(RuleElement value)
Guarded' containment reference.
value - the new value of the 'Guarded' containment reference.getGuarded()