public interface AntlrGrammar
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SimpleAntlrPackage.getAntlrGrammar()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
Options |
getOptions()
Returns the value of the 'Options' containment reference
|
org.eclipse.emf.common.util.EList<Rule> |
getRules()
Returns the value of the 'Rules' containment reference list.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setOptions(Options value)
Sets the value of the '
Options' containment reference |
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.getAntlrGrammar_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Options getOptions()
If the meaning of the 'Options' containment reference isn't clear, there really should be more of a description here...
setOptions(Options),
SimpleAntlrPackage.getAntlrGrammar_Options()void setOptions(Options value)
Options' containment reference.
value - the new value of the 'Options' containment reference.getOptions()org.eclipse.emf.common.util.EList<Rule> getRules()
Rule.
If the meaning of the 'Rules' containment reference list isn't clear, there really should be more of a description here...
SimpleAntlrPackage.getAntlrGrammar_Rules()