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

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SimpleAntlrPackageImpl

public interface SimpleAntlrPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
SimpleAntlrFactory
EMF generated code
EMF model element
kind="package"

Nested Class Summary
static interface SimpleAntlrPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ALTERNATIVES
          The meta object id for the 'Alternatives' class.
static int ALTERNATIVES__GROUPS
          The feature id for the 'Groups' containment reference list.
static int ALTERNATIVES_FEATURE_COUNT
          The number of structural features of the 'Alternatives' class.
static int ANTLR_GRAMMAR
          The meta object id for the 'Antlr Grammar' class.
static int ANTLR_GRAMMAR__NAME
          The feature id for the 'Name' attribute.
static int ANTLR_GRAMMAR__OPTIONS
          The feature id for the 'Options' containment reference.
static int ANTLR_GRAMMAR__RULES
          The feature id for the 'Rules' containment reference list.
static int ANTLR_GRAMMAR_FEATURE_COUNT
          The number of structural features of the 'Antlr Grammar' class.
static SimpleAntlrPackage eINSTANCE
          The singleton instance of the package.
static int ELEMENT_WITH_CARDINALITY
          The meta object id for the 'Element With Cardinality' class.
static int ELEMENT_WITH_CARDINALITY__CARDINALITY
          The feature id for the 'Cardinality' attribute.
static int ELEMENT_WITH_CARDINALITY__ELEMENT
          The feature id for the 'Element' containment reference.
static int ELEMENT_WITH_CARDINALITY_FEATURE_COUNT
          The number of structural features of the 'Element With Cardinality' class.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int GROUP
          The meta object id for the 'Group' class.
static int GROUP__ELEMENTS
          The feature id for the 'Elements' containment reference list.
static int GROUP_FEATURE_COUNT
          The number of structural features of the 'Group' class.
static int KEYWORD
          The meta object id for the 'Keyword' class.
static int KEYWORD__VALUE
          The feature id for the 'Value' attribute.
static int KEYWORD_FEATURE_COUNT
          The number of structural features of the 'Keyword' class.
static int NEGATED_ELEMENT
          The meta object id for the 'Negated Element' class.
static int NEGATED_ELEMENT__ELEMENT
          The feature id for the 'Element' containment reference.
static int NEGATED_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Negated Element' class.
static int OPTION_VALUE
          The meta object id for the 'Option Value' class.
static int OPTION_VALUE__KEY
          The feature id for the 'Key' attribute.
static int OPTION_VALUE__VALUE
          The feature id for the 'Value' attribute.
static int OPTION_VALUE_FEATURE_COUNT
          The number of structural features of the 'Option Value' class.
static int OPTIONS
          The meta object id for the 'Options' class.
static int OPTIONS__OPTION_VALUES
          The feature id for the 'Option Values' containment reference list.
static int OPTIONS_FEATURE_COUNT
          The number of structural features of the 'Options' class.
static int PREDICATED
          The meta object id for the 'Predicated' class.
static int PREDICATED__ELEMENT
          The feature id for the 'Element' containment reference.
static int PREDICATED__PREDICATE
          The feature id for the 'Predicate' containment reference.
static int PREDICATED_FEATURE_COUNT
          The number of structural features of the 'Predicated' class.
static int RULE
          The meta object id for the 'Rule' class.
static int RULE__BODY
          The feature id for the 'Body' containment reference.
static int RULE__FRAGMENT
          The feature id for the 'Fragment' attribute.
static int RULE__NAME
          The feature id for the 'Name' attribute.
static int RULE_CALL
          The meta object id for the 'Rule Call' class.
static int RULE_CALL__RULE
          The feature id for the 'Rule' attribute.
static int RULE_CALL_FEATURE_COUNT
          The number of structural features of the 'Rule Call' class.
static int RULE_ELEMENT
          The meta object id for the 'Rule Element' class.
static int RULE_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Rule Element' class.
static int RULE_FEATURE_COUNT
          The number of structural features of the 'Rule' class.
