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

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

public interface Predicated
extends RuleElement

A representation of the model object 'Predicated'.

The following features are supported:

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

Method Summary
 RuleElement getElement()
          Returns the value of the 'Element' containment reference.
 RuleElement getPredicate()
          Returns the value of the 'Predicate' containment reference.
 void setElement(RuleElement value)
          Sets the value of the 'Element' containment reference.
 void setPredicate(RuleElement value)
          Sets the value of the 'Predicate' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPredicate

RuleElement getPredicate()
Returns the value of the 'Predicate' containment reference.

If the meaning of the 'Predicate' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Predicate' containment reference.
See Also:
setPredicate(RuleElement), SimpleAntlrPackage.getPredicated_Predicate()
EMF generated code
EMF model element
containment="true"

setPredicate

void setPredicate(RuleElement value)
Sets the value of the 'Predicate' containment reference.

Parameters:
value - the new value of the 'Predicate' containment reference.
See Also:
getPredicate()
EMF generated code

getElement

RuleElement getElement()
Returns the value of the 'Element' containment reference.

If the meaning of the 'Element' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element' containment reference.
See Also:
setElement(RuleElement), SimpleAntlrPackage.getPredicated_Element()
EMF generated code
EMF model element
containment="true"

setElement

void setElement(RuleElement value)
Sets the value of the 'Element' containment reference.

Parameters:
value - the new value of the 'Element' containment reference.
See Also:
getElement()
EMF generated code