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

Enclosing interface:
SimpleAntlrPackage

public static interface SimpleAntlrPackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass ALTERNATIVES
          The meta object literal for the 'Alternatives' class
static org.eclipse.emf.ecore.EReference ALTERNATIVES__GROUPS
          The meta object literal for the 'Groups' containment reference list feature
static org.eclipse.emf.ecore.EClass ANTLR_GRAMMAR
          The meta object literal for the 'Antlr Grammar' class
static org.eclipse.emf.ecore.EAttribute ANTLR_GRAMMAR__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EReference ANTLR_GRAMMAR__OPTIONS
          The meta object literal for the 'Options' containment reference feature
static org.eclipse.emf.ecore.EReference ANTLR_GRAMMAR__RULES
          The meta object literal for the 'Rules' containment reference list feature
static org.eclipse.emf.ecore.EClass ELEMENT_WITH_CARDINALITY
          The meta object literal for the 'Element With Cardinality' class
static org.eclipse.emf.ecore.EAttribute ELEMENT_WITH_CARDINALITY__CARDINALITY
          The meta object literal for the 'Cardinality' attribute feature
static org.eclipse.emf.ecore.EReference ELEMENT_WITH_CARDINALITY__ELEMENT
          The meta object literal for the 'Element' containment reference feature
static org.eclipse.emf.ecore.EClass GROUP
          The meta object literal for the 'Group' class
static org.eclipse.emf.ecore.EReference GROUP__ELEMENTS
          The meta object literal for the 'Elements' containment reference list feature
static org.eclipse.emf.ecore.EClass KEYWORD
          The meta object literal for the 'Keyword' class
static org.eclipse.emf.ecore.EAttribute KEYWORD__VALUE
          The meta object literal for the 'Value' attribute feature
static org.eclipse.emf.ecore.EClass NEGATED_ELEMENT
          The meta object literal for the 'Negated Element' class
static org.eclipse.emf.ecore.EReference NEGATED_ELEMENT__ELEMENT
          The meta object literal for the 'Element' containment reference feature
static org.eclipse.emf.ecore.EClass OPTION_VALUE
          The meta object literal for the 'Option Value' class
static org.eclipse.emf.ecore.EAttribute OPTION_VALUE__KEY
          The meta object literal for the 'Key' attribute feature
static org.eclipse.emf.ecore.EAttribute OPTION_VALUE__VALUE
          The meta object literal for the 'Value' attribute feature
static org.eclipse.emf.ecore.EClass OPTIONS
          The meta object literal for the 'Options' class
static org.eclipse.emf.ecore.EReference OPTIONS__OPTION_VALUES
          The meta object literal for the 'Option Values' containment reference list feature
static org.eclipse.emf.ecore.EClass PREDICATED
          The meta object literal for the 'Predicated' class
static org.eclipse.emf.ecore.EReference PREDICATED__ELEMENT
          The meta object literal for the 'Element' containment reference feature
static org.eclipse.emf.ecore.EReference PREDICATED__PREDICATE
          The meta object literal for the 'Predicate' containment reference feature
static org.eclipse.emf.ecore.EClass RULE
          The meta object literal for the 'Rule' class
static org.eclipse.emf.ecore.EReference RULE__BODY
          The meta object literal for the 'Body' containment reference feature
static org.eclipse.emf.ecore.EAttribute RULE__FRAGMENT
          The meta object literal for the 'Fragment' attribute feature
static org.eclipse.emf.ecore.EAttribute RULE__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EClass RULE_CALL
          The meta object literal for the 'Rule Call' class
static org.eclipse.emf.ecore.EAttribute RULE_CALL__RULE
          The meta object literal for the 'Rule' attribute feature
static org.eclipse.emf.ecore.EClass RULE_ELEMENT
          The meta object literal for the 'Rule Element' class
static org.eclipse.emf.ecore.EClass RULE_OPTIONS
          The meta object literal for the 'Rule Options' class