static int RULE_OPTIONS
          The meta object id for the 'Rule Options' class.
static int RULE_OPTIONS__ELEMENT
          The feature id for the 'Element' containment reference.
static int RULE_OPTIONS__OPTIONS
          The feature id for the 'Options' containment reference.
static int RULE_OPTIONS_FEATURE_COUNT
          The number of structural features of the 'Rule Options' class.
static int SKIP
          The meta object id for the 'Skip' class.
static int SKIP__ELEMENT
          The feature id for the 'Element' containment reference.
static int SKIP__OPTIONS
          The feature id for the 'Options' containment reference.
static int SKIP_FEATURE_COUNT
          The number of structural features of the 'Skip' class.
static int UNTIL_ELEMENT
          The meta object id for the 'Until Element' class.
static int UNTIL_ELEMENT__LEFT
          The feature id for the 'Left' containment reference.
static int UNTIL_ELEMENT__RIGHT
          The feature id for the 'Right' containment reference.
static int UNTIL_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Until Element' class.
static int WILDCARD
          The meta object id for the 'Wildcard' class.
static int WILDCARD_FEATURE_COUNT
          The number of structural features of the 'Wildcard' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getAlternatives_Groups()
          Returns the meta object for the containment reference list 'Groups'.
 org.eclipse.emf.ecore.EClass getAlternatives()
          Returns the meta object for class 'Alternatives'.
 org.eclipse.emf.ecore.EAttribute getAntlrGrammar_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getAntlrGrammar_Options()
          Returns the meta object for the containment reference 'Options'.
 org.eclipse.emf.ecore.EReference getAntlrGrammar_Rules()
          Returns the meta object for the containment reference list 'Rules'.
 org.eclipse.emf.ecore.EClass getAntlrGrammar()
          Returns the meta object for class 'Antlr Grammar'.
 org.eclipse.emf.ecore.EAttribute getElementWithCardinality_Cardinality()
          Returns the meta object for the attribute 'Cardinality'.
 org.eclipse.emf.ecore.EReference getElementWithCardinality_Element()
          Returns the meta object for the containment reference 'Element'.
 org.eclipse.emf.ecore.EClass getElementWithCardinality()
          Returns the meta object for class 'Element With Cardinality'.
 org.eclipse.emf.ecore.EReference getGroup_Elements()
          Returns the meta object for the containment reference list 'Elements'.
 org.eclipse.emf.ecore.EClass getGroup()
          Returns the meta object for class 'Group'.
 org.eclipse.emf.ecore.EAttribute getKeyword_Value()
          Returns the meta object for the attribute 'Value'.
 org.eclipse.emf.ecore.EClass getKeyword()
          Returns the meta object for class 'Keyword'.
 org.eclipse.emf.ecore.EReference getNegatedElement_Element()
          Returns the meta object for the containment reference 'Element'.
 org.eclipse.emf.ecore.EClass getNegatedElement()
          Returns the meta object for class 'Negated Element'.
 org.eclipse.emf.ecore.EReference getOptions_OptionValues()
          Returns the meta object for the containment reference list 'Option Values'.
 org.eclipse.emf.ecore.EClass getOptions()
          Returns the meta object for class 'Options'.
 org.eclipse.emf.ecore.EAttribute getOptionValue_Key()
          Returns the meta object for the attribute 'Key'.
 org.eclipse.emf.ecore.EAttribute getOptionValue_Value()
          Returns the meta object for the attribute 'Value'.
 org.eclipse.emf.ecore.EClass getOptionValue()
          Returns the meta object for class 'Option Value'.
 org.eclipse.emf.ecore.EReference getPredicated_Element()
          Returns the meta object for the containment reference 'Element'.
 org.eclipse.emf.ecore.EReference getPredicated_Predicate()
          Returns the meta object for the containment reference 'Predicate'.
 org.eclipse.emf.ecore.EClass getPredicated()
          Returns the meta object for class 'Predicated'.
 org.eclipse.emf.ecore.EReference getRule_Body()
          Returns the meta object for the containment reference 'Body'.
 org.eclipse.emf.ecore.EAttribute getRule_Fragment()
          Returns the meta object for the attribute 'Fragment'.
 org.eclipse.emf.ecore.EAttribute getRule_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EClass getRule()
          Returns the meta object for class 'Rule'.
 org.eclipse.emf.ecore.EAttribute getRuleCall_Rule()
          Returns the meta object for the attribute 'Rule'.
 org.eclipse.emf.ecore.EClass getRuleCall()
          Returns the meta object for class 'Rule Call'.
 org.eclipse.emf.ecore.EClass getRuleElement()
          Returns the meta object for class 'Rule Element'.
 org.eclipse.emf.ecore.EReference getRuleOptions_Element()
          Returns the meta object for the containment reference 'Element'.
 org.eclipse.emf.ecore.EReference getRuleOptions_Options()
          Returns the meta object for the containment reference 'Options'.
 org.eclipse.emf.ecore.EClass getRuleOptions()
          Returns the meta object for class 'Rule Options'.
 SimpleAntlrFactory getSimpleAntlrFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EClass getSkip()
          Returns the meta object for class 'Skip'.
 org.eclipse.emf.ecore.EReference getUntilElement_Left()
          Returns the meta object for the containment reference 'Left'.
 org.eclipse.emf.ecore.EReference getUntilElement_Right()
          Returns the meta object for the containment reference 'Right'.
 org.eclipse.emf.ecore.EClass getUntilElement()
          Returns the meta object for class 'Until Element'.
 org.eclipse.emf.ecore.EClass getWildcard()
          Returns the meta object for class 'Wildcard'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
