org.eclipse.xtend.core.richstring
Interface ProcessedRichStringPackage.Literals

Enclosing interface:
ProcessedRichStringPackage

public static interface ProcessedRichStringPackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass ELSE_IF_CONDITION
          The meta object literal for the 'Else If Condition' class.
static org.eclipse.emf.ecore.EReference ELSE_IF_CONDITION__IF_CONDITION_START
          The meta object literal for the 'If Condition Start' reference feature.
static org.eclipse.emf.ecore.EReference ELSE_IF_CONDITION__RICH_STRING_ELSE_IF
          The meta object literal for the 'Rich String Else If' reference feature.
static org.eclipse.emf.ecore.EClass ELSE_START
          The meta object literal for the 'Else Start' class.
static org.eclipse.emf.ecore.EReference ELSE_START__IF_CONDITION_START
          The meta object literal for the 'If Condition Start' reference feature.
static org.eclipse.emf.ecore.EClass END_IF
          The meta object literal for the 'End If' class.
static org.eclipse.emf.ecore.EReference END_IF__IF_CONDITION_START
          The meta object literal for the 'If Condition Start' reference feature.
static org.eclipse.emf.ecore.EClass FOR_LOOP_END
          The meta object literal for the 'For Loop End' class.
static org.eclipse.emf.ecore.EReference FOR_LOOP_END__START
          The meta object literal for the 'Start' reference feature.
static org.eclipse.emf.ecore.EClass FOR_LOOP_START
          The meta object literal for the 'For Loop Start' class.
static org.eclipse.emf.ecore.EReference FOR_LOOP_START__END
          The meta object literal for the 'End' reference feature.
static org.eclipse.emf.ecore.EReference FOR_LOOP_START__LOOP
          The meta object literal for the 'Loop' reference feature.
static org.eclipse.emf.ecore.EClass IF_CONDITION_START
          The meta object literal for the 'If Condition Start' class.
static org.eclipse.emf.ecore.EReference IF_CONDITION_START__ELSE_IF_CONDITIONS
          The meta object literal for the 'Else If Conditions' reference list feature.
static org.eclipse.emf.ecore.EReference IF_CONDITION_START__ELSE_START
          The meta object literal for the 'Else Start' reference feature.
static org.eclipse.emf.ecore.EReference IF_CONDITION_START__END_IF
          The meta object literal for the 'End If' reference feature.
static org.eclipse.emf.ecore.EReference IF_CONDITION_START__RICH_STRING_IF
          The meta object literal for the 'Rich String If' reference feature.
static org.eclipse.emf.ecore.EClass LINE
          The meta object literal for the 'Line' class.
static org.eclipse.emf.ecore.EReference LINE__PARTS
          The meta object literal for the 'Parts' containment reference list feature.
static org.eclipse.emf.ecore.EReference LINE__RICH_STRING
          The meta object literal for the 'Rich String' container reference feature.
static org.eclipse.emf.ecore.EClass LINE_BREAK
          The meta object literal for the 'Line Break' class.
static org.eclipse.emf.ecore.EClass LINE_PART
          The meta object literal for the 'Line Part' class.
static org.eclipse.emf.ecore.EReference LINE_PART__LINE
          The meta object literal for the 'Line' container reference feature.
static org.eclipse.emf.ecore.EClass LITERAL
          The meta object literal for the 'Literal' class.
static org.eclipse.emf.ecore.EAttribute LITERAL__LENGTH
          The meta object literal for the 'Length' attribute feature.
static org.eclipse.emf.ecore.EReference LITERAL__LITERAL
          The meta object literal for the 'Literal' reference feature.
static org.eclipse.emf.ecore.EAttribute LITERAL__OFFSET
          The meta object literal for the 'Offset' attribute feature.
static org.eclipse.emf.ecore.EClass PRINTED_EXPRESSION
          The meta object literal for the 'Printed Expression' class.
static org.eclipse.emf.ecore.EReference PRINTED_EXPRESSION__EXPRESSION
          The meta object literal for the 'Expression' reference feature.
static org.eclipse.emf.ecore.EClass PROCESSED_RICH_STRING
          The meta object literal for the 'Processed Rich String' class.
static org.eclipse.emf.ecore.EReference PROCESSED_RICH_STRING__LINES
          The meta object literal for the 'Lines' containment reference list feature.
static org.eclipse.emf.ecore.EReference PROCESSED_RICH_STRING__RICH_STRING
          The meta object literal for the 'Rich String' reference feature.
 

Field Detail

PROCESSED_RICH_STRING

static final org.eclipse.emf.ecore.EClass PROCESSED_RICH_STRING
The meta object literal for the 'Processed Rich String' class.

See Also:
ProcessedRichStringImpl, ProcessedRichStringPackageImpl.getProcessedRichString()
EMF generated code

PROCESSED_RICH_STRING__RICH_STRING

static final org.eclipse.emf.ecore.EReference PROCESSED_RICH_STRING__RICH_STRING
The meta object literal for the 'Rich String' reference feature.

EMF generated code

PROCESSED_RICH_STRING__LINES

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

EMF generated code

LINE

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

See Also:
LineImpl, ProcessedRichStringPackageImpl.getLine()
EMF generated code