static org.eclipse.emf.ecore.EReference RULE_OPTIONS__ELEMENT
          The meta object literal for the 'Element' containment reference feature
static org.eclipse.emf.ecore.EReference RULE_OPTIONS__OPTIONS
          The meta object literal for the 'Options' containment reference feature
static org.eclipse.emf.ecore.EClass SKIP
          The meta object literal for the 'Skip' class
static org.eclipse.emf.ecore.EClass UNTIL_ELEMENT
          The meta object literal for the 'Until Element' class
static org.eclipse.emf.ecore.EReference UNTIL_ELEMENT__LEFT
          The meta object literal for the 'Left' containment reference feature
static org.eclipse.emf.ecore.EReference UNTIL_ELEMENT__RIGHT
          The meta object literal for the 'Right' containment reference feature
static org.eclipse.emf.ecore.EClass WILDCARD
          The meta object literal for the 'Wildcard' class
 

Field Detail

ANTLR_GRAMMAR

static final org.eclipse.emf.ecore.EClass ANTLR_GRAMMAR
The meta object literal for the 'Antlr Grammar' class.

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

ANTLR_GRAMMAR__NAME

static final org.eclipse.emf.ecore.EAttribute ANTLR_GRAMMAR__NAME
The meta object literal for the 'Name' attribute feature.

EMF generated code

ANTLR_GRAMMAR__OPTIONS

static final org.eclipse.emf.ecore.EReference ANTLR_GRAMMAR__OPTIONS
The meta object literal for the 'Options' containment reference feature.

EMF generated code

ANTLR_GRAMMAR__RULES

static final org.eclipse.emf.ecore.EReference ANTLR_GRAMMAR__RULES
The meta object literal for the 'Rules' containment reference list feature.

EMF generated code

OPTIONS

static final org.eclipse.emf.ecore.EClass OPTIONS
The meta object literal for the 'Options' class.

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

OPTIONS__OPTION_VALUES

static final org.eclipse.emf.ecore.EReference OPTIONS__OPTION_VALUES
The meta object literal for the 'Option Values' containment reference list feature.

EMF generated code

OPTION_VALUE

static final org.eclipse.emf.ecore.EClass OPTION_VALUE
The meta object literal for the 'Option Value' class.

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

OPTION_VALUE__KEY

static final org.eclipse.emf.ecore.EAttribute OPTION_VALUE__KEY
The meta object literal for the 'Key' attribute feature.

EMF generated code

OPTION_VALUE__VALUE

static final org.eclipse.emf.ecore.EAttribute OPTION_VALUE__VALUE
The meta object literal for the 'Value' attribute feature.

EMF generated code

RULE

static final org.eclipse.emf.ecore.EClass RULE
The meta object literal for the 'Rule' class.

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

RULE__FRAGMENT

static final org.eclipse.emf.ecore.EAttribute RULE__FRAGMENT
The meta object literal for the 'Fragment' attribute feature.

EMF generated code

RULE__NAME

static final org.eclipse.emf.ecore.EAttribute RULE__NAME
The meta object literal for the 'Name' attribute feature.

EMF generated code

RULE__BODY

static final org.eclipse.emf.ecore.EReference RULE__BODY
The meta object literal for the 'Body' containment reference feature.

EMF generated code

RULE_ELEMENT

static final org.eclipse.emf.ecore.EClass RULE_ELEMENT
The meta object literal for the 'Rule Element' class.

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

PREDICATED

static final org.eclipse.emf.ecore.EClass PREDICATED
The meta object literal for the 'Predicated' class.

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

PREDICATED__PREDICATE

static final org.eclipse.emf.ecore.EReference PREDICATED__PREDICATE
The meta object literal for the 'Predicate' containment reference feature.

EMF generated code

PREDICATED__ELEMENT

static final org.eclipse.emf.ecore.EReference PREDICATED__ELEMENT
The meta object literal for the 'Element' containment reference feature.