EMF generated code

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
EMF generated code

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
EMF generated code

eINSTANCE

static final SimpleAntlrPackage eINSTANCE
The singleton instance of the package.

EMF generated code

ANTLR_GRAMMAR

static final int ANTLR_GRAMMAR
The meta object id for the 'Antlr Grammar' class.

See Also:
AntlrGrammarImpl, SimpleAntlrPackageImpl.getAntlrGrammar(), Constant Field Values
EMF generated code

ANTLR_GRAMMAR__NAME

static final int ANTLR_GRAMMAR__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ANTLR_GRAMMAR__OPTIONS

static final int ANTLR_GRAMMAR__OPTIONS
The feature id for the 'Options' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ANTLR_GRAMMAR__RULES

static final int ANTLR_GRAMMAR__RULES
The feature id for the 'Rules' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ANTLR_GRAMMAR_FEATURE_COUNT

static final int ANTLR_GRAMMAR_FEATURE_COUNT
The number of structural features of the 'Antlr Grammar' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

OPTIONS

static final int OPTIONS
The meta object id for the 'Options' class.

See Also:
OptionsImpl, SimpleAntlrPackageImpl.getOptions(), Constant Field Values
EMF generated code

OPTIONS__OPTION_VALUES

static final int OPTIONS__OPTION_VALUES
The feature id for the 'Option Values' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

OPTIONS_FEATURE_COUNT

static final int OPTIONS_FEATURE_COUNT
The number of structural features of the 'Options' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

OPTION_VALUE

static final int OPTION_VALUE
The meta object id for the 'Option Value' class.

See Also:
OptionValueImpl, SimpleAntlrPackageImpl.getOptionValue(), Constant Field Values
EMF generated code

OPTION_VALUE__KEY

static final int OPTION_VALUE__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

OPTION_VALUE__VALUE

static final int OPTION_VALUE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

OPTION_VALUE_FEATURE_COUNT

static final int OPTION_VALUE_FEATURE_COUNT
The number of structural features of the 'Option Value' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

RULE

static final int RULE
The meta object id for the 'Rule' class.

See Also:
RuleImpl, SimpleAntlrPackageImpl.getRule(), Constant Field Values
EMF generated code

RULE__FRAGMENT

static final int RULE__FRAGMENT
The feature id for the 'Fragment' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

RULE__NAME

static final int RULE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

RULE__BODY

