public interface RuleOptions extends RuleElement
The following features are supported:
SimpleAntlrPackage.getRuleOptions()| Modifier and Type | Method and Description |
|---|---|
RuleElement |
getElement()
Returns the value of the 'Element' containment reference
|
Options |
getOptions()
Returns the value of the 'Options' containment reference
|
void |
setElement(RuleElement value)
Sets the value of the '
Element' containment reference |
void |
setOptions(Options value)
Sets the value of the '
Options' containment reference |
getGuard, getGuarded, setGuard, setGuardedOptions getOptions()
If the meaning of the 'Options' containment reference isn't clear, there really should be more of a description here...
setOptions(Options),
SimpleAntlrPackage.getRuleOptions_Options()void setOptions(Options value)
Options' containment reference.
value - the new value of the 'Options' containment reference.getOptions()RuleElement getElement()
If the meaning of the 'Element' containment reference isn't clear, there really should be more of a description here...
setElement(RuleElement),
SimpleAntlrPackage.getRuleOptions_Element()void setElement(RuleElement value)
Element' containment reference.
value - the new value of the 'Element' containment reference.getElement()