EMF generated code

RULE_OPTIONS

static final org.eclipse.emf.ecore.EClass RULE_OPTIONS
The meta object literal for the 'Rule Options' class.

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

RULE_OPTIONS__OPTIONS

static final org.eclipse.emf.ecore.EReference RULE_OPTIONS__OPTIONS
The meta object literal for the 'Options' containment reference feature.

EMF generated code

RULE_OPTIONS__ELEMENT

static final org.eclipse.emf.ecore.EReference RULE_OPTIONS__ELEMENT
The meta object literal for the 'Element' containment reference feature.

EMF generated code

RULE_CALL

static final org.eclipse.emf.ecore.EClass RULE_CALL
The meta object literal for the 'Rule Call' class.

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

RULE_CALL__RULE

static final org.eclipse.emf.ecore.EAttribute RULE_CALL__RULE
The meta object literal for the 'Rule' attribute feature.

EMF generated code

KEYWORD

static final org.eclipse.emf.ecore.EClass KEYWORD
The meta object literal for the 'Keyword' class.

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

KEYWORD__VALUE

static final org.eclipse.emf.ecore.EAttribute KEYWORD__VALUE
The meta object literal for the 'Value' attribute feature.

EMF generated code

WILDCARD

static final org.eclipse.emf.ecore.EClass WILDCARD
The meta object literal for the 'Wildcard' class.

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

ALTERNATIVES

static final org.eclipse.emf.ecore.EClass ALTERNATIVES
The meta object literal for the 'Alternatives' class.

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

ALTERNATIVES__GROUPS

static final org.eclipse.emf.ecore.EReference ALTERNATIVES__GROUPS
The meta object literal for the 'Groups' containment reference list feature.

EMF generated code

GROUP

static final org.eclipse.emf.ecore.EClass GROUP
The meta object literal for the 'Group' class.

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

GROUP__ELEMENTS

static final org.eclipse.emf.ecore.EReference GROUP__ELEMENTS
The meta object literal for the 'Elements' containment reference list feature.

EMF generated code

ELEMENT_WITH_CARDINALITY

static final org.eclipse.emf.ecore.EClass ELEMENT_WITH_CARDINALITY
The meta object literal for the 'Element With Cardinality' class.

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

ELEMENT_WITH_CARDINALITY__ELEMENT

static final org.eclipse.emf.ecore.EReference ELEMENT_WITH_CARDINALITY__ELEMENT
The meta object literal for the 'Element' containment reference feature.

EMF generated code

ELEMENT_WITH_CARDINALITY__CARDINALITY

static final org.eclipse.emf.ecore.EAttribute ELEMENT_WITH_CARDINALITY__CARDINALITY
The meta object literal for the 'Cardinality' attribute feature.

EMF generated code

NEGATED_ELEMENT

static final org.eclipse.emf.ecore.EClass NEGATED_ELEMENT
The meta object literal for the 'Negated Element' class.

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

NEGATED_ELEMENT__ELEMENT

static final org.eclipse.emf.ecore.EReference NEGATED_ELEMENT__ELEMENT
The meta object literal for the 'Element' containment reference feature.

EMF generated code

UNTIL_ELEMENT

static final org.eclipse.emf.ecore.EClass UNTIL_ELEMENT
The meta object literal for the 'Until Element' class.

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

UNTIL_ELEMENT__LEFT

static final org.eclipse.emf.ecore.EReference UNTIL_ELEMENT__LEFT
The meta object literal for the 'Left' containment reference feature.

EMF generated code

UNTIL_ELEMENT__RIGHT

static final org.eclipse.emf.ecore.EReference UNTIL_ELEMENT__RIGHT
The meta object literal for the 'Right' containment reference feature.

EMF generated code

SKIP

static final org.eclipse.emf.ecore.EClass SKIP
The meta object literal for the 'Skip' class.

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