static final int RULE__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

RULE_FEATURE_COUNT

static final int RULE_FEATURE_COUNT
The number of structural features of the 'Rule' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

RULE_ELEMENT

static final int RULE_ELEMENT
The meta object id for the 'Rule Element' class.

See Also:
RuleElementImpl, SimpleAntlrPackageImpl.getRuleElement(), Constant Field Values
EMF generated code

RULE_ELEMENT_FEATURE_COUNT

static final int RULE_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Rule Element' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PREDICATED

static final int PREDICATED
The meta object id for the 'Predicated' class.

See Also:
PredicatedImpl, SimpleAntlrPackageImpl.getPredicated(), Constant Field Values
EMF generated code

PREDICATED__PREDICATE

static final int PREDICATED__PREDICATE
The feature id for the 'Predicate' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PREDICATED__ELEMENT

static final int PREDICATED__ELEMENT
The feature id for the 'Element' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PREDICATED_FEATURE_COUNT

static final int PREDICATED_FEATURE_COUNT
The number of structural features of the 'Predicated' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

RULE_OPTIONS

static final int RULE_OPTIONS
The meta object id for the 'Rule Options' class.

See Also:
RuleOptionsImpl, SimpleAntlrPackageImpl.getRuleOptions(), Constant Field Values
EMF generated code

RULE_OPTIONS__OPTIONS

static final int RULE_OPTIONS__OPTIONS
The feature id for the 'Options' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

RULE_OPTIONS__ELEMENT

static final int RULE_OPTIONS__ELEMENT
The feature id for the 'Element' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

RULE_OPTIONS_FEATURE_COUNT

static final int RULE_OPTIONS_FEATURE_COUNT
The number of structural features of the 'Rule Options' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

RULE_CALL

static final int RULE_CALL
The meta object id for the 'Rule Call' class.

See Also:
RuleCallImpl, SimpleAntlrPackageImpl.getRuleCall(), Constant Field Values
EMF generated code

RULE_CALL__RULE

static final int RULE_CALL__RULE
The feature id for the 'Rule' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

RULE_CALL_FEATURE_COUNT

static final int RULE_CALL_FEATURE_COUNT
The number of structural features of the 'Rule Call' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

KEYWORD

static final int KEYWORD
The meta object id for the 'Keyword' class.

See Also:
KeywordImpl, SimpleAntlrPackageImpl.getKeyword(), Constant Field Values
EMF generated code

KEYWORD__VALUE

static final int KEYWORD__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

KEYWORD_FEATURE_COUNT

static final int KEYWORD_FEATURE_COUNT
The number of structural features of the 'Keyword' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WILDCARD

static final int WILDCARD
The meta object id for the 'Wildcard' class.

See Also:
WildcardImpl, SimpleAntlrPackageImpl.getWildcard(), Constant Field Values
EMF generated code

WILDCARD_FEATURE_COUNT

static final int WILDCARD_FEATURE_COUNT
The number of structural features of the 'Wildcard' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ALTERNATIVES

static final int ALTERNATIVES
The meta object id for the 'Alternatives' class.

See Also:
AlternativesImpl, SimpleAntlrPackageImpl.getAlternatives(), Constant Field Values
EMF generated code

ALTERNATIVES__GROUPS

static final int ALTERNATIVES__GROUPS
The feature id for the 'Groups' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ALTERNATIVES_FEATURE_COUNT

static final int ALTERNATIVES_FEATURE_COUNT
The number of structural features of the 'Alternatives' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

GROUP

static final int GROUP
The meta object id for the 'Group' class.

See Also:
GroupImpl, SimpleAntlrPackageImpl.getGroup(), Constant Field Values
EMF generated code

GROUP__ELEMENTS

static final int GROUP__ELEMENTS
The feature id for the 'Elements' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

GROUP_FEATURE_COUNT

static final int GROUP_FEATURE_COUNT
The number of structural features of the 'Group' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ELEMENT_WITH_CARDINALITY

