public interface Rule
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SimpleAntlrPackage.getRule()| Modifier and Type | Method and Description |
|---|---|
RuleElement |
getBody()
Returns the value of the 'Body' containment reference
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
org.eclipse.emf.common.util.EList<Parameter> |
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
boolean |
isFragment()
Returns the value of the 'Fragment' attribute
|
void |
setBody(RuleElement value)
Sets the value of the '
Body' containment reference |
void |
setFragment(boolean value)
Sets the value of the '
Fragment' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
boolean isFragment()
If the meaning of the 'Fragment' attribute isn't clear, there really should be more of a description here...
setFragment(boolean),
SimpleAntlrPackage.getRule_Fragment()void setFragment(boolean value)
Fragment' attribute.
value - the new value of the 'Fragment' attribute.isFragment()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
SimpleAntlrPackage.getRule_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<Parameter> getParameters()
Parameter.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
SimpleAntlrPackage.getRule_Parameters()RuleElement getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(RuleElement),
SimpleAntlrPackage.getRule_Body()void setBody(RuleElement value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()