LINE__PARTS

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

EMF generated code

LINE__RICH_STRING

static final org.eclipse.emf.ecore.EReference LINE__RICH_STRING
The meta object literal for the 'Rich String' container reference feature.

EMF generated code

LINE_PART

static final org.eclipse.emf.ecore.EClass LINE_PART
The meta object literal for the 'Line Part' class.

See Also:
LinePartImpl, ProcessedRichStringPackageImpl.getLinePart()
EMF generated code

LINE_PART__LINE

static final org.eclipse.emf.ecore.EReference LINE_PART__LINE
The meta object literal for the 'Line' container reference feature.

EMF generated code

LITERAL

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

See Also:
LiteralImpl, ProcessedRichStringPackageImpl.getLiteral()
EMF generated code

LITERAL__LITERAL

static final org.eclipse.emf.ecore.EReference LITERAL__LITERAL
The meta object literal for the 'Literal' reference feature.

EMF generated code

LITERAL__OFFSET

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

EMF generated code

LITERAL__LENGTH

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

EMF generated code

LINE_BREAK

static final org.eclipse.emf.ecore.EClass LINE_BREAK
The meta object literal for the 'Line Break' class.

See Also:
LineBreakImpl, ProcessedRichStringPackageImpl.getLineBreak()
EMF generated code

FOR_LOOP_START

static final org.eclipse.emf.ecore.EClass FOR_LOOP_START
The meta object literal for the 'For Loop Start' class.

See Also:
ForLoopStartImpl, ProcessedRichStringPackageImpl.getForLoopStart()
EMF generated code

FOR_LOOP_START__LOOP

static final org.eclipse.emf.ecore.EReference FOR_LOOP_START__LOOP
The meta object literal for the 'Loop' reference feature.

EMF generated code

FOR_LOOP_START__END

static final org.eclipse.emf.ecore.EReference FOR_LOOP_START__END
The meta object literal for the 'End' reference feature.

EMF generated code

FOR_LOOP_END

static final org.eclipse.emf.ecore.EClass FOR_LOOP_END
The meta object literal for the 'For Loop End' class.

See Also:
ForLoopEndImpl, ProcessedRichStringPackageImpl.getForLoopEnd()
EMF generated code

FOR_LOOP_END__START

static final org.eclipse.emf.ecore.EReference FOR_LOOP_END__START
The meta object literal for the 'Start' reference feature.

EMF generated code

PRINTED_EXPRESSION

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

See Also:
PrintedExpressionImpl, ProcessedRichStringPackageImpl.getPrintedExpression()
EMF generated code

PRINTED_EXPRESSION__EXPRESSION

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

EMF generated code

IF_CONDITION_START

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

See Also:
IfConditionStartImpl, ProcessedRichStringPackageImpl.getIfConditionStart()
EMF generated code

IF_CONDITION_START__RICH_STRING_IF

static final org.eclipse.emf.ecore.EReference IF_CONDITION_START__RICH_STRING_IF
The meta object literal for the 'Rich String If' reference feature.

EMF generated code

IF_CONDITION_START__ELSE_START

static final org.eclipse.emf.ecore.EReference IF_CONDITION_START__ELSE_START
The meta object literal for the 'Else Start' reference feature.

EMF generated code

IF_CONDITION_START__ELSE_IF_CONDITIONS

static final org.eclipse.emf.ecore.EReference IF_CONDITION_START__ELSE_IF_CONDITIONS
The meta object literal for the 'Else If Conditions' reference list feature.

EMF generated code

IF_CONDITION_START__END_IF

static final org.eclipse.emf.ecore.EReference IF_CONDITION_START__END_IF
The meta object literal for the 'End If' reference feature.

EMF generated code

ELSE_IF_CONDITION

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

See Also:
ElseIfConditionImpl, ProcessedRichStringPackageImpl.getElseIfCondition()
EMF generated code

ELSE_IF_CONDITION__RICH_STRING_ELSE_IF

static final org.eclipse.emf.ecore.EReference ELSE_IF_CONDITION__RICH_STRING_ELSE_IF
The meta object literal for the 'Rich String Else If' reference feature.

EMF generated code

ELSE_IF_CONDITION__IF_CONDITION_START

static final org.eclipse.emf.ecore.EReference ELSE_IF_CONDITION__IF_CONDITION_START
The meta object literal for the 'If Condition Start' reference feature.

EMF generated code

ELSE_START

static final org.eclipse.emf.ecore.EClass ELSE_START
The meta object literal for the 'Else Start' class.

See Also:
ElseStartImpl, ProcessedRichStringPackageImpl.getElseStart()
EMF generated code

ELSE_START__IF_CONDITION_START

static final org.eclipse.emf.ecore.EReference ELSE_START__IF_CONDITION_START
The meta object literal for the 'If Condition Start' reference feature.

EMF generated code

END_IF

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

See Also:
EndIfImpl, ProcessedRichStringPackageImpl.getEndIf()
EMF generated code

END_IF__IF_CONDITION_START

static final org.eclipse.emf.ecore.EReference END_IF__IF_CONDITION_START
The meta object literal for the 'If Condition Start' reference feature.

EMF generated code