static final int ELEMENT_WITH_CARDINALITY
The meta object id for the 'Element With Cardinality' class.

See Also:
ElementWithCardinalityImpl, SimpleAntlrPackageImpl.getElementWithCardinality(), Constant Field Values
EMF generated code

ELEMENT_WITH_CARDINALITY__ELEMENT

static final int ELEMENT_WITH_CARDINALITY__ELEMENT
The feature id for the 'Element' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ELEMENT_WITH_CARDINALITY__CARDINALITY

static final int ELEMENT_WITH_CARDINALITY__CARDINALITY
The feature id for the 'Cardinality' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ELEMENT_WITH_CARDINALITY_FEATURE_COUNT

static final int ELEMENT_WITH_CARDINALITY_FEATURE_COUNT
The number of structural features of the 'Element With Cardinality' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

NEGATED_ELEMENT

static final int NEGATED_ELEMENT
The meta object id for the 'Negated Element' class.

See Also:
NegatedElementImpl, SimpleAntlrPackageImpl.getNegatedElement(), Constant Field Values
EMF generated code

NEGATED_ELEMENT__ELEMENT

static final int NEGATED_ELEMENT__ELEMENT
The feature id for the 'Element' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

NEGATED_ELEMENT_FEATURE_COUNT

static final int NEGATED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Negated Element' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

UNTIL_ELEMENT

static final int UNTIL_ELEMENT
The meta object id for the 'Until Element' class.

See Also:
UntilElementImpl, SimpleAntlrPackageImpl.getUntilElement(), Constant Field Values
EMF generated code

UNTIL_ELEMENT__LEFT

static final int UNTIL_ELEMENT__LEFT
The feature id for the 'Left' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

UNTIL_ELEMENT__RIGHT

static final int UNTIL_ELEMENT__RIGHT
The feature id for the 'Right' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

UNTIL_ELEMENT_FEATURE_COUNT

static final int UNTIL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Until Element' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

SKIP

static final int SKIP
The meta object id for the 'Skip' class.

See Also:
SkipImpl, SimpleAntlrPackageImpl.getSkip(), Constant Field Values
EMF generated code

SKIP__OPTIONS

static final int SKIP__OPTIONS
The feature id for the 'Options' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

SKIP__ELEMENT

static final int SKIP__ELEMENT
The feature id for the 'Element' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

SKIP_FEATURE_COUNT

static final int SKIP_FEATURE_COUNT
The number of structural features of the 'Skip' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered
Method Detail

getAntlrGrammar

org.eclipse.emf.ecore.EClass getAntlrGrammar()
Returns the meta object for class 'Antlr Grammar'.

Returns:
the meta object for class 'Antlr Grammar'.
See Also:
AntlrGrammar
EMF generated code

getAntlrGrammar_Name

org.eclipse.emf.ecore.EAttribute getAntlrGrammar_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
AntlrGrammar.getName(), getAntlrGrammar()
EMF generated code

getAntlrGrammar_Options

org.eclipse.emf.ecore.EReference getAntlrGrammar_Options()
Returns the meta object for the containment reference 'Options'.

Returns:
the meta object for the containment reference 'Options'.
See Also:
AntlrGrammar.getOptions(), getAntlrGrammar()
EMF generated code

getAntlrGrammar_Rules

org.eclipse.emf.ecore.EReference getAntlrGrammar_Rules()
Returns the meta object for the containment reference list 'Rules'.

Returns:
the meta object for the containment reference list 'Rules'.
See Also:
AntlrGrammar.getRules(), getAntlrGrammar()
EMF generated code

getOptions

org.eclipse.emf.ecore.EClass getOptions()
Returns the meta object for class 'Options'.

Returns:
the meta object for class 'Options'.
See Also:
Options
EMF generated code

getOptions_OptionValues

org.eclipse.emf.ecore.EReference getOptions_OptionValues()
Returns the meta object for the containment reference list 'Option Values'.

Returns:
the meta object for the containment reference list 'Option Values'.
See Also:
Options.getOptionValues(), getOptions()
EMF generated code

