Interface StatementsPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
StatementsPackageImpl

public interface StatementsPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
Generated class or method.
EMF model class or method.
kind="package"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated class or method.
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated class or method.
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated class or method.
    • eINSTANCE

      static final StatementsPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • STATEMENT_CONTAINER

      static final int STATEMENT_CONTAINER
      The meta object id for the 'Statement Container' class.
      See Also:
      Generated class or method.
    • STATEMENT_CONTAINER__LAYOUT_INFORMATIONS

      static final int STATEMENT_CONTAINER__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • STATEMENT_CONTAINER__STATEMENT

      static final int STATEMENT_CONTAINER__STATEMENT
      The feature id for the 'Statement' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • STATEMENT_CONTAINER_FEATURE_COUNT

      static final int STATEMENT_CONTAINER_FEATURE_COUNT
      The number of structural features of the 'Statement Container' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • STATEMENT_LIST_CONTAINER

      static final int STATEMENT_LIST_CONTAINER
      The meta object id for the 'Statement List Container' class.
      See Also:
      Generated class or method.
    • STATEMENT_LIST_CONTAINER__LAYOUT_INFORMATIONS

      static final int STATEMENT_LIST_CONTAINER__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • STATEMENT_LIST_CONTAINER_FEATURE_COUNT

      static final int STATEMENT_LIST_CONTAINER_FEATURE_COUNT
      The number of structural features of the 'Statement List Container' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONDITIONAL

      static final int CONDITIONAL
      The meta object id for the 'Conditional' class.
      See Also:
      Generated class or method.
    • CONDITIONAL__LAYOUT_INFORMATIONS

      static final int CONDITIONAL__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONDITIONAL__CONDITION

      static final int CONDITIONAL__CONDITION
      The feature id for the 'Condition' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONDITIONAL_FEATURE_COUNT

      static final int CONDITIONAL_FEATURE_COUNT
      The number of structural features of the 'Conditional' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_LOOP_INITIALIZER

      static final int FOR_LOOP_INITIALIZER
      The meta object id for the 'For Loop Initializer' class.
      See Also:
      Generated class or method.
    • FOR_LOOP_INITIALIZER__LAYOUT_INFORMATIONS

      static final int FOR_LOOP_INITIALIZER__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_LOOP_INITIALIZER_FEATURE_COUNT

      static final int FOR_LOOP_INITIALIZER_FEATURE_COUNT
      The number of structural features of the 'For Loop Initializer' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • STATEMENT

      static final int STATEMENT
      The meta object id for the 'Statement' class.
      See Also:
      Generated class or method.
    • STATEMENT__LAYOUT_INFORMATIONS

      static final int STATEMENT__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • STATEMENT_FEATURE_COUNT

      static final int STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Statement' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SWITCH_CASE

      static final int SWITCH_CASE
      The meta object id for the 'Switch Case' class.
      See Also:
      Generated class or method.
    • SWITCH_CASE__LAYOUT_INFORMATIONS

      static final int SWITCH_CASE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SWITCH_CASE__STATEMENTS

      static final int SWITCH_CASE__STATEMENTS
      The feature id for the 'Statements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SWITCH_CASE_FEATURE_COUNT

      static final int SWITCH_CASE_FEATURE_COUNT
      The number of structural features of the 'Switch Case' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ASSERT

      static final int ASSERT
      The meta object id for the 'Assert' class.
      See Also:
      Generated class or method.
    • ASSERT__LAYOUT_INFORMATIONS

      static final int ASSERT__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ASSERT__CONDITION

      static final int ASSERT__CONDITION
      The feature id for the 'Condition' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ASSERT__ERROR_MESSAGE

      static final int ASSERT__ERROR_MESSAGE
      The feature id for the 'Error Message' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ASSERT_FEATURE_COUNT

      static final int ASSERT_FEATURE_COUNT
      The number of structural features of the 'Assert' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • JUMP

      static final int JUMP
      The meta object id for the 'Jump' class.
      See Also:
      Generated class or method.
    • JUMP__LAYOUT_INFORMATIONS

      static final int JUMP__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • JUMP__TARGET

      static final int JUMP__TARGET
      The feature id for the 'Target' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • JUMP_FEATURE_COUNT

      static final int JUMP_FEATURE_COUNT
      The number of structural features of the 'Jump' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • BREAK

      static final int BREAK
      The meta object id for the 'Break' class.
      See Also:
      Generated class or method.
    • BREAK__LAYOUT_INFORMATIONS

      static final int BREAK__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • BREAK__TARGET

      static final int BREAK__TARGET
      The feature id for the 'Target' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • BREAK_FEATURE_COUNT

      static final int BREAK_FEATURE_COUNT
      The number of structural features of the 'Break' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • BLOCK

      static final int BLOCK
      The meta object id for the 'Block' class.
      See Also:
      Generated class or method.
    • BLOCK__LAYOUT_INFORMATIONS

      static final int BLOCK__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • BLOCK__NAME

      static final int BLOCK__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • BLOCK__MODIFIERS

      static final int BLOCK__MODIFIERS
      The feature id for the 'Modifiers' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • BLOCK__STATEMENTS

      static final int BLOCK__STATEMENTS
      The feature id for the 'Statements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • BLOCK_FEATURE_COUNT

      static final int BLOCK_FEATURE_COUNT
      The number of structural features of the 'Block' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • CATCH_BLOCK

      static final int CATCH_BLOCK
      The meta object id for the 'Catch Block' class.
      See Also:
      Generated class or method.
    • CATCH_BLOCK__LAYOUT_INFORMATIONS

      static final int CATCH_BLOCK__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CATCH_BLOCK__BLOCK

      static final int CATCH_BLOCK__BLOCK
      The feature id for the 'Block' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CATCH_BLOCK__PARAMETER

      static final int CATCH_BLOCK__PARAMETER
      The feature id for the 'Parameter' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CATCH_BLOCK_FEATURE_COUNT

      static final int CATCH_BLOCK_FEATURE_COUNT
      The number of structural features of the 'Catch Block' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONDITION

      static final int CONDITION
      The meta object id for the 'Condition' class.
      See Also:
      Generated class or method.
    • CONDITION__LAYOUT_INFORMATIONS

      static final int CONDITION__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONDITION__STATEMENT

      static final int CONDITION__STATEMENT
      The feature id for the 'Statement' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONDITION__CONDITION

      static final int CONDITION__CONDITION
      The feature id for the 'Condition' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONDITION__ELSE_STATEMENT

      static final int CONDITION__ELSE_STATEMENT
      The feature id for the 'Else Statement' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONDITION_FEATURE_COUNT

      static final int CONDITION_FEATURE_COUNT
      The number of structural features of the 'Condition' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONTINUE

      static final int CONTINUE
      The meta object id for the 'Continue' class.
      See Also:
      Generated class or method.
    • CONTINUE__LAYOUT_INFORMATIONS

      static final int CONTINUE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONTINUE__TARGET

      static final int CONTINUE__TARGET
      The feature id for the 'Target' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONTINUE_FEATURE_COUNT

      static final int CONTINUE_FEATURE_COUNT
      The number of structural features of the 'Continue' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • DEFAULT_SWITCH_CASE

      static final int DEFAULT_SWITCH_CASE
      The meta object id for the 'Default Switch Case' class.
      See Also:
      Generated class or method.
    • DEFAULT_SWITCH_CASE__LAYOUT_INFORMATIONS

      static final int DEFAULT_SWITCH_CASE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • DEFAULT_SWITCH_CASE__STATEMENTS

      static final int DEFAULT_SWITCH_CASE__STATEMENTS
      The feature id for the 'Statements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • DEFAULT_SWITCH_CASE_FEATURE_COUNT

      static final int DEFAULT_SWITCH_CASE_FEATURE_COUNT
      The number of structural features of the 'Default Switch Case' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • WHILE_LOOP

      static final int WHILE_LOOP
      The meta object id for the 'While Loop' class.
      See Also:
      Generated class or method.
    • WHILE_LOOP__LAYOUT_INFORMATIONS

      static final int WHILE_LOOP__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • WHILE_LOOP__STATEMENT

      static final int WHILE_LOOP__STATEMENT
      The feature id for the 'Statement' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • WHILE_LOOP__CONDITION

      static final int WHILE_LOOP__CONDITION
      The feature id for the 'Condition' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • WHILE_LOOP_FEATURE_COUNT

      static final int WHILE_LOOP_FEATURE_COUNT
      The number of structural features of the 'While Loop' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • DO_WHILE_LOOP

      static final int DO_WHILE_LOOP
      The meta object id for the 'Do While Loop' class.
      See Also:
      Generated class or method.
    • DO_WHILE_LOOP__LAYOUT_INFORMATIONS

      static final int DO_WHILE_LOOP__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • DO_WHILE_LOOP__STATEMENT

      static final int DO_WHILE_LOOP__STATEMENT
      The feature id for the 'Statement' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • DO_WHILE_LOOP__CONDITION

      static final int DO_WHILE_LOOP__CONDITION
      The feature id for the 'Condition' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • DO_WHILE_LOOP_FEATURE_COUNT

      static final int DO_WHILE_LOOP_FEATURE_COUNT
      The number of structural features of the 'Do While Loop' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • EMPTY_STATEMENT

      static final int EMPTY_STATEMENT
      The meta object id for the 'Empty Statement' class.
      See Also:
      Generated class or method.
    • EMPTY_STATEMENT__LAYOUT_INFORMATIONS

      static final int EMPTY_STATEMENT__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • EMPTY_STATEMENT_FEATURE_COUNT

      static final int EMPTY_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Empty Statement' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • EXPRESSION_STATEMENT

      static final int EXPRESSION_STATEMENT
      The meta object id for the 'Expression Statement' class.
      See Also:
      Generated class or method.
    • EXPRESSION_STATEMENT__LAYOUT_INFORMATIONS

      static final int EXPRESSION_STATEMENT__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • EXPRESSION_STATEMENT__EXPRESSION

      static final int EXPRESSION_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • EXPRESSION_STATEMENT_FEATURE_COUNT

      static final int EXPRESSION_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Expression Statement' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_LOOP

      static final int FOR_LOOP
      The meta object id for the 'For Loop' class.
      See Also:
      Generated class or method.
    • FOR_LOOP__LAYOUT_INFORMATIONS

      static final int FOR_LOOP__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_LOOP__STATEMENT

      static final int FOR_LOOP__STATEMENT
      The feature id for the 'Statement' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_LOOP__CONDITION

      static final int FOR_LOOP__CONDITION
      The feature id for the 'Condition' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_LOOP__INIT

      static final int FOR_LOOP__INIT
      The feature id for the 'Init' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_LOOP__UPDATES

      static final int FOR_LOOP__UPDATES
      The feature id for the 'Updates' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_LOOP_FEATURE_COUNT

      static final int FOR_LOOP_FEATURE_COUNT
      The number of structural features of the 'For Loop' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_EACH_LOOP

      static final int FOR_EACH_LOOP
      The meta object id for the 'For Each Loop' class.
      See Also:
      Generated class or method.
    • FOR_EACH_LOOP__LAYOUT_INFORMATIONS

      static final int FOR_EACH_LOOP__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_EACH_LOOP__STATEMENT

      static final int FOR_EACH_LOOP__STATEMENT
      The feature id for the 'Statement' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_EACH_LOOP__NEXT

      static final int FOR_EACH_LOOP__NEXT
      The feature id for the 'Next' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_EACH_LOOP__COLLECTION

      static final int FOR_EACH_LOOP__COLLECTION
      The feature id for the 'Collection' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • FOR_EACH_LOOP_FEATURE_COUNT

      static final int FOR_EACH_LOOP_FEATURE_COUNT
      The number of structural features of the 'For Each Loop' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • JUMP_LABEL

      static final int JUMP_LABEL
      The meta object id for the 'Jump Label' class.
      See Also:
      Generated class or method.
    • JUMP_LABEL__LAYOUT_INFORMATIONS

      static final int JUMP_LABEL__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • JUMP_LABEL__STATEMENT

      static final int JUMP_LABEL__STATEMENT
      The feature id for the 'Statement' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • JUMP_LABEL__NAME

      static final int JUMP_LABEL__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • JUMP_LABEL_FEATURE_COUNT

      static final int JUMP_LABEL_FEATURE_COUNT
      The number of structural features of the 'Jump Label' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE_STATEMENT

      static final int LOCAL_VARIABLE_STATEMENT
      The meta object id for the 'Local Variable Statement' class.
      See Also:
      Generated class or method.
    • LOCAL_VARIABLE_STATEMENT__LAYOUT_INFORMATIONS

      static final int LOCAL_VARIABLE_STATEMENT__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE_STATEMENT__VARIABLE

      static final int LOCAL_VARIABLE_STATEMENT__VARIABLE
      The feature id for the 'Variable' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE_STATEMENT_FEATURE_COUNT

      static final int LOCAL_VARIABLE_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Local Variable Statement' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • NORMAL_SWITCH_CASE

      static final int NORMAL_SWITCH_CASE
      The meta object id for the 'Normal Switch Case' class.
      See Also:
      Generated class or method.
    • NORMAL_SWITCH_CASE__LAYOUT_INFORMATIONS

      static final int NORMAL_SWITCH_CASE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • NORMAL_SWITCH_CASE__STATEMENTS

      static final int NORMAL_SWITCH_CASE__STATEMENTS
      The feature id for the 'Statements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • NORMAL_SWITCH_CASE__CONDITION

      static final int NORMAL_SWITCH_CASE__CONDITION
      The feature id for the 'Condition' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • NORMAL_SWITCH_CASE__ADDITIONAL_CONDITIONS

      static final int NORMAL_SWITCH_CASE__ADDITIONAL_CONDITIONS
      The feature id for the 'Additional Conditions' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • NORMAL_SWITCH_CASE_FEATURE_COUNT

      static final int NORMAL_SWITCH_CASE_FEATURE_COUNT
      The number of structural features of the 'Normal Switch Case' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • RETURN

      static final int RETURN
      The meta object id for the 'Return' class.
      See Also:
      Generated class or method.
    • RETURN__LAYOUT_INFORMATIONS

      static final int RETURN__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • RETURN__RETURN_VALUE

      static final int RETURN__RETURN_VALUE
      The feature id for the 'Return Value' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • RETURN_FEATURE_COUNT

      static final int RETURN_FEATURE_COUNT
      The number of structural features of the 'Return' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SWITCH

      static final int SWITCH
      The meta object id for the 'Switch' class.
      See Also:
      Generated class or method.
    • SWITCH__LAYOUT_INFORMATIONS

      static final int SWITCH__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SWITCH__CASES

      static final int SWITCH__CASES
      The feature id for the 'Cases' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SWITCH__VARIABLE

      static final int SWITCH__VARIABLE
      The feature id for the 'Variable' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SWITCH_FEATURE_COUNT

      static final int SWITCH_FEATURE_COUNT
      The number of structural features of the 'Switch' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYNCHRONIZED_BLOCK

      static final int SYNCHRONIZED_BLOCK
      The meta object id for the 'Synchronized Block' class.
      See Also:
      Generated class or method.
    • SYNCHRONIZED_BLOCK__LAYOUT_INFORMATIONS

      static final int SYNCHRONIZED_BLOCK__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYNCHRONIZED_BLOCK__BLOCK

      static final int SYNCHRONIZED_BLOCK__BLOCK
      The feature id for the 'Block' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYNCHRONIZED_BLOCK__LOCK_PROVIDER

      static final int SYNCHRONIZED_BLOCK__LOCK_PROVIDER
      The feature id for the 'Lock Provider' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYNCHRONIZED_BLOCK_FEATURE_COUNT

      static final int SYNCHRONIZED_BLOCK_FEATURE_COUNT
      The number of structural features of the 'Synchronized Block' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • THROW

      static final int THROW
      The meta object id for the 'Throw' class.
      See Also:
      Generated class or method.
    • THROW__LAYOUT_INFORMATIONS

      static final int THROW__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • THROW__THROWABLE

      static final int THROW__THROWABLE
      The feature id for the 'Throwable' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • THROW_FEATURE_COUNT

      static final int THROW_FEATURE_COUNT
      The number of structural features of the 'Throw' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • TRY_BLOCK

      static final int TRY_BLOCK
      The meta object id for the 'Try Block' class.
      See Also:
      Generated class or method.
    • TRY_BLOCK__LAYOUT_INFORMATIONS

      static final int TRY_BLOCK__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • TRY_BLOCK__BLOCK

      static final int TRY_BLOCK__BLOCK
      The feature id for the 'Block' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • TRY_BLOCK__RESOURCES

      static final int TRY_BLOCK__RESOURCES
      The feature id for the 'Resources' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • TRY_BLOCK__CATCH_BLOCKS

      static final int TRY_BLOCK__CATCH_BLOCKS
      The feature id for the 'Catch Blocks' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • TRY_BLOCK__FINALLY_BLOCK

      static final int TRY_BLOCK__FINALLY_BLOCK
      The feature id for the 'Finally Block' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • TRY_BLOCK_FEATURE_COUNT

      static final int TRY_BLOCK_FEATURE_COUNT
      The number of structural features of the 'Try Block' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • BLOCK_CONTAINER

      static final int BLOCK_CONTAINER
      The meta object id for the 'Block Container' class.
      See Also:
      Generated class or method.
    • BLOCK_CONTAINER__LAYOUT_INFORMATIONS

      static final int BLOCK_CONTAINER__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • BLOCK_CONTAINER__BLOCK

      static final int BLOCK_CONTAINER__BLOCK
      The feature id for the 'Block' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • BLOCK_CONTAINER_FEATURE_COUNT

      static final int BLOCK_CONTAINER_FEATURE_COUNT
      The number of structural features of the 'Block Container' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • YIELD_STATEMENT

      static final int YIELD_STATEMENT
      The meta object id for the 'Yield Statement' class.
      See Also:
      Generated class or method.
    • YIELD_STATEMENT__LAYOUT_INFORMATIONS

      static final int YIELD_STATEMENT__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • YIELD_STATEMENT__YIELD_EXPRESSION

      static final int YIELD_STATEMENT__YIELD_EXPRESSION
      The feature id for the 'Yield Expression' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • YIELD_STATEMENT_FEATURE_COUNT

      static final int YIELD_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Yield Statement' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SWITCH_RULE

      static final int SWITCH_RULE
      The meta object id for the 'Switch Rule' class.
      See Also:
      Generated class or method.
    • SWITCH_RULE__LAYOUT_INFORMATIONS

      static final int SWITCH_RULE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SWITCH_RULE__STATEMENTS

      static final int SWITCH_RULE__STATEMENTS
      The feature id for the 'Statements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SWITCH_RULE_FEATURE_COUNT

      static final int SWITCH_RULE_FEATURE_COUNT
      The number of structural features of the 'Switch Rule' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • DEFAULT_SWITCH_RULE

      static final int DEFAULT_SWITCH_RULE
      The meta object id for the 'Default Switch Rule' class.
      See Also:
      Generated class or method.
    • DEFAULT_SWITCH_RULE__LAYOUT_INFORMATIONS

      static final int DEFAULT_SWITCH_RULE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • DEFAULT_SWITCH_RULE__STATEMENTS

      static final int DEFAULT_SWITCH_RULE__STATEMENTS
      The feature id for the 'Statements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • DEFAULT_SWITCH_RULE_FEATURE_COUNT

      static final int DEFAULT_SWITCH_RULE_FEATURE_COUNT
      The number of structural features of the 'Default Switch Rule' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • NORMAL_SWITCH_RULE

      static final int NORMAL_SWITCH_RULE
      The meta object id for the 'Normal Switch Rule' class.
      See Also:
      Generated class or method.
    • NORMAL_SWITCH_RULE__LAYOUT_INFORMATIONS

      static final int NORMAL_SWITCH_RULE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • NORMAL_SWITCH_RULE__CONDITION

      static final int NORMAL_SWITCH_RULE__CONDITION
      The feature id for the 'Condition' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • NORMAL_SWITCH_RULE__STATEMENTS

      static final int NORMAL_SWITCH_RULE__STATEMENTS
      The feature id for the 'Statements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • NORMAL_SWITCH_RULE__ADDITIONAL_CONDITIONS

      static final int NORMAL_SWITCH_RULE__ADDITIONAL_CONDITIONS
      The feature id for the 'Additional Conditions' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • NORMAL_SWITCH_RULE_FEATURE_COUNT

      static final int NORMAL_SWITCH_RULE_FEATURE_COUNT
      The number of structural features of the 'Normal Switch Rule' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details

    • getStatementContainer

      EClass getStatementContainer()
      Returns the meta object for class 'Statement Container'.
      Returns:
      the meta object for class 'Statement Container'.
      See Also:
      Generated class or method.
    • getStatementContainer_Statement

      EReference getStatementContainer_Statement()
      Returns the meta object for the containment reference 'Statement'.
      Returns:
      the meta object for the containment reference 'Statement'.
      See Also:
      Generated class or method.
    • getStatementListContainer

      EClass getStatementListContainer()
      Returns the meta object for class 'Statement List Container'.
      Returns:
      the meta object for class 'Statement List Container'.
      See Also:
      Generated class or method.
    • getConditional

      EClass getConditional()
      Returns the meta object for class 'Conditional'.
      Returns:
      the meta object for class 'Conditional'.
      See Also:
      Generated class or method.
    • getConditional_Condition

      EReference getConditional_Condition()
      Returns the meta object for the containment reference 'Condition'.
      Returns:
      the meta object for the containment reference 'Condition'.
      See Also:
      Generated class or method.
    • getForLoopInitializer

      EClass getForLoopInitializer()
      Returns the meta object for class 'For Loop Initializer'.
      Returns:
      the meta object for class 'For Loop Initializer'.
      See Also:
      Generated class or method.
    • getStatement

      EClass getStatement()
      Returns the meta object for class 'Statement'.
      Returns:
      the meta object for class 'Statement'.
      See Also:
      Generated class or method.
    • getSwitchCase

      EClass getSwitchCase()
      Returns the meta object for class 'Switch Case'.
      Returns:
      the meta object for class 'Switch Case'.
      See Also:
      Generated class or method.
    • getSwitchCase_Statements

      EReference getSwitchCase_Statements()
      Returns the meta object for the containment reference list 'Statements'.
      Returns:
      the meta object for the containment reference list 'Statements'.
      See Also:
      Generated class or method.
    • getAssert

      EClass getAssert()
      Returns the meta object for class 'Assert'.
      Returns:
      the meta object for class 'Assert'.
      See Also:
      Generated class or method.
    • getAssert_ErrorMessage

      EReference getAssert_ErrorMessage()
      Returns the meta object for the containment reference 'Error Message'.
      Returns:
      the meta object for the containment reference 'Error Message'.
      See Also:
      Generated class or method.
    • getBreak

      EClass getBreak()
      Returns the meta object for class 'Break'.
      Returns:
      the meta object for class 'Break'.
      See Also:
      Generated class or method.
    • getBlock

      EClass getBlock()
      Returns the meta object for class 'Block'.
      Returns:
      the meta object for class 'Block'.
      See Also:
      Generated class or method.
    • getBlock_Statements

      EReference getBlock_Statements()
      Returns the meta object for the containment reference list 'Statements'.
      Returns:
      the meta object for the containment reference list 'Statements'.
      See Also:
      Generated class or method.
    • getCatchBlock

      EClass getCatchBlock()
      Returns the meta object for class 'Catch Block'.
      Returns:
      the meta object for class 'Catch Block'.
      See Also:
      Generated class or method.
    • getCatchBlock_Parameter

      EReference getCatchBlock_Parameter()
      Returns the meta object for the containment reference 'Parameter'.
      Returns:
      the meta object for the containment reference 'Parameter'.
      See Also:
      Generated class or method.
    • getCondition

      EClass getCondition()
      Returns the meta object for class 'Condition'.
      Returns:
      the meta object for class 'Condition'.
      See Also:
      Generated class or method.
    • getCondition_ElseStatement

      EReference getCondition_ElseStatement()
      Returns the meta object for the containment reference 'Else Statement'.
      Returns:
      the meta object for the containment reference 'Else Statement'.
      See Also:
      Generated class or method.
    • getContinue

      EClass getContinue()
      Returns the meta object for class 'Continue'.
      Returns:
      the meta object for class 'Continue'.
      See Also:
      Generated class or method.
    • getDefaultSwitchCase

      EClass getDefaultSwitchCase()
      Returns the meta object for class 'Default Switch Case'.
      Returns:
      the meta object for class 'Default Switch Case'.
      See Also:
      Generated class or method.
    • getDoWhileLoop

      EClass getDoWhileLoop()
      Returns the meta object for class 'Do While Loop'.
      Returns:
      the meta object for class 'Do While Loop'.
      See Also:
      Generated class or method.
    • getEmptyStatement

      EClass getEmptyStatement()
      Returns the meta object for class 'Empty Statement'.
      Returns:
      the meta object for class 'Empty Statement'.
      See Also:
      Generated class or method.
    • getExpressionStatement

      EClass getExpressionStatement()
      Returns the meta object for class 'Expression Statement'.
      Returns:
      the meta object for class 'Expression Statement'.
      See Also:
      Generated class or method.
    • getExpressionStatement_Expression

      EReference getExpressionStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      Generated class or method.
    • getForLoop

      EClass getForLoop()
      Returns the meta object for class 'For Loop'.
      Returns:
      the meta object for class 'For Loop'.
      See Also:
      Generated class or method.
    • getForLoop_Init

      EReference getForLoop_Init()
      Returns the meta object for the containment reference 'Init'.
      Returns:
      the meta object for the containment reference 'Init'.
      See Also:
      Generated class or method.
    • getForLoop_Updates

      EReference getForLoop_Updates()
      Returns the meta object for the containment reference list 'Updates'.
      Returns:
      the meta object for the containment reference list 'Updates'.
      See Also:
      Generated class or method.
    • getForEachLoop

      EClass getForEachLoop()
      Returns the meta object for class 'For Each Loop'.
      Returns:
      the meta object for class 'For Each Loop'.
      See Also:
      Generated class or method.
    • getForEachLoop_Next

      EReference getForEachLoop_Next()
      Returns the meta object for the containment reference 'Next'.
      Returns:
      the meta object for the containment reference 'Next'.
      See Also:
      Generated class or method.
    • getForEachLoop_Collection

      EReference getForEachLoop_Collection()
      Returns the meta object for the containment reference 'Collection'.
      Returns:
      the meta object for the containment reference 'Collection'.
      See Also:
      Generated class or method.
    • getJump

      EClass getJump()
      Returns the meta object for class 'Jump'.
      Returns:
      the meta object for class 'Jump'.
      See Also:
      Generated class or method.
    • getJump_Target

      EReference getJump_Target()
      Returns the meta object for the reference 'Target'.
      Returns:
      the meta object for the reference 'Target'.
      See Also:
      Generated class or method.
    • getJumpLabel

      EClass getJumpLabel()
      Returns the meta object for class 'Jump Label'.
      Returns:
      the meta object for class 'Jump Label'.
      See Also:
      Generated class or method.
    • getLocalVariableStatement

      EClass getLocalVariableStatement()
      Returns the meta object for class 'Local Variable Statement'.
      Returns:
      the meta object for class 'Local Variable Statement'.
      See Also:
      Generated class or method.
    • getLocalVariableStatement_Variable

      EReference getLocalVariableStatement_Variable()
      Returns the meta object for the containment reference 'Variable'.
      Returns:
      the meta object for the containment reference 'Variable'.
      See Also:
      Generated class or method.
    • getNormalSwitchCase

      EClass getNormalSwitchCase()
      Returns the meta object for class 'Normal Switch Case'.
      Returns:
      the meta object for class 'Normal Switch Case'.
      See Also:
      Generated class or method.
    • getNormalSwitchCase_AdditionalConditions

      EReference getNormalSwitchCase_AdditionalConditions()
      Returns the meta object for the containment reference list 'Additional Conditions'.
      Returns:
      the meta object for the containment reference list 'Additional Conditions'.
      See Also:
      Generated class or method.
    • getReturn

      EClass getReturn()
      Returns the meta object for class 'Return'.
      Returns:
      the meta object for class 'Return'.
      See Also:
      Generated class or method.
    • getReturn_ReturnValue

      EReference getReturn_ReturnValue()
      Returns the meta object for the containment reference 'Return Value'.
      Returns:
      the meta object for the containment reference 'Return Value'.
      See Also:
      Generated class or method.
    • getSwitch

      EClass getSwitch()
      Returns the meta object for class 'Switch'.
      Returns:
      the meta object for class 'Switch'.
      See Also:
      Generated class or method.
    • getSwitch_Cases

      EReference getSwitch_Cases()
      Returns the meta object for the containment reference list 'Cases'.
      Returns:
      the meta object for the containment reference list 'Cases'.
      See Also:
      Generated class or method.
    • getSwitch_Variable

      EReference getSwitch_Variable()
      Returns the meta object for the containment reference 'Variable'.
      Returns:
      the meta object for the containment reference 'Variable'.
      See Also:
      Generated class or method.
    • getSynchronizedBlock

      EClass getSynchronizedBlock()
      Returns the meta object for class 'Synchronized Block'.
      Returns:
      the meta object for class 'Synchronized Block'.
      See Also:
      Generated class or method.
    • getSynchronizedBlock_LockProvider

      EReference getSynchronizedBlock_LockProvider()
      Returns the meta object for the containment reference 'Lock Provider'.
      Returns:
      the meta object for the containment reference 'Lock Provider'.
      See Also:
      Generated class or method.
    • getThrow

      EClass getThrow()
      Returns the meta object for class 'Throw'.
      Returns:
      the meta object for class 'Throw'.
      See Also:
      Generated class or method.
    • getThrow_Throwable

      EReference getThrow_Throwable()
      Returns the meta object for the containment reference 'Throwable'.
      Returns:
      the meta object for the containment reference 'Throwable'.
      See Also:
      Generated class or method.
    • getTryBlock

      EClass getTryBlock()
      Returns the meta object for class 'Try Block'.
      Returns:
      the meta object for class 'Try Block'.
      See Also:
      Generated class or method.
    • getTryBlock_Resources

      EReference getTryBlock_Resources()
      Returns the meta object for the containment reference list 'Resources'.
      Returns:
      the meta object for the containment reference list 'Resources'.
      See Also:
      Generated class or method.
    • getTryBlock_CatchBlocks

      EReference getTryBlock_CatchBlocks()
      Returns the meta object for the containment reference list 'Catch Blocks'.
      Returns:
      the meta object for the containment reference list 'Catch Blocks'.
      See Also:
      Generated class or method.
    • getTryBlock_FinallyBlock

      EReference getTryBlock_FinallyBlock()
      Returns the meta object for the containment reference 'Finally Block'.
      Returns:
      the meta object for the containment reference 'Finally Block'.
      See Also:
      Generated class or method.
    • getWhileLoop

      EClass getWhileLoop()
      Returns the meta object for class 'While Loop'.
      Returns:
      the meta object for class 'While Loop'.
      See Also:
      Generated class or method.
    • getBlockContainer

      EClass getBlockContainer()
      Returns the meta object for class 'Block Container'.
      Returns:
      the meta object for class 'Block Container'.
      See Also:
      Generated class or method.
    • getBlockContainer_Block

      EReference getBlockContainer_Block()
      Returns the meta object for the containment reference 'Block'.
      Returns:
      the meta object for the containment reference 'Block'.
      See Also:
      Generated class or method.
    • getYieldStatement

      EClass getYieldStatement()
      Returns the meta object for class 'Yield Statement'.
      Returns:
      the meta object for class 'Yield Statement'.
      See Also:
      Generated class or method.
    • getYieldStatement_YieldExpression

      EReference getYieldStatement_YieldExpression()
      Returns the meta object for the containment reference 'Yield Expression'.
      Returns:
      the meta object for the containment reference 'Yield Expression'.
      See Also:
      Generated class or method.
    • getSwitchRule

      EClass getSwitchRule()
      Returns the meta object for class 'Switch Rule'.
      Returns:
      the meta object for class 'Switch Rule'.
      See Also:
      Generated class or method.
    • getDefaultSwitchRule

      EClass getDefaultSwitchRule()
      Returns the meta object for class 'Default Switch Rule'.
      Returns:
      the meta object for class 'Default Switch Rule'.
      See Also:
      Generated class or method.
    • getNormalSwitchRule

      EClass getNormalSwitchRule()
      Returns the meta object for class 'Normal Switch Rule'.
      Returns:
      the meta object for class 'Normal Switch Rule'.
      See Also:
      Generated class or method.
    • getNormalSwitchRule_AdditionalConditions

      EReference getNormalSwitchRule_AdditionalConditions()
      Returns the meta object for the containment reference list 'Additional Conditions'.
      Returns:
      the meta object for the containment reference list 'Additional Conditions'.
      See Also:
      Generated class or method.
    • getStatementsFactory

      StatementsFactory getStatementsFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.