org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions
Interface SimpleExpressionsPackage.Literals

Enclosing interface:
SimpleExpressionsPackage

public static interface SimpleExpressionsPackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass AND_EXPRESSION
          The meta object literal for the 'And Expression' class
static org.eclipse.emf.ecore.EReference AND_EXPRESSION__LEFT
          The meta object literal for the 'Left' containment reference feature
static org.eclipse.emf.ecore.EReference AND_EXPRESSION__RIGHT
          The meta object literal for the 'Right' containment reference feature
static org.eclipse.emf.ecore.EClass COMPARISON
          The meta object literal for the 'Comparison' class
static org.eclipse.emf.ecore.EReference COMPARISON__LEFT
          The meta object literal for the 'Left' containment reference feature
static org.eclipse.emf.ecore.EAttribute COMPARISON__OPERATOR
          The meta object literal for the 'Operator' attribute feature
static org.eclipse.emf.ecore.EReference COMPARISON__RIGHT
          The meta object literal for the 'Right' containment reference feature
static org.eclipse.emf.ecore.EClass EXPRESSION
          The meta object literal for the 'Expression' class
static org.eclipse.emf.ecore.EClass IF_CONDITION
          The meta object literal for the 'If Condition' class
static org.eclipse.emf.ecore.EReference IF_CONDITION__CONDITION
          The meta object literal for the 'Condition' containment reference feature
static org.eclipse.emf.ecore.EAttribute IF_CONDITION__ELSEIF
          The meta object literal for the 'Elseif' attribute feature
static org.eclipse.emf.ecore.EClass METHOD_CALL
          The meta object literal for the 'Method Call' class
static org.eclipse.emf.ecore.EAttribute METHOD_CALL__VALUE
          The meta object literal for the 'Value' attribute feature
static org.eclipse.emf.ecore.EClass NOT_EXPRESSION
          The meta object literal for the 'Not Expression' class
static org.eclipse.emf.ecore.EReference NOT_EXPRESSION__EXPRESSION
          The meta object literal for the 'Expression' containment reference feature
static org.eclipse.emf.ecore.EClass NUMBER_LITERAL
          The meta object literal for the 'Number Literal' class
static org.eclipse.emf.ecore.EAttribute NUMBER_LITERAL__VALUE
          The meta object literal for the 'Value' attribute feature
static org.eclipse.emf.ecore.EClass OR_EXPRESSION
          The meta object literal for the 'Or Expression' class
static org.eclipse.emf.ecore.EReference OR_EXPRESSION__LEFT
          The meta object literal for the 'Left' containment reference feature
static org.eclipse.emf.ecore.EReference OR_EXPRESSION__RIGHT
          The meta object literal for the 'Right' containment reference feature
 

Field Detail

IF_CONDITION

static final org.eclipse.emf.ecore.EClass IF_CONDITION
The meta object literal for the 'If Condition' class.

See Also:
IfConditionImpl, SimpleExpressionsPackageImpl.getIfCondition()
EMF generated code

IF_CONDITION__ELSEIF

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

EMF generated code

IF_CONDITION__CONDITION

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

EMF generated code

EXPRESSION

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

See Also:
ExpressionImpl, SimpleExpressionsPackageImpl.getExpression()
EMF generated code

NUMBER_LITERAL

static final org.eclipse.emf.ecore.EClass NUMBER_LITERAL
The meta object literal for the 'Number Literal' class.

See Also:
NumberLiteralImpl, SimpleExpressionsPackageImpl.getNumberLiteral()
EMF generated code

NUMBER_LITERAL__VALUE

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

EMF generated code

METHOD_CALL

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

See Also:
MethodCallImpl, SimpleExpressionsPackageImpl.getMethodCall()
EMF generated code

METHOD_CALL__VALUE

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

EMF generated code

OR_EXPRESSION

static final org.eclipse.emf.ecore.EClass OR_EXPRESSION
The meta object literal for the 'Or Expression' class.

See Also:
OrExpressionImpl, SimpleExpressionsPackageImpl.getOrExpression()
EMF generated code

OR_EXPRESSION__LEFT

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

EMF generated code

OR_EXPRESSION__RIGHT

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

EMF generated code

AND_EXPRESSION

static final org.eclipse.emf.ecore.EClass AND_EXPRESSION
The meta object literal for the 'And Expression' class.

See Also:
AndExpressionImpl, SimpleExpressionsPackageImpl.getAndExpression()
EMF generated code

AND_EXPRESSION__LEFT

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

EMF generated code

AND_EXPRESSION__RIGHT

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

EMF generated code

COMPARISON

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

See Also:
ComparisonImpl, SimpleExpressionsPackageImpl.getComparison()
EMF generated code

COMPARISON__LEFT

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

EMF generated code

COMPARISON__OPERATOR

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

EMF generated code

COMPARISON__RIGHT

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

EMF generated code

NOT_EXPRESSION

static final org.eclipse.emf.ecore.EClass NOT_EXPRESSION
The meta object literal for the 'Not Expression' class.

See Also:
NotExpressionImpl, SimpleExpressionsPackageImpl.getNotExpression()
EMF generated code

NOT_EXPRESSION__EXPRESSION

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

EMF generated code