getOptionValue

org.eclipse.emf.ecore.EClass getOptionValue()
Returns the meta object for class 'Option Value'.

Returns:
the meta object for class 'Option Value'.
See Also:
OptionValue
EMF generated code

getOptionValue_Key

org.eclipse.emf.ecore.EAttribute getOptionValue_Key()
Returns the meta object for the attribute 'Key'.

Returns:
the meta object for the attribute 'Key'.
See Also:
OptionValue.getKey(), getOptionValue()
EMF generated code

getOptionValue_Value

org.eclipse.emf.ecore.EAttribute getOptionValue_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
OptionValue.getValue(), getOptionValue()
EMF generated code

getRule

org.eclipse.emf.ecore.EClass getRule()
Returns the meta object for class 'Rule'.

Returns:
the meta object for class 'Rule'.
See Also:
Rule
EMF generated code

getRule_Fragment

org.eclipse.emf.ecore.EAttribute getRule_Fragment()
Returns the meta object for the attribute 'Fragment'.

Returns:
the meta object for the attribute 'Fragment'.
See Also:
Rule.isFragment(), getRule()
EMF generated code

getRule_Name

org.eclipse.emf.ecore.EAttribute getRule_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Rule.getName(), getRule()
EMF generated code

getRule_Body

org.eclipse.emf.ecore.EReference getRule_Body()
Returns the meta object for the containment reference 'Body'.

Returns:
the meta object for the containment reference 'Body'.
See Also:
Rule.getBody(), getRule()
EMF generated code

getRuleElement

org.eclipse.emf.ecore.EClass getRuleElement()
Returns the meta object for class 'Rule Element'.

Returns:
the meta object for class 'Rule Element'.
See Also:
RuleElement
EMF generated code

getPredicated

org.eclipse.emf.ecore.EClass getPredicated()
Returns the meta object for class 'Predicated'.

Returns:
the meta object for class 'Predicated'.
See Also:
Predicated
EMF generated code

getPredicated_Predicate

org.eclipse.emf.ecore.EReference getPredicated_Predicate()
Returns the meta object for the containment reference 'Predicate'.

Returns:
the meta object for the containment reference 'Predicate'.
See Also:
Predicated.getPredicate(), getPredicated()
EMF generated code

getPredicated_Element

org.eclipse.emf.ecore.EReference getPredicated_Element()
Returns the meta object for the containment reference 'Element'.

Returns:
the meta object for the containment reference 'Element'.
See Also:
Predicated.getElement(), getPredicated()
EMF generated code

getRuleOptions

org.eclipse.emf.ecore.EClass getRuleOptions()
Returns the meta object for class 'Rule Options'.

Returns:
the meta object for class 'Rule Options'.
See Also:
RuleOptions
EMF generated code

getRuleOptions_Options

org.eclipse.emf.ecore.EReference getRuleOptions_Options()
Returns the meta object for the containment reference 'Options'.

Returns:
the meta object for the containment reference 'Options'.
See Also:
RuleOptions.getOptions(), getRuleOptions()
EMF generated code

getRuleOptions_Element

org.eclipse.emf.ecore.EReference getRuleOptions_Element()
Returns the meta object for the containment reference 'Element'.

Returns:
the meta object for the containment reference 'Element'.
See Also:
RuleOptions.getElement(), getRuleOptions()
EMF generated code

getRuleCall

org.eclipse.emf.ecore.EClass getRuleCall()
Returns the meta object for class 'Rule Call'.

Returns:
the meta object for class 'Rule Call'.
See Also:
RuleCall
EMF generated code

getRuleCall_Rule

org.eclipse.emf.ecore.EAttribute getRuleCall_Rule()
Returns the meta object for the attribute 'Rule'.

Returns:
the meta object for the attribute 'Rule'.
See Also:
RuleCall.getRule(), getRuleCall()
EMF generated code

getKeyword

org.eclipse.emf.ecore.EClass getKeyword()
Returns the meta object for class 'Keyword'.

