org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr
Interface RuleCall

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, RuleElement
All Known Implementing Classes:
RuleCallImpl

public interface RuleCall
extends RuleElement

A representation of the model object 'Rule Call'.

The following features are supported:

See Also:
SimpleAntlrPackage.getRuleCall()
EMF generated code
EMF model element

Method Summary
 java.lang.String getRule()
          Returns the value of the 'Rule' attribute
 void setRule(java.lang.String value)
          Sets the value of the 'Rule' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRule

java.lang.String getRule()
Returns the value of the 'Rule' attribute.

If the meaning of the 'Rule' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rule' attribute.
See Also:
setRule(String), SimpleAntlrPackage.getRuleCall_Rule()
EMF generated code
EMF model element

setRule

void setRule(java.lang.String value)
Sets the value of the 'Rule' attribute.

Parameters:
value - the new value of the 'Rule' attribute.
See Also:
getRule()
EMF generated code