public static interface StPackage.Literals
Modifier and Type | Field and Description |
---|---|
static EClass |
CASE
The meta object literal for the '
Case ' class. |
static EReference |
CASE__CONTAINS_CASE_ELEMENT
The meta object literal for the 'Contains Case Element' containment reference list feature.
|
static EReference |
CASE__HAS_CASE_EXPRESSION
The meta object literal for the 'Has Case Expression' reference feature.
|
static EReference |
CASE__HAS_DEFAULT_PART
The meta object literal for the 'Has Default Part' reference feature.
|
static EClass |
CASE_ELEMENT
The meta object literal for the '
Case Element ' class. |
static EReference |
CASE_ELEMENT__HAS_CASE_ELEMENT_MATCHES_PART
The meta object literal for the 'Has Case Element Matches Part' reference feature.
|
static EReference |
CASE_ELEMENT__HAS_CASE_VALUE
The meta object literal for the 'Has Case Value' containment reference list feature.
|
static EClass |
EXIT
The meta object literal for the '
Exit ' class. |
static EClass |
FOR
The meta object literal for the '
For ' class. |
static EReference |
FOR__HAS_CONTROL_VARIABLE_ASSIGNMENT
The meta object literal for the 'Has Control Variable Assignment' reference feature.
|
static EReference |
FOR__HAS_STEP_EXPRESSION
The meta object literal for the 'Has Step Expression' reference feature.
|
static EReference |
FOR__HAS_TO_EXPRESSION
The meta object literal for the 'Has To Expression' reference feature.
|
static EClass |
IF
The meta object literal for the '
If ' class. |
static EReference |
IF__HAS_ELSE
The meta object literal for the 'Has Else' reference feature.
|
static EReference |
IF__HAS_ELSE_IF
The meta object literal for the 'Has Else If' reference feature.
|
static EReference |
IF__HAS_IF_CONDITION
The meta object literal for the 'Has If Condition' reference feature.
|
static EReference |
IF__HAS_THEN
The meta object literal for the 'Has Then' reference feature.
|
static EClass |
ITERATION
The meta object literal for the '
Iteration ' class. |
static EClass |
NIL_VALUE
The meta object literal for the '
Nil Value ' class. |
static EClass |
REPEAT
The meta object literal for the '
Repeat ' class. |
static EClass |
RETURN
The meta object literal for the '
Return ' class. |
static EClass |
SIMPLE_ITERATION
The meta object literal for the '
Simple Iteration ' class. |
static EReference |
SIMPLE_ITERATION__HAS_ITERATION_CONDITION
The meta object literal for the 'Has Iteration Condition' reference feature.
|
static EClass |
STATEMENT
The meta object literal for the '
Statement ' class. |
static EClass |
STATEMENT_LIST
The meta object literal for the '
Statement List ' class. |
static EReference |
STATEMENT_LIST__CONTAINS_STATEMENT
The meta object literal for the 'Contains Statement' containment reference list feature.
|
static EClass |
WHILE
The meta object literal for the '
While ' class. |
static final EClass CASE
Case
' class.
CaseImpl
,
StPackageImpl.getCase()
static final EReference CASE__HAS_CASE_EXPRESSION
static final EReference CASE__CONTAINS_CASE_ELEMENT
static final EReference CASE__HAS_DEFAULT_PART
static final EClass CASE_ELEMENT
Case Element
' class.
CaseElementImpl
,
StPackageImpl.getCaseElement()
static final EReference CASE_ELEMENT__HAS_CASE_ELEMENT_MATCHES_PART
static final EReference CASE_ELEMENT__HAS_CASE_VALUE
static final EClass EXIT
Exit
' class.
ExitImpl
,
StPackageImpl.getExit()
static final EClass FOR
For
' class.
ForImpl
,
StPackageImpl.getFor()
static final EReference FOR__HAS_TO_EXPRESSION
static final EReference FOR__HAS_STEP_EXPRESSION
static final EReference FOR__HAS_CONTROL_VARIABLE_ASSIGNMENT
static final EClass IF
If
' class.
IfImpl
,
StPackageImpl.getIf()
static final EReference IF__HAS_IF_CONDITION
static final EReference IF__HAS_ELSE_IF
static final EReference IF__HAS_ELSE
static final EReference IF__HAS_THEN
static final EClass ITERATION
Iteration
' class.
IterationImpl
,
StPackageImpl.getIteration()
static final EClass NIL_VALUE
Nil Value
' class.
NilValueImpl
,
StPackageImpl.getNilValue()
static final EClass REPEAT
Repeat
' class.
RepeatImpl
,
StPackageImpl.getRepeat()
static final EClass RETURN
Return
' class.
ReturnImpl
,
StPackageImpl.getReturn()
static final EClass SIMPLE_ITERATION
Simple Iteration
' class.
SimpleIterationImpl
,
StPackageImpl.getSimpleIteration()
static final EReference SIMPLE_ITERATION__HAS_ITERATION_CONDITION
static final EClass STATEMENT
Statement
' class.
StatementImpl
,
StPackageImpl.getStatement()
static final EClass STATEMENT_LIST
Statement List
' class.
StatementListImpl
,
StPackageImpl.getStatementList()
static final EReference STATEMENT_LIST__CONTAINS_STATEMENT
static final EClass WHILE
While
' class.
WhileImpl
,
StPackageImpl.getWhile()