Returns:
the meta object for class 'Keyword'.
See Also:
Keyword
EMF generated code

getKeyword_Value

org.eclipse.emf.ecore.EAttribute getKeyword_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
Keyword.getValue(), getKeyword()
EMF generated code

getWildcard

org.eclipse.emf.ecore.EClass getWildcard()
Returns the meta object for class 'Wildcard'.

Returns:
the meta object for class 'Wildcard'.
See Also:
Wildcard
EMF generated code

getAlternatives

org.eclipse.emf.ecore.EClass getAlternatives()
Returns the meta object for class 'Alternatives'.

Returns:
the meta object for class 'Alternatives'.
See Also:
Alternatives
EMF generated code

getAlternatives_Groups

org.eclipse.emf.ecore.EReference getAlternatives_Groups()
Returns the meta object for the containment reference list 'Groups'.

Returns:
the meta object for the containment reference list 'Groups'.
See Also:
Alternatives.getGroups(), getAlternatives()
EMF generated code

getGroup

org.eclipse.emf.ecore.EClass getGroup()
Returns the meta object for class 'Group'.

Returns:
the meta object for class 'Group'.
See Also:
Group
EMF generated code

getGroup_Elements

org.eclipse.emf.ecore.EReference getGroup_Elements()
Returns the meta object for the containment reference list 'Elements'.

Returns:
the meta object for the containment reference list 'Elements'.
See Also:
Group.getElements(), getGroup()
EMF generated code

getElementWithCardinality

org.eclipse.emf.ecore.EClass getElementWithCardinality()
Returns the meta object for class 'Element With Cardinality'.

Returns:
the meta object for class 'Element With Cardinality'.
See Also:
ElementWithCardinality
EMF generated code

getElementWithCardinality_Element

org.eclipse.emf.ecore.EReference getElementWithCardinality_Element()
Returns the meta object for the containment reference 'Element'.

Returns:
the meta object for the containment reference 'Element'.
See Also:
ElementWithCardinality.getElement(), getElementWithCardinality()
EMF generated code

getElementWithCardinality_Cardinality

org.eclipse.emf.ecore.EAttribute getElementWithCardinality_Cardinality()
Returns the meta object for the attribute 'Cardinality'.

Returns:
the meta object for the attribute 'Cardinality'.
See Also:
ElementWithCardinality.getCardinality(), getElementWithCardinality()
EMF generated code

getNegatedElement

org.eclipse.emf.ecore.EClass getNegatedElement()
Returns the meta object for class 'Negated Element'.

Returns:
the meta object for class 'Negated Element'.
See Also:
NegatedElement
EMF generated code

getNegatedElement_Element

org.eclipse.emf.ecore.EReference getNegatedElement_Element()
Returns the meta object for the containment reference 'Element'.

Returns:
the meta object for the containment reference 'Element'.
See Also:
NegatedElement.getElement(), getNegatedElement()
EMF generated code

getUntilElement

org.eclipse.emf.ecore.EClass getUntilElement()
Returns the meta object for class 'Until Element'.

Returns:
the meta object for class 'Until Element'.
See Also:
UntilElement
EMF generated code

getUntilElement_Left

org.eclipse.emf.ecore.EReference getUntilElement_Left()
Returns the meta object for the containment reference 'Left'.

Returns:
the meta object for the containment reference 'Left'.
See Also:
UntilElement.getLeft(), getUntilElement()
EMF generated code

getUntilElement_Right

org.eclipse.emf.ecore.EReference getUntilElement_Right()
Returns the meta object for the containment reference 'Right'.

Returns:
the meta object for the containment reference 'Right'.
See Also:
UntilElement.getRight(), getUntilElement()
EMF generated code

getSkip

org.eclipse.emf.ecore.EClass getSkip()
Returns the meta object for class 'Skip'.

Returns:
the meta object for class 'Skip'.
See Also:
Skip
EMF generated code

getSimpleAntlrFactory

SimpleAntlrFactory getSimpleAntlrFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
EMF generated code