|
Lines 7-12
Link Here
|
| 7 |
* http://www.eclipse.org/legal/epl-v10.html |
7 |
* http://www.eclipse.org/legal/epl-v10.html |
| 8 |
* |
8 |
* |
| 9 |
* Contributors: |
9 |
* Contributors: |
|
|
10 |
* |
| 10 |
* Sébastien Minguet (Mia-Software) - initial API and implementation |
11 |
* Sébastien Minguet (Mia-Software) - initial API and implementation |
| 11 |
* Frédéric Madiot (Mia-Software) - initial API and implementation |
12 |
* Frédéric Madiot (Mia-Software) - initial API and implementation |
| 12 |
* Fabien Giquel (Mia-Software) - initial API and implementation |
13 |
* Fabien Giquel (Mia-Software) - initial API and implementation |
|
Lines 47-53
Link Here
|
| 47 |
* <!-- end-user-doc --> |
48 |
* <!-- end-user-doc --> |
| 48 |
* @generated |
49 |
* @generated |
| 49 |
*/ |
50 |
*/ |
| 50 |
String eNAME = "java"; |
51 |
String eNAME = "java"; //$NON-NLS-1$ |
| 51 |
|
52 |
|
| 52 |
/** |
53 |
/** |
| 53 |
* The package namespace URI. |
54 |
* The package namespace URI. |
|
Lines 55-61
Link Here
|
| 55 |
* <!-- end-user-doc --> |
56 |
* <!-- end-user-doc --> |
| 56 |
* @generated |
57 |
* @generated |
| 57 |
*/ |
58 |
*/ |
| 58 |
String eNS_URI = "http://www.eclipse.org/MoDisco/Java"; |
59 |
String eNS_URI = "http://www.eclipse.org/MoDisco/Java/0.2.incubation/java"; //$NON-NLS-1$ |
| 59 |
|
60 |
|
| 60 |
/** |
61 |
/** |
| 61 |
* The package namespace name. |
62 |
* The package namespace name. |
|
Lines 63-69
Link Here
|
| 63 |
* <!-- end-user-doc --> |
64 |
* <!-- end-user-doc --> |
| 64 |
* @generated |
65 |
* @generated |
| 65 |
*/ |
66 |
*/ |
| 66 |
String eNS_PREFIX = "java"; |
67 |
String eNS_PREFIX = "java"; //$NON-NLS-1$ |
| 67 |
|
68 |
|
| 68 |
/** |
69 |
/** |
| 69 |
* The singleton instance of the package. |
70 |
* The singleton instance of the package. |
|
Lines 81-87
Link Here
|
| 81 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getASTNode() |
82 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getASTNode() |
| 82 |
* @generated |
83 |
* @generated |
| 83 |
*/ |
84 |
*/ |
| 84 |
int AST_NODE = 7; |
85 |
int AST_NODE = 8; |
| 85 |
|
86 |
|
| 86 |
/** |
87 |
/** |
| 87 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
88 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 102-114
Link Here
|
| 102 |
int AST_NODE__ORIGINAL_COMPILATION_UNIT = 1; |
103 |
int AST_NODE__ORIGINAL_COMPILATION_UNIT = 1; |
| 103 |
|
104 |
|
| 104 |
/** |
105 |
/** |
|
|
106 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 107 |
* <!-- begin-user-doc --> |
| 108 |
* <!-- end-user-doc --> |
| 109 |
* @generated |
| 110 |
* @ordered |
| 111 |
*/ |
| 112 |
int AST_NODE__ORIGINAL_CLASS_FILE = 2; |
| 113 |
|
| 114 |
/** |
| 105 |
* The number of structural features of the '<em>AST Node</em>' class. |
115 |
* The number of structural features of the '<em>AST Node</em>' class. |
| 106 |
* <!-- begin-user-doc --> |
116 |
* <!-- begin-user-doc --> |
| 107 |
* <!-- end-user-doc --> |
117 |
* <!-- end-user-doc --> |
| 108 |
* @generated |
118 |
* @generated |
| 109 |
* @ordered |
119 |
* @ordered |
| 110 |
*/ |
120 |
*/ |
| 111 |
int AST_NODE_FEATURE_COUNT = 2; |
121 |
int AST_NODE_FEATURE_COUNT = 3; |
| 112 |
|
122 |
|
| 113 |
/** |
123 |
/** |
| 114 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.NamedElementImpl <em>Named Element</em>}' class. |
124 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.NamedElementImpl <em>Named Element</em>}' class. |
|
Lines 118-124
Link Here
|
| 118 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getNamedElement() |
128 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getNamedElement() |
| 119 |
* @generated |
129 |
* @generated |
| 120 |
*/ |
130 |
*/ |
| 121 |
int NAMED_ELEMENT = 60; |
131 |
int NAMED_ELEMENT = 65; |
| 122 |
|
132 |
|
| 123 |
/** |
133 |
/** |
| 124 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
134 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 139-144
Link Here
|
| 139 |
int NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
149 |
int NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 140 |
|
150 |
|
| 141 |
/** |
151 |
/** |
|
|
152 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 153 |
* <!-- begin-user-doc --> |
| 154 |
* <!-- end-user-doc --> |
| 155 |
* @generated |
| 156 |
* @ordered |
| 157 |
*/ |
| 158 |
int NAMED_ELEMENT__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 159 |
|
| 160 |
/** |
| 142 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
161 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 143 |
* <!-- begin-user-doc --> |
162 |
* <!-- begin-user-doc --> |
| 144 |
* <!-- end-user-doc --> |
163 |
* <!-- end-user-doc --> |
|
Lines 182-188
Link Here
|
| 182 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getBodyDeclaration() |
201 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getBodyDeclaration() |
| 183 |
* @generated |
202 |
* @generated |
| 184 |
*/ |
203 |
*/ |
| 185 |
int BODY_DECLARATION = 18; |
204 |
int BODY_DECLARATION = 19; |
| 186 |
|
205 |
|
| 187 |
/** |
206 |
/** |
| 188 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
207 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 203-208
Link Here
|
| 203 |
int BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
222 |
int BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
| 204 |
|
223 |
|
| 205 |
/** |
224 |
/** |
|
|
225 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 226 |
* <!-- begin-user-doc --> |
| 227 |
* <!-- end-user-doc --> |
| 228 |
* @generated |
| 229 |
* @ordered |
| 230 |
*/ |
| 231 |
int BODY_DECLARATION__ORIGINAL_CLASS_FILE = NAMED_ELEMENT__ORIGINAL_CLASS_FILE; |
| 232 |
|
| 233 |
/** |
| 206 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
234 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 207 |
* <!-- begin-user-doc --> |
235 |
* <!-- begin-user-doc --> |
| 208 |
* <!-- end-user-doc --> |
236 |
* <!-- end-user-doc --> |
|
Lines 303-308
Link Here
|
| 303 |
int ABSTRACT_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
331 |
int ABSTRACT_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 304 |
|
332 |
|
| 305 |
/** |
333 |
/** |
|
|
334 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 335 |
* <!-- begin-user-doc --> |
| 336 |
* <!-- end-user-doc --> |
| 337 |
* @generated |
| 338 |
* @ordered |
| 339 |
*/ |
| 340 |
int ABSTRACT_METHOD_DECLARATION__ORIGINAL_CLASS_FILE = BODY_DECLARATION__ORIGINAL_CLASS_FILE; |
| 341 |
|
| 342 |
/** |
| 306 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
343 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 307 |
* <!-- begin-user-doc --> |
344 |
* <!-- begin-user-doc --> |
| 308 |
* <!-- end-user-doc --> |
345 |
* <!-- end-user-doc --> |
|
Lines 366-396
Link Here
|
| 366 |
int ABSTRACT_METHOD_DECLARATION__MODIFIER = BODY_DECLARATION__MODIFIER; |
403 |
int ABSTRACT_METHOD_DECLARATION__MODIFIER = BODY_DECLARATION__MODIFIER; |
| 367 |
|
404 |
|
| 368 |
/** |
405 |
/** |
| 369 |
* The feature id for the '<em><b>Varargs</b></em>' attribute. |
|
|
| 370 |
* <!-- begin-user-doc --> |
| 371 |
* <!-- end-user-doc --> |
| 372 |
* @generated |
| 373 |
* @ordered |
| 374 |
*/ |
| 375 |
int ABSTRACT_METHOD_DECLARATION__VARARGS = BODY_DECLARATION_FEATURE_COUNT + 0; |
| 376 |
|
| 377 |
/** |
| 378 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
| 379 |
* <!-- begin-user-doc --> |
| 380 |
* <!-- end-user-doc --> |
| 381 |
* @generated |
| 382 |
* @ordered |
| 383 |
*/ |
| 384 |
int ABSTRACT_METHOD_DECLARATION__QUALIFIED_NAME = BODY_DECLARATION_FEATURE_COUNT + 1; |
| 385 |
|
| 386 |
/** |
| 387 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
406 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
| 388 |
* <!-- begin-user-doc --> |
407 |
* <!-- begin-user-doc --> |
| 389 |
* <!-- end-user-doc --> |
408 |
* <!-- end-user-doc --> |
| 390 |
* @generated |
409 |
* @generated |
| 391 |
* @ordered |
410 |
* @ordered |
| 392 |
*/ |
411 |
*/ |
| 393 |
int ABSTRACT_METHOD_DECLARATION__BODY = BODY_DECLARATION_FEATURE_COUNT + 2; |
412 |
int ABSTRACT_METHOD_DECLARATION__BODY = BODY_DECLARATION_FEATURE_COUNT + 0; |
| 394 |
|
413 |
|
| 395 |
/** |
414 |
/** |
| 396 |
* The feature id for the '<em><b>Parameters</b></em>' containment reference list. |
415 |
* The feature id for the '<em><b>Parameters</b></em>' containment reference list. |
|
Lines 399-405
Link Here
|
| 399 |
* @generated |
418 |
* @generated |
| 400 |
* @ordered |
419 |
* @ordered |
| 401 |
*/ |
420 |
*/ |
| 402 |
int ABSTRACT_METHOD_DECLARATION__PARAMETERS = BODY_DECLARATION_FEATURE_COUNT + 3; |
421 |
int ABSTRACT_METHOD_DECLARATION__PARAMETERS = BODY_DECLARATION_FEATURE_COUNT + 1; |
| 403 |
|
422 |
|
| 404 |
/** |
423 |
/** |
| 405 |
* The feature id for the '<em><b>Thrown Exceptions</b></em>' containment reference list. |
424 |
* The feature id for the '<em><b>Thrown Exceptions</b></em>' containment reference list. |
|
Lines 408-414
Link Here
|
| 408 |
* @generated |
427 |
* @generated |
| 409 |
* @ordered |
428 |
* @ordered |
| 410 |
*/ |
429 |
*/ |
| 411 |
int ABSTRACT_METHOD_DECLARATION__THROWN_EXCEPTIONS = BODY_DECLARATION_FEATURE_COUNT + 4; |
430 |
int ABSTRACT_METHOD_DECLARATION__THROWN_EXCEPTIONS = BODY_DECLARATION_FEATURE_COUNT + 2; |
| 412 |
|
431 |
|
| 413 |
/** |
432 |
/** |
| 414 |
* The feature id for the '<em><b>Type Parameters</b></em>' containment reference list. |
433 |
* The feature id for the '<em><b>Type Parameters</b></em>' containment reference list. |
|
Lines 417-423
Link Here
|
| 417 |
* @generated |
436 |
* @generated |
| 418 |
* @ordered |
437 |
* @ordered |
| 419 |
*/ |
438 |
*/ |
| 420 |
int ABSTRACT_METHOD_DECLARATION__TYPE_PARAMETERS = BODY_DECLARATION_FEATURE_COUNT + 5; |
439 |
int ABSTRACT_METHOD_DECLARATION__TYPE_PARAMETERS = BODY_DECLARATION_FEATURE_COUNT + 3; |
| 421 |
|
440 |
|
| 422 |
/** |
441 |
/** |
| 423 |
* The feature id for the '<em><b>Usages In Doc Comments</b></em>' reference list. |
442 |
* The feature id for the '<em><b>Usages In Doc Comments</b></em>' reference list. |
|
Lines 426-432
Link Here
|
| 426 |
* @generated |
445 |
* @generated |
| 427 |
* @ordered |
446 |
* @ordered |
| 428 |
*/ |
447 |
*/ |
| 429 |
int ABSTRACT_METHOD_DECLARATION__USAGES_IN_DOC_COMMENTS = BODY_DECLARATION_FEATURE_COUNT + 6; |
448 |
int ABSTRACT_METHOD_DECLARATION__USAGES_IN_DOC_COMMENTS = BODY_DECLARATION_FEATURE_COUNT + 4; |
| 430 |
|
449 |
|
| 431 |
/** |
450 |
/** |
| 432 |
* The feature id for the '<em><b>Usages</b></em>' reference list. |
451 |
* The feature id for the '<em><b>Usages</b></em>' reference list. |
|
Lines 435-441
Link Here
|
| 435 |
* @generated |
454 |
* @generated |
| 436 |
* @ordered |
455 |
* @ordered |
| 437 |
*/ |
456 |
*/ |
| 438 |
int ABSTRACT_METHOD_DECLARATION__USAGES = BODY_DECLARATION_FEATURE_COUNT + 7; |
457 |
int ABSTRACT_METHOD_DECLARATION__USAGES = BODY_DECLARATION_FEATURE_COUNT + 5; |
| 439 |
|
458 |
|
| 440 |
/** |
459 |
/** |
| 441 |
* The number of structural features of the '<em>Abstract Method Declaration</em>' class. |
460 |
* The number of structural features of the '<em>Abstract Method Declaration</em>' class. |
|
Lines 444-450
Link Here
|
| 444 |
* @generated |
463 |
* @generated |
| 445 |
* @ordered |
464 |
* @ordered |
| 446 |
*/ |
465 |
*/ |
| 447 |
int ABSTRACT_METHOD_DECLARATION_FEATURE_COUNT = BODY_DECLARATION_FEATURE_COUNT + 8; |
466 |
int ABSTRACT_METHOD_DECLARATION_FEATURE_COUNT = BODY_DECLARATION_FEATURE_COUNT + 6; |
| 448 |
|
467 |
|
| 449 |
/** |
468 |
/** |
| 450 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.AbstractMethodInvocationImpl <em>Abstract Method Invocation</em>}' class. |
469 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.AbstractMethodInvocationImpl <em>Abstract Method Invocation</em>}' class. |
|
Lines 475-480
Link Here
|
| 475 |
int ABSTRACT_METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
494 |
int ABSTRACT_METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 476 |
|
495 |
|
| 477 |
/** |
496 |
/** |
|
|
497 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 498 |
* <!-- begin-user-doc --> |
| 499 |
* <!-- end-user-doc --> |
| 500 |
* @generated |
| 501 |
* @ordered |
| 502 |
*/ |
| 503 |
int ABSTRACT_METHOD_INVOCATION__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 504 |
|
| 505 |
/** |
| 478 |
* The feature id for the '<em><b>Method</b></em>' reference. |
506 |
* The feature id for the '<em><b>Method</b></em>' reference. |
| 479 |
* <!-- begin-user-doc --> |
507 |
* <!-- begin-user-doc --> |
| 480 |
* <!-- end-user-doc --> |
508 |
* <!-- end-user-doc --> |
|
Lines 539-544
Link Here
|
| 539 |
int ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
567 |
int ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 540 |
|
568 |
|
| 541 |
/** |
569 |
/** |
|
|
570 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 571 |
* <!-- begin-user-doc --> |
| 572 |
* <!-- end-user-doc --> |
| 573 |
* @generated |
| 574 |
* @ordered |
| 575 |
*/ |
| 576 |
int ABSTRACT_TYPE_DECLARATION__ORIGINAL_CLASS_FILE = BODY_DECLARATION__ORIGINAL_CLASS_FILE; |
| 577 |
|
| 578 |
/** |
| 542 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
579 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 543 |
* <!-- begin-user-doc --> |
580 |
* <!-- begin-user-doc --> |
| 544 |
* <!-- end-user-doc --> |
581 |
* <!-- end-user-doc --> |
|
Lines 611-632
Link Here
|
| 611 |
int ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS = BODY_DECLARATION_FEATURE_COUNT + 0; |
648 |
int ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS = BODY_DECLARATION_FEATURE_COUNT + 0; |
| 612 |
|
649 |
|
| 613 |
/** |
650 |
/** |
| 614 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 615 |
* <!-- begin-user-doc --> |
| 616 |
* <!-- end-user-doc --> |
| 617 |
* @generated |
| 618 |
* @ordered |
| 619 |
*/ |
| 620 |
int ABSTRACT_TYPE_DECLARATION__QUALIFIED_NAME = BODY_DECLARATION_FEATURE_COUNT + 1; |
| 621 |
|
| 622 |
/** |
| 623 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
651 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 624 |
* <!-- begin-user-doc --> |
652 |
* <!-- begin-user-doc --> |
| 625 |
* <!-- end-user-doc --> |
653 |
* <!-- end-user-doc --> |
| 626 |
* @generated |
654 |
* @generated |
| 627 |
* @ordered |
655 |
* @ordered |
| 628 |
*/ |
656 |
*/ |
| 629 |
int ABSTRACT_TYPE_DECLARATION__BODY_DECLARATIONS = BODY_DECLARATION_FEATURE_COUNT + 2; |
657 |
int ABSTRACT_TYPE_DECLARATION__BODY_DECLARATIONS = BODY_DECLARATION_FEATURE_COUNT + 1; |
| 630 |
|
658 |
|
| 631 |
/** |
659 |
/** |
| 632 |
* The feature id for the '<em><b>Comments Before Body</b></em>' containment reference list. |
660 |
* The feature id for the '<em><b>Comments Before Body</b></em>' containment reference list. |
|
Lines 635-641
Link Here
|
| 635 |
* @generated |
663 |
* @generated |
| 636 |
* @ordered |
664 |
* @ordered |
| 637 |
*/ |
665 |
*/ |
| 638 |
int ABSTRACT_TYPE_DECLARATION__COMMENTS_BEFORE_BODY = BODY_DECLARATION_FEATURE_COUNT + 3; |
666 |
int ABSTRACT_TYPE_DECLARATION__COMMENTS_BEFORE_BODY = BODY_DECLARATION_FEATURE_COUNT + 2; |
| 639 |
|
667 |
|
| 640 |
/** |
668 |
/** |
| 641 |
* The feature id for the '<em><b>Comments After Body</b></em>' containment reference list. |
669 |
* The feature id for the '<em><b>Comments After Body</b></em>' containment reference list. |
|
Lines 644-650
Link Here
|
| 644 |
* @generated |
672 |
* @generated |
| 645 |
* @ordered |
673 |
* @ordered |
| 646 |
*/ |
674 |
*/ |
| 647 |
int ABSTRACT_TYPE_DECLARATION__COMMENTS_AFTER_BODY = BODY_DECLARATION_FEATURE_COUNT + 4; |
675 |
int ABSTRACT_TYPE_DECLARATION__COMMENTS_AFTER_BODY = BODY_DECLARATION_FEATURE_COUNT + 3; |
| 648 |
|
676 |
|
| 649 |
/** |
677 |
/** |
| 650 |
* The feature id for the '<em><b>Package</b></em>' container reference. |
678 |
* The feature id for the '<em><b>Package</b></em>' container reference. |
|
Lines 653-659
Link Here
|
| 653 |
* @generated |
681 |
* @generated |
| 654 |
* @ordered |
682 |
* @ordered |
| 655 |
*/ |
683 |
*/ |
| 656 |
int ABSTRACT_TYPE_DECLARATION__PACKAGE = BODY_DECLARATION_FEATURE_COUNT + 5; |
684 |
int ABSTRACT_TYPE_DECLARATION__PACKAGE = BODY_DECLARATION_FEATURE_COUNT + 4; |
| 657 |
|
685 |
|
| 658 |
/** |
686 |
/** |
| 659 |
* The feature id for the '<em><b>Super Interfaces</b></em>' containment reference list. |
687 |
* The feature id for the '<em><b>Super Interfaces</b></em>' containment reference list. |
|
Lines 662-668
Link Here
|
| 662 |
* @generated |
690 |
* @generated |
| 663 |
* @ordered |
691 |
* @ordered |
| 664 |
*/ |
692 |
*/ |
| 665 |
int ABSTRACT_TYPE_DECLARATION__SUPER_INTERFACES = BODY_DECLARATION_FEATURE_COUNT + 6; |
693 |
int ABSTRACT_TYPE_DECLARATION__SUPER_INTERFACES = BODY_DECLARATION_FEATURE_COUNT + 5; |
| 666 |
|
694 |
|
| 667 |
/** |
695 |
/** |
| 668 |
* The number of structural features of the '<em>Abstract Type Declaration</em>' class. |
696 |
* The number of structural features of the '<em>Abstract Type Declaration</em>' class. |
|
Lines 671-677
Link Here
|
| 671 |
* @generated |
699 |
* @generated |
| 672 |
* @ordered |
700 |
* @ordered |
| 673 |
*/ |
701 |
*/ |
| 674 |
int ABSTRACT_TYPE_DECLARATION_FEATURE_COUNT = BODY_DECLARATION_FEATURE_COUNT + 7; |
702 |
int ABSTRACT_TYPE_DECLARATION_FEATURE_COUNT = BODY_DECLARATION_FEATURE_COUNT + 6; |
| 675 |
|
703 |
|
| 676 |
/** |
704 |
/** |
| 677 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ExpressionImpl <em>Expression</em>}' class. |
705 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ExpressionImpl <em>Expression</em>}' class. |
|
Lines 681-687
Link Here
|
| 681 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getExpression() |
709 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getExpression() |
| 682 |
* @generated |
710 |
* @generated |
| 683 |
*/ |
711 |
*/ |
| 684 |
int EXPRESSION = 39; |
712 |
int EXPRESSION = 41; |
| 685 |
|
713 |
|
| 686 |
/** |
714 |
/** |
| 687 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
715 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 702-707
Link Here
|
| 702 |
int EXPRESSION__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
730 |
int EXPRESSION__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 703 |
|
731 |
|
| 704 |
/** |
732 |
/** |
|
|
733 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 734 |
* <!-- begin-user-doc --> |
| 735 |
* <!-- end-user-doc --> |
| 736 |
* @generated |
| 737 |
* @ordered |
| 738 |
*/ |
| 739 |
int EXPRESSION__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 740 |
|
| 741 |
/** |
| 705 |
* The number of structural features of the '<em>Expression</em>' class. |
742 |
* The number of structural features of the '<em>Expression</em>' class. |
| 706 |
* <!-- begin-user-doc --> |
743 |
* <!-- begin-user-doc --> |
| 707 |
* <!-- end-user-doc --> |
744 |
* <!-- end-user-doc --> |
|
Lines 739-744
Link Here
|
| 739 |
int ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
776 |
int ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 740 |
|
777 |
|
| 741 |
/** |
778 |
/** |
|
|
779 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 780 |
* <!-- begin-user-doc --> |
| 781 |
* <!-- end-user-doc --> |
| 782 |
* @generated |
| 783 |
* @ordered |
| 784 |
*/ |
| 785 |
int ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 786 |
|
| 787 |
/** |
| 742 |
* The feature id for the '<em><b>Qualifier</b></em>' containment reference. |
788 |
* The feature id for the '<em><b>Qualifier</b></em>' containment reference. |
| 743 |
* <!-- begin-user-doc --> |
789 |
* <!-- begin-user-doc --> |
| 744 |
* <!-- end-user-doc --> |
790 |
* <!-- end-user-doc --> |
|
Lines 785-790
Link Here
|
| 785 |
int ABSTRACT_VARIABLES_CONTAINER__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
831 |
int ABSTRACT_VARIABLES_CONTAINER__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 786 |
|
832 |
|
| 787 |
/** |
833 |
/** |
|
|
834 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 835 |
* <!-- begin-user-doc --> |
| 836 |
* <!-- end-user-doc --> |
| 837 |
* @generated |
| 838 |
* @ordered |
| 839 |
*/ |
| 840 |
int ABSTRACT_VARIABLES_CONTAINER__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 841 |
|
| 842 |
/** |
| 788 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
843 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
| 789 |
* <!-- begin-user-doc --> |
844 |
* <!-- begin-user-doc --> |
| 790 |
* <!-- end-user-doc --> |
845 |
* <!-- end-user-doc --> |
|
Lines 840-845
Link Here
|
| 840 |
int ANNOTATION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
895 |
int ANNOTATION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 841 |
|
896 |
|
| 842 |
/** |
897 |
/** |
|
|
898 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 899 |
* <!-- begin-user-doc --> |
| 900 |
* <!-- end-user-doc --> |
| 901 |
* @generated |
| 902 |
* @ordered |
| 903 |
*/ |
| 904 |
int ANNOTATION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 905 |
|
| 906 |
/** |
| 843 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
907 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
| 844 |
* <!-- begin-user-doc --> |
908 |
* <!-- begin-user-doc --> |
| 845 |
* <!-- end-user-doc --> |
909 |
* <!-- end-user-doc --> |
|
Lines 867-872
Link Here
|
| 867 |
int ANNOTATION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 2; |
931 |
int ANNOTATION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 2; |
| 868 |
|
932 |
|
| 869 |
/** |
933 |
/** |
|
|
934 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ArchiveImpl <em>Archive</em>}' class. |
| 935 |
* <!-- begin-user-doc --> |
| 936 |
* <!-- end-user-doc --> |
| 937 |
* @see org.eclipse.gmt.modisco.java.emf.impl.ArchiveImpl |
| 938 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArchive() |
| 939 |
* @generated |
| 940 |
*/ |
| 941 |
int ARCHIVE = 6; |
| 942 |
|
| 943 |
/** |
| 944 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
| 945 |
* <!-- begin-user-doc --> |
| 946 |
* <!-- end-user-doc --> |
| 947 |
* @generated |
| 948 |
* @ordered |
| 949 |
*/ |
| 950 |
int ARCHIVE__COMMENTS = NAMED_ELEMENT__COMMENTS; |
| 951 |
|
| 952 |
/** |
| 953 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
| 954 |
* <!-- begin-user-doc --> |
| 955 |
* <!-- end-user-doc --> |
| 956 |
* @generated |
| 957 |
* @ordered |
| 958 |
*/ |
| 959 |
int ARCHIVE__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
| 960 |
|
| 961 |
/** |
| 962 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 963 |
* <!-- begin-user-doc --> |
| 964 |
* <!-- end-user-doc --> |
| 965 |
* @generated |
| 966 |
* @ordered |
| 967 |
*/ |
| 968 |
int ARCHIVE__ORIGINAL_CLASS_FILE = NAMED_ELEMENT__ORIGINAL_CLASS_FILE; |
| 969 |
|
| 970 |
/** |
| 971 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 972 |
* <!-- begin-user-doc --> |
| 973 |
* <!-- end-user-doc --> |
| 974 |
* @generated |
| 975 |
* @ordered |
| 976 |
*/ |
| 977 |
int ARCHIVE__NAME = NAMED_ELEMENT__NAME; |
| 978 |
|
| 979 |
/** |
| 980 |
* The feature id for the '<em><b>Proxy</b></em>' attribute. |
| 981 |
* <!-- begin-user-doc --> |
| 982 |
* <!-- end-user-doc --> |
| 983 |
* @generated |
| 984 |
* @ordered |
| 985 |
*/ |
| 986 |
int ARCHIVE__PROXY = NAMED_ELEMENT__PROXY; |
| 987 |
|
| 988 |
/** |
| 989 |
* The feature id for the '<em><b>Usages In Imports</b></em>' reference list. |
| 990 |
* <!-- begin-user-doc --> |
| 991 |
* <!-- end-user-doc --> |
| 992 |
* @generated |
| 993 |
* @ordered |
| 994 |
*/ |
| 995 |
int ARCHIVE__USAGES_IN_IMPORTS = NAMED_ELEMENT__USAGES_IN_IMPORTS; |
| 996 |
|
| 997 |
/** |
| 998 |
* The feature id for the '<em><b>Original File Path</b></em>' attribute. |
| 999 |
* <!-- begin-user-doc --> |
| 1000 |
* <!-- end-user-doc --> |
| 1001 |
* @generated |
| 1002 |
* @ordered |
| 1003 |
*/ |
| 1004 |
int ARCHIVE__ORIGINAL_FILE_PATH = NAMED_ELEMENT_FEATURE_COUNT + 0; |
| 1005 |
|
| 1006 |
/** |
| 1007 |
* The feature id for the '<em><b>Class Files</b></em>' containment reference list. |
| 1008 |
* <!-- begin-user-doc --> |
| 1009 |
* <!-- end-user-doc --> |
| 1010 |
* @generated |
| 1011 |
* @ordered |
| 1012 |
*/ |
| 1013 |
int ARCHIVE__CLASS_FILES = NAMED_ELEMENT_FEATURE_COUNT + 1; |
| 1014 |
|
| 1015 |
/** |
| 1016 |
* The feature id for the '<em><b>Manifest</b></em>' containment reference. |
| 1017 |
* <!-- begin-user-doc --> |
| 1018 |
* <!-- end-user-doc --> |
| 1019 |
* @generated |
| 1020 |
* @ordered |
| 1021 |
*/ |
| 1022 |
int ARCHIVE__MANIFEST = NAMED_ELEMENT_FEATURE_COUNT + 2; |
| 1023 |
|
| 1024 |
/** |
| 1025 |
* The number of structural features of the '<em>Archive</em>' class. |
| 1026 |
* <!-- begin-user-doc --> |
| 1027 |
* <!-- end-user-doc --> |
| 1028 |
* @generated |
| 1029 |
* @ordered |
| 1030 |
*/ |
| 1031 |
int ARCHIVE_FEATURE_COUNT = NAMED_ELEMENT_FEATURE_COUNT + 3; |
| 1032 |
|
| 1033 |
/** |
| 870 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.StatementImpl <em>Statement</em>}' class. |
1034 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.StatementImpl <em>Statement</em>}' class. |
| 871 |
* <!-- begin-user-doc --> |
1035 |
* <!-- begin-user-doc --> |
| 872 |
* <!-- end-user-doc --> |
1036 |
* <!-- end-user-doc --> |
|
Lines 874-880
Link Here
|
| 874 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getStatement() |
1038 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getStatement() |
| 875 |
* @generated |
1039 |
* @generated |
| 876 |
*/ |
1040 |
*/ |
| 877 |
int STATEMENT = 82; |
1041 |
int STATEMENT = 88; |
| 878 |
|
1042 |
|
| 879 |
/** |
1043 |
/** |
| 880 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1044 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 895-900
Link Here
|
| 895 |
int STATEMENT__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
1059 |
int STATEMENT__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 896 |
|
1060 |
|
| 897 |
/** |
1061 |
/** |
|
|
1062 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1063 |
* <!-- begin-user-doc --> |
| 1064 |
* <!-- end-user-doc --> |
| 1065 |
* @generated |
| 1066 |
* @ordered |
| 1067 |
*/ |
| 1068 |
int STATEMENT__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 1069 |
|
| 1070 |
/** |
| 898 |
* The number of structural features of the '<em>Statement</em>' class. |
1071 |
* The number of structural features of the '<em>Statement</em>' class. |
| 899 |
* <!-- begin-user-doc --> |
1072 |
* <!-- begin-user-doc --> |
| 900 |
* <!-- end-user-doc --> |
1073 |
* <!-- end-user-doc --> |
|
Lines 911-917
Link Here
|
| 911 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAssertStatement() |
1084 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAssertStatement() |
| 912 |
* @generated |
1085 |
* @generated |
| 913 |
*/ |
1086 |
*/ |
| 914 |
int ASSERT_STATEMENT = 6; |
1087 |
int ASSERT_STATEMENT = 7; |
| 915 |
|
1088 |
|
| 916 |
/** |
1089 |
/** |
| 917 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1090 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 932-937
Link Here
|
| 932 |
int ASSERT_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
1105 |
int ASSERT_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 933 |
|
1106 |
|
| 934 |
/** |
1107 |
/** |
|
|
1108 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1109 |
* <!-- begin-user-doc --> |
| 1110 |
* <!-- end-user-doc --> |
| 1111 |
* @generated |
| 1112 |
* @ordered |
| 1113 |
*/ |
| 1114 |
int ASSERT_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 1115 |
|
| 1116 |
/** |
| 935 |
* The feature id for the '<em><b>Message</b></em>' containment reference. |
1117 |
* The feature id for the '<em><b>Message</b></em>' containment reference. |
| 936 |
* <!-- begin-user-doc --> |
1118 |
* <!-- begin-user-doc --> |
| 937 |
* <!-- end-user-doc --> |
1119 |
* <!-- end-user-doc --> |
|
Lines 966-972
Link Here
|
| 966 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAnnotationMemberValuePair() |
1148 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAnnotationMemberValuePair() |
| 967 |
* @generated |
1149 |
* @generated |
| 968 |
*/ |
1150 |
*/ |
| 969 |
int ANNOTATION_MEMBER_VALUE_PAIR = 8; |
1151 |
int ANNOTATION_MEMBER_VALUE_PAIR = 9; |
| 970 |
|
1152 |
|
| 971 |
/** |
1153 |
/** |
| 972 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1154 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 987-992
Link Here
|
| 987 |
int ANNOTATION_MEMBER_VALUE_PAIR__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
1169 |
int ANNOTATION_MEMBER_VALUE_PAIR__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
| 988 |
|
1170 |
|
| 989 |
/** |
1171 |
/** |
|
|
1172 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1173 |
* <!-- begin-user-doc --> |
| 1174 |
* <!-- end-user-doc --> |
| 1175 |
* @generated |
| 1176 |
* @ordered |
| 1177 |
*/ |
| 1178 |
int ANNOTATION_MEMBER_VALUE_PAIR__ORIGINAL_CLASS_FILE = NAMED_ELEMENT__ORIGINAL_CLASS_FILE; |
| 1179 |
|
| 1180 |
/** |
| 990 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
1181 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 991 |
* <!-- begin-user-doc --> |
1182 |
* <!-- begin-user-doc --> |
| 992 |
* <!-- end-user-doc --> |
1183 |
* <!-- end-user-doc --> |
|
Lines 1048-1054
Link Here
|
| 1048 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAnnotationTypeDeclaration() |
1239 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAnnotationTypeDeclaration() |
| 1049 |
* @generated |
1240 |
* @generated |
| 1050 |
*/ |
1241 |
*/ |
| 1051 |
int ANNOTATION_TYPE_DECLARATION = 9; |
1242 |
int ANNOTATION_TYPE_DECLARATION = 10; |
| 1052 |
|
1243 |
|
| 1053 |
/** |
1244 |
/** |
| 1054 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1245 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1069-1074
Link Here
|
| 1069 |
int ANNOTATION_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
1260 |
int ANNOTATION_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 1070 |
|
1261 |
|
| 1071 |
/** |
1262 |
/** |
|
|
1263 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1264 |
* <!-- begin-user-doc --> |
| 1265 |
* <!-- end-user-doc --> |
| 1266 |
* @generated |
| 1267 |
* @ordered |
| 1268 |
*/ |
| 1269 |
int ANNOTATION_TYPE_DECLARATION__ORIGINAL_CLASS_FILE = ABSTRACT_TYPE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 1270 |
|
| 1271 |
/** |
| 1072 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
1272 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 1073 |
* <!-- begin-user-doc --> |
1273 |
* <!-- begin-user-doc --> |
| 1074 |
* <!-- end-user-doc --> |
1274 |
* <!-- end-user-doc --> |
|
Lines 1141-1155
Link Here
|
| 1141 |
int ANNOTATION_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS = ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
1341 |
int ANNOTATION_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS = ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
| 1142 |
|
1342 |
|
| 1143 |
/** |
1343 |
/** |
| 1144 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 1145 |
* <!-- begin-user-doc --> |
| 1146 |
* <!-- end-user-doc --> |
| 1147 |
* @generated |
| 1148 |
* @ordered |
| 1149 |
*/ |
| 1150 |
int ANNOTATION_TYPE_DECLARATION__QUALIFIED_NAME = ABSTRACT_TYPE_DECLARATION__QUALIFIED_NAME; |
| 1151 |
|
| 1152 |
/** |
| 1153 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
1344 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 1154 |
* <!-- begin-user-doc --> |
1345 |
* <!-- begin-user-doc --> |
| 1155 |
* <!-- end-user-doc --> |
1346 |
* <!-- end-user-doc --> |
|
Lines 1211-1217
Link Here
|
| 1211 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAnnotationTypeMemberDeclaration() |
1402 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAnnotationTypeMemberDeclaration() |
| 1212 |
* @generated |
1403 |
* @generated |
| 1213 |
*/ |
1404 |
*/ |
| 1214 |
int ANNOTATION_TYPE_MEMBER_DECLARATION = 10; |
1405 |
int ANNOTATION_TYPE_MEMBER_DECLARATION = 11; |
| 1215 |
|
1406 |
|
| 1216 |
/** |
1407 |
/** |
| 1217 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1408 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1232-1237
Link Here
|
| 1232 |
int ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
1423 |
int ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 1233 |
|
1424 |
|
| 1234 |
/** |
1425 |
/** |
|
|
1426 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1427 |
* <!-- begin-user-doc --> |
| 1428 |
* <!-- end-user-doc --> |
| 1429 |
* @generated |
| 1430 |
* @ordered |
| 1431 |
*/ |
| 1432 |
int ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_CLASS_FILE = BODY_DECLARATION__ORIGINAL_CLASS_FILE; |
| 1433 |
|
| 1434 |
/** |
| 1235 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
1435 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 1236 |
* <!-- begin-user-doc --> |
1436 |
* <!-- begin-user-doc --> |
| 1237 |
* <!-- end-user-doc --> |
1437 |
* <!-- end-user-doc --> |
|
Lines 1338-1344
Link Here
|
| 1338 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAnonymousClassDeclaration() |
1538 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAnonymousClassDeclaration() |
| 1339 |
* @generated |
1539 |
* @generated |
| 1340 |
*/ |
1540 |
*/ |
| 1341 |
int ANONYMOUS_CLASS_DECLARATION = 11; |
1541 |
int ANONYMOUS_CLASS_DECLARATION = 12; |
| 1342 |
|
1542 |
|
| 1343 |
/** |
1543 |
/** |
| 1344 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1544 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1359-1364
Link Here
|
| 1359 |
int ANONYMOUS_CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
1559 |
int ANONYMOUS_CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 1360 |
|
1560 |
|
| 1361 |
/** |
1561 |
/** |
|
|
1562 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1563 |
* <!-- begin-user-doc --> |
| 1564 |
* <!-- end-user-doc --> |
| 1565 |
* @generated |
| 1566 |
* @ordered |
| 1567 |
*/ |
| 1568 |
int ANONYMOUS_CLASS_DECLARATION__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 1569 |
|
| 1570 |
/** |
| 1362 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
1571 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 1363 |
* <!-- begin-user-doc --> |
1572 |
* <!-- begin-user-doc --> |
| 1364 |
* <!-- end-user-doc --> |
1573 |
* <!-- end-user-doc --> |
|
Lines 1393-1399
Link Here
|
| 1393 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArrayAccess() |
1602 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArrayAccess() |
| 1394 |
* @generated |
1603 |
* @generated |
| 1395 |
*/ |
1604 |
*/ |
| 1396 |
int ARRAY_ACCESS = 12; |
1605 |
int ARRAY_ACCESS = 13; |
| 1397 |
|
1606 |
|
| 1398 |
/** |
1607 |
/** |
| 1399 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1608 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1414-1419
Link Here
|
| 1414 |
int ARRAY_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
1623 |
int ARRAY_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 1415 |
|
1624 |
|
| 1416 |
/** |
1625 |
/** |
|
|
1626 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1627 |
* <!-- begin-user-doc --> |
| 1628 |
* <!-- end-user-doc --> |
| 1629 |
* @generated |
| 1630 |
* @ordered |
| 1631 |
*/ |
| 1632 |
int ARRAY_ACCESS__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 1633 |
|
| 1634 |
/** |
| 1417 |
* The feature id for the '<em><b>Array</b></em>' containment reference. |
1635 |
* The feature id for the '<em><b>Array</b></em>' containment reference. |
| 1418 |
* <!-- begin-user-doc --> |
1636 |
* <!-- begin-user-doc --> |
| 1419 |
* <!-- end-user-doc --> |
1637 |
* <!-- end-user-doc --> |
|
Lines 1448-1454
Link Here
|
| 1448 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArrayCreation() |
1666 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArrayCreation() |
| 1449 |
* @generated |
1667 |
* @generated |
| 1450 |
*/ |
1668 |
*/ |
| 1451 |
int ARRAY_CREATION = 13; |
1669 |
int ARRAY_CREATION = 14; |
| 1452 |
|
1670 |
|
| 1453 |
/** |
1671 |
/** |
| 1454 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1672 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1469-1474
Link Here
|
| 1469 |
int ARRAY_CREATION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
1687 |
int ARRAY_CREATION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 1470 |
|
1688 |
|
| 1471 |
/** |
1689 |
/** |
|
|
1690 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1691 |
* <!-- begin-user-doc --> |
| 1692 |
* <!-- end-user-doc --> |
| 1693 |
* @generated |
| 1694 |
* @ordered |
| 1695 |
*/ |
| 1696 |
int ARRAY_CREATION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 1697 |
|
| 1698 |
/** |
| 1472 |
* The feature id for the '<em><b>Dimensions</b></em>' containment reference list. |
1699 |
* The feature id for the '<em><b>Dimensions</b></em>' containment reference list. |
| 1473 |
* <!-- begin-user-doc --> |
1700 |
* <!-- begin-user-doc --> |
| 1474 |
* <!-- end-user-doc --> |
1701 |
* <!-- end-user-doc --> |
|
Lines 1512-1518
Link Here
|
| 1512 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArrayInitializer() |
1739 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArrayInitializer() |
| 1513 |
* @generated |
1740 |
* @generated |
| 1514 |
*/ |
1741 |
*/ |
| 1515 |
int ARRAY_INITIALIZER = 14; |
1742 |
int ARRAY_INITIALIZER = 15; |
| 1516 |
|
1743 |
|
| 1517 |
/** |
1744 |
/** |
| 1518 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1745 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1533-1538
Link Here
|
| 1533 |
int ARRAY_INITIALIZER__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
1760 |
int ARRAY_INITIALIZER__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 1534 |
|
1761 |
|
| 1535 |
/** |
1762 |
/** |
|
|
1763 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1764 |
* <!-- begin-user-doc --> |
| 1765 |
* <!-- end-user-doc --> |
| 1766 |
* @generated |
| 1767 |
* @ordered |
| 1768 |
*/ |
| 1769 |
int ARRAY_INITIALIZER__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 1770 |
|
| 1771 |
/** |
| 1536 |
* The feature id for the '<em><b>Expressions</b></em>' containment reference list. |
1772 |
* The feature id for the '<em><b>Expressions</b></em>' containment reference list. |
| 1537 |
* <!-- begin-user-doc --> |
1773 |
* <!-- begin-user-doc --> |
| 1538 |
* <!-- end-user-doc --> |
1774 |
* <!-- end-user-doc --> |
|
Lines 1558-1564
Link Here
|
| 1558 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArrayLengthAccess() |
1794 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArrayLengthAccess() |
| 1559 |
* @generated |
1795 |
* @generated |
| 1560 |
*/ |
1796 |
*/ |
| 1561 |
int ARRAY_LENGTH_ACCESS = 15; |
1797 |
int ARRAY_LENGTH_ACCESS = 16; |
| 1562 |
|
1798 |
|
| 1563 |
/** |
1799 |
/** |
| 1564 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1800 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1579-1584
Link Here
|
| 1579 |
int ARRAY_LENGTH_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
1815 |
int ARRAY_LENGTH_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 1580 |
|
1816 |
|
| 1581 |
/** |
1817 |
/** |
|
|
1818 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1819 |
* <!-- begin-user-doc --> |
| 1820 |
* <!-- end-user-doc --> |
| 1821 |
* @generated |
| 1822 |
* @ordered |
| 1823 |
*/ |
| 1824 |
int ARRAY_LENGTH_ACCESS__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 1825 |
|
| 1826 |
/** |
| 1582 |
* The feature id for the '<em><b>Array</b></em>' containment reference. |
1827 |
* The feature id for the '<em><b>Array</b></em>' containment reference. |
| 1583 |
* <!-- begin-user-doc --> |
1828 |
* <!-- begin-user-doc --> |
| 1584 |
* <!-- end-user-doc --> |
1829 |
* <!-- end-user-doc --> |
|
Lines 1604-1610
Link Here
|
| 1604 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getType() |
1849 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getType() |
| 1605 |
* @generated |
1850 |
* @generated |
| 1606 |
*/ |
1851 |
*/ |
| 1607 |
int TYPE = 95; |
1852 |
int TYPE = 101; |
| 1608 |
|
1853 |
|
| 1609 |
/** |
1854 |
/** |
| 1610 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1855 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1625-1630
Link Here
|
| 1625 |
int TYPE__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
1870 |
int TYPE__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
| 1626 |
|
1871 |
|
| 1627 |
/** |
1872 |
/** |
|
|
1873 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1874 |
* <!-- begin-user-doc --> |
| 1875 |
* <!-- end-user-doc --> |
| 1876 |
* @generated |
| 1877 |
* @ordered |
| 1878 |
*/ |
| 1879 |
int TYPE__ORIGINAL_CLASS_FILE = NAMED_ELEMENT__ORIGINAL_CLASS_FILE; |
| 1880 |
|
| 1881 |
/** |
| 1628 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
1882 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 1629 |
* <!-- begin-user-doc --> |
1883 |
* <!-- begin-user-doc --> |
| 1630 |
* <!-- end-user-doc --> |
1884 |
* <!-- end-user-doc --> |
|
Lines 1677-1683
Link Here
|
| 1677 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArrayType() |
1931 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getArrayType() |
| 1678 |
* @generated |
1932 |
* @generated |
| 1679 |
*/ |
1933 |
*/ |
| 1680 |
int ARRAY_TYPE = 16; |
1934 |
int ARRAY_TYPE = 17; |
| 1681 |
|
1935 |
|
| 1682 |
/** |
1936 |
/** |
| 1683 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
1937 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1698-1703
Link Here
|
| 1698 |
int ARRAY_TYPE__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
1952 |
int ARRAY_TYPE__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
| 1699 |
|
1953 |
|
| 1700 |
/** |
1954 |
/** |
|
|
1955 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 1956 |
* <!-- begin-user-doc --> |
| 1957 |
* <!-- end-user-doc --> |
| 1958 |
* @generated |
| 1959 |
* @ordered |
| 1960 |
*/ |
| 1961 |
int ARRAY_TYPE__ORIGINAL_CLASS_FILE = TYPE__ORIGINAL_CLASS_FILE; |
| 1962 |
|
| 1963 |
/** |
| 1701 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
1964 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 1702 |
* <!-- begin-user-doc --> |
1965 |
* <!-- begin-user-doc --> |
| 1703 |
* <!-- end-user-doc --> |
1966 |
* <!-- end-user-doc --> |
|
Lines 1734-1755
Link Here
|
| 1734 |
int ARRAY_TYPE__USAGES_IN_TYPE_ACCESS = TYPE__USAGES_IN_TYPE_ACCESS; |
1997 |
int ARRAY_TYPE__USAGES_IN_TYPE_ACCESS = TYPE__USAGES_IN_TYPE_ACCESS; |
| 1735 |
|
1998 |
|
| 1736 |
/** |
1999 |
/** |
| 1737 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 1738 |
* <!-- begin-user-doc --> |
| 1739 |
* <!-- end-user-doc --> |
| 1740 |
* @generated |
| 1741 |
* @ordered |
| 1742 |
*/ |
| 1743 |
int ARRAY_TYPE__QUALIFIED_NAME = TYPE_FEATURE_COUNT + 0; |
| 1744 |
|
| 1745 |
/** |
| 1746 |
* The feature id for the '<em><b>Dimensions</b></em>' attribute. |
2000 |
* The feature id for the '<em><b>Dimensions</b></em>' attribute. |
| 1747 |
* <!-- begin-user-doc --> |
2001 |
* <!-- begin-user-doc --> |
| 1748 |
* <!-- end-user-doc --> |
2002 |
* <!-- end-user-doc --> |
| 1749 |
* @generated |
2003 |
* @generated |
| 1750 |
* @ordered |
2004 |
* @ordered |
| 1751 |
*/ |
2005 |
*/ |
| 1752 |
int ARRAY_TYPE__DIMENSIONS = TYPE_FEATURE_COUNT + 1; |
2006 |
int ARRAY_TYPE__DIMENSIONS = TYPE_FEATURE_COUNT + 0; |
| 1753 |
|
2007 |
|
| 1754 |
/** |
2008 |
/** |
| 1755 |
* The feature id for the '<em><b>Element Type</b></em>' containment reference. |
2009 |
* The feature id for the '<em><b>Element Type</b></em>' containment reference. |
|
Lines 1758-1764
Link Here
|
| 1758 |
* @generated |
2012 |
* @generated |
| 1759 |
* @ordered |
2013 |
* @ordered |
| 1760 |
*/ |
2014 |
*/ |
| 1761 |
int ARRAY_TYPE__ELEMENT_TYPE = TYPE_FEATURE_COUNT + 2; |
2015 |
int ARRAY_TYPE__ELEMENT_TYPE = TYPE_FEATURE_COUNT + 1; |
| 1762 |
|
2016 |
|
| 1763 |
/** |
2017 |
/** |
| 1764 |
* The number of structural features of the '<em>Array Type</em>' class. |
2018 |
* The number of structural features of the '<em>Array Type</em>' class. |
|
Lines 1767-1773
Link Here
|
| 1767 |
* @generated |
2021 |
* @generated |
| 1768 |
* @ordered |
2022 |
* @ordered |
| 1769 |
*/ |
2023 |
*/ |
| 1770 |
int ARRAY_TYPE_FEATURE_COUNT = TYPE_FEATURE_COUNT + 3; |
2024 |
int ARRAY_TYPE_FEATURE_COUNT = TYPE_FEATURE_COUNT + 2; |
| 1771 |
|
2025 |
|
| 1772 |
/** |
2026 |
/** |
| 1773 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.AssignmentImpl <em>Assignment</em>}' class. |
2027 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.AssignmentImpl <em>Assignment</em>}' class. |
|
Lines 1777-1783
Link Here
|
| 1777 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAssignment() |
2031 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAssignment() |
| 1778 |
* @generated |
2032 |
* @generated |
| 1779 |
*/ |
2033 |
*/ |
| 1780 |
int ASSIGNMENT = 17; |
2034 |
int ASSIGNMENT = 18; |
| 1781 |
|
2035 |
|
| 1782 |
/** |
2036 |
/** |
| 1783 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2037 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1798-1803
Link Here
|
| 1798 |
int ASSIGNMENT__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
2052 |
int ASSIGNMENT__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 1799 |
|
2053 |
|
| 1800 |
/** |
2054 |
/** |
|
|
2055 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2056 |
* <!-- begin-user-doc --> |
| 2057 |
* <!-- end-user-doc --> |
| 2058 |
* @generated |
| 2059 |
* @ordered |
| 2060 |
*/ |
| 2061 |
int ASSIGNMENT__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 2062 |
|
| 2063 |
/** |
| 1801 |
* The feature id for the '<em><b>Left Hand Side</b></em>' containment reference. |
2064 |
* The feature id for the '<em><b>Left Hand Side</b></em>' containment reference. |
| 1802 |
* <!-- begin-user-doc --> |
2065 |
* <!-- begin-user-doc --> |
| 1803 |
* <!-- end-user-doc --> |
2066 |
* <!-- end-user-doc --> |
|
Lines 1841-1847
Link Here
|
| 1841 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getBooleanLiteral() |
2104 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getBooleanLiteral() |
| 1842 |
* @generated |
2105 |
* @generated |
| 1843 |
*/ |
2106 |
*/ |
| 1844 |
int BOOLEAN_LITERAL = 19; |
2107 |
int BOOLEAN_LITERAL = 20; |
| 1845 |
|
2108 |
|
| 1846 |
/** |
2109 |
/** |
| 1847 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2110 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1862-1867
Link Here
|
| 1862 |
int BOOLEAN_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
2125 |
int BOOLEAN_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 1863 |
|
2126 |
|
| 1864 |
/** |
2127 |
/** |
|
|
2128 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2129 |
* <!-- begin-user-doc --> |
| 2130 |
* <!-- end-user-doc --> |
| 2131 |
* @generated |
| 2132 |
* @ordered |
| 2133 |
*/ |
| 2134 |
int BOOLEAN_LITERAL__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 2135 |
|
| 2136 |
/** |
| 1865 |
* The feature id for the '<em><b>Value</b></em>' attribute. |
2137 |
* The feature id for the '<em><b>Value</b></em>' attribute. |
| 1866 |
* <!-- begin-user-doc --> |
2138 |
* <!-- begin-user-doc --> |
| 1867 |
* <!-- end-user-doc --> |
2139 |
* <!-- end-user-doc --> |
|
Lines 1887-1893
Link Here
|
| 1887 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getComment() |
2159 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getComment() |
| 1888 |
* @generated |
2160 |
* @generated |
| 1889 |
*/ |
2161 |
*/ |
| 1890 |
int COMMENT = 31; |
2162 |
int COMMENT = 33; |
| 1891 |
|
2163 |
|
| 1892 |
/** |
2164 |
/** |
| 1893 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2165 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1908-1913
Link Here
|
| 1908 |
int COMMENT__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
2180 |
int COMMENT__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 1909 |
|
2181 |
|
| 1910 |
/** |
2182 |
/** |
|
|
2183 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2184 |
* <!-- begin-user-doc --> |
| 2185 |
* <!-- end-user-doc --> |
| 2186 |
* @generated |
| 2187 |
* @ordered |
| 2188 |
*/ |
| 2189 |
int COMMENT__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 2190 |
|
| 2191 |
/** |
| 1911 |
* The feature id for the '<em><b>Content</b></em>' attribute. |
2192 |
* The feature id for the '<em><b>Content</b></em>' attribute. |
| 1912 |
* <!-- begin-user-doc --> |
2193 |
* <!-- begin-user-doc --> |
| 1913 |
* <!-- end-user-doc --> |
2194 |
* <!-- end-user-doc --> |
|
Lines 1951-1957
Link Here
|
| 1951 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getBlockComment() |
2232 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getBlockComment() |
| 1952 |
* @generated |
2233 |
* @generated |
| 1953 |
*/ |
2234 |
*/ |
| 1954 |
int BLOCK_COMMENT = 20; |
2235 |
int BLOCK_COMMENT = 21; |
| 1955 |
|
2236 |
|
| 1956 |
/** |
2237 |
/** |
| 1957 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2238 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 1972-1977
Link Here
|
| 1972 |
int BLOCK_COMMENT__ORIGINAL_COMPILATION_UNIT = COMMENT__ORIGINAL_COMPILATION_UNIT; |
2253 |
int BLOCK_COMMENT__ORIGINAL_COMPILATION_UNIT = COMMENT__ORIGINAL_COMPILATION_UNIT; |
| 1973 |
|
2254 |
|
| 1974 |
/** |
2255 |
/** |
|
|
2256 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2257 |
* <!-- begin-user-doc --> |
| 2258 |
* <!-- end-user-doc --> |
| 2259 |
* @generated |
| 2260 |
* @ordered |
| 2261 |
*/ |
| 2262 |
int BLOCK_COMMENT__ORIGINAL_CLASS_FILE = COMMENT__ORIGINAL_CLASS_FILE; |
| 2263 |
|
| 2264 |
/** |
| 1975 |
* The feature id for the '<em><b>Content</b></em>' attribute. |
2265 |
* The feature id for the '<em><b>Content</b></em>' attribute. |
| 1976 |
* <!-- begin-user-doc --> |
2266 |
* <!-- begin-user-doc --> |
| 1977 |
* <!-- end-user-doc --> |
2267 |
* <!-- end-user-doc --> |
|
Lines 2015-2021
Link Here
|
| 2015 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getBlock() |
2305 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getBlock() |
| 2016 |
* @generated |
2306 |
* @generated |
| 2017 |
*/ |
2307 |
*/ |
| 2018 |
int BLOCK = 21; |
2308 |
int BLOCK = 22; |
| 2019 |
|
2309 |
|
| 2020 |
/** |
2310 |
/** |
| 2021 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2311 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2036-2041
Link Here
|
| 2036 |
int BLOCK__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
2326 |
int BLOCK__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 2037 |
|
2327 |
|
| 2038 |
/** |
2328 |
/** |
|
|
2329 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2330 |
* <!-- begin-user-doc --> |
| 2331 |
* <!-- end-user-doc --> |
| 2332 |
* @generated |
| 2333 |
* @ordered |
| 2334 |
*/ |
| 2335 |
int BLOCK__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 2336 |
|
| 2337 |
/** |
| 2039 |
* The feature id for the '<em><b>Statements</b></em>' containment reference list. |
2338 |
* The feature id for the '<em><b>Statements</b></em>' containment reference list. |
| 2040 |
* <!-- begin-user-doc --> |
2339 |
* <!-- begin-user-doc --> |
| 2041 |
* <!-- end-user-doc --> |
2340 |
* <!-- end-user-doc --> |
|
Lines 2061-2067
Link Here
|
| 2061 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getBreakStatement() |
2360 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getBreakStatement() |
| 2062 |
* @generated |
2361 |
* @generated |
| 2063 |
*/ |
2362 |
*/ |
| 2064 |
int BREAK_STATEMENT = 22; |
2363 |
int BREAK_STATEMENT = 23; |
| 2065 |
|
2364 |
|
| 2066 |
/** |
2365 |
/** |
| 2067 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2366 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2082-2087
Link Here
|
| 2082 |
int BREAK_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
2381 |
int BREAK_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 2083 |
|
2382 |
|
| 2084 |
/** |
2383 |
/** |
|
|
2384 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2385 |
* <!-- begin-user-doc --> |
| 2386 |
* <!-- end-user-doc --> |
| 2387 |
* @generated |
| 2388 |
* @ordered |
| 2389 |
*/ |
| 2390 |
int BREAK_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 2391 |
|
| 2392 |
/** |
| 2085 |
* The feature id for the '<em><b>Label</b></em>' reference. |
2393 |
* The feature id for the '<em><b>Label</b></em>' reference. |
| 2086 |
* <!-- begin-user-doc --> |
2394 |
* <!-- begin-user-doc --> |
| 2087 |
* <!-- end-user-doc --> |
2395 |
* <!-- end-user-doc --> |
|
Lines 2107-2113
Link Here
|
| 2107 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getCastExpression() |
2415 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getCastExpression() |
| 2108 |
* @generated |
2416 |
* @generated |
| 2109 |
*/ |
2417 |
*/ |
| 2110 |
int CAST_EXPRESSION = 23; |
2418 |
int CAST_EXPRESSION = 24; |
| 2111 |
|
2419 |
|
| 2112 |
/** |
2420 |
/** |
| 2113 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2421 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2128-2133
Link Here
|
| 2128 |
int CAST_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
2436 |
int CAST_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 2129 |
|
2437 |
|
| 2130 |
/** |
2438 |
/** |
|
|
2439 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2440 |
* <!-- begin-user-doc --> |
| 2441 |
* <!-- end-user-doc --> |
| 2442 |
* @generated |
| 2443 |
* @ordered |
| 2444 |
*/ |
| 2445 |
int CAST_EXPRESSION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 2446 |
|
| 2447 |
/** |
| 2131 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
2448 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
| 2132 |
* <!-- begin-user-doc --> |
2449 |
* <!-- begin-user-doc --> |
| 2133 |
* <!-- end-user-doc --> |
2450 |
* <!-- end-user-doc --> |
|
Lines 2162-2168
Link Here
|
| 2162 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getCatchClause() |
2479 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getCatchClause() |
| 2163 |
* @generated |
2480 |
* @generated |
| 2164 |
*/ |
2481 |
*/ |
| 2165 |
int CATCH_CLAUSE = 24; |
2482 |
int CATCH_CLAUSE = 25; |
| 2166 |
|
2483 |
|
| 2167 |
/** |
2484 |
/** |
| 2168 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2485 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2183-2188
Link Here
|
| 2183 |
int CATCH_CLAUSE__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
2500 |
int CATCH_CLAUSE__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 2184 |
|
2501 |
|
| 2185 |
/** |
2502 |
/** |
|
|
2503 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2504 |
* <!-- begin-user-doc --> |
| 2505 |
* <!-- end-user-doc --> |
| 2506 |
* @generated |
| 2507 |
* @ordered |
| 2508 |
*/ |
| 2509 |
int CATCH_CLAUSE__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 2510 |
|
| 2511 |
/** |
| 2186 |
* The feature id for the '<em><b>Exception</b></em>' containment reference. |
2512 |
* The feature id for the '<em><b>Exception</b></em>' containment reference. |
| 2187 |
* <!-- begin-user-doc --> |
2513 |
* <!-- begin-user-doc --> |
| 2188 |
* <!-- end-user-doc --> |
2514 |
* <!-- end-user-doc --> |
|
Lines 2217-2223
Link Here
|
| 2217 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getCharacterLiteral() |
2543 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getCharacterLiteral() |
| 2218 |
* @generated |
2544 |
* @generated |
| 2219 |
*/ |
2545 |
*/ |
| 2220 |
int CHARACTER_LITERAL = 25; |
2546 |
int CHARACTER_LITERAL = 26; |
| 2221 |
|
2547 |
|
| 2222 |
/** |
2548 |
/** |
| 2223 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2549 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2238-2243
Link Here
|
| 2238 |
int CHARACTER_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
2564 |
int CHARACTER_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 2239 |
|
2565 |
|
| 2240 |
/** |
2566 |
/** |
|
|
2567 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2568 |
* <!-- begin-user-doc --> |
| 2569 |
* <!-- end-user-doc --> |
| 2570 |
* @generated |
| 2571 |
* @ordered |
| 2572 |
*/ |
| 2573 |
int CHARACTER_LITERAL__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 2574 |
|
| 2575 |
/** |
| 2241 |
* The feature id for the '<em><b>Escaped Value</b></em>' attribute. |
2576 |
* The feature id for the '<em><b>Escaped Value</b></em>' attribute. |
| 2242 |
* <!-- begin-user-doc --> |
2577 |
* <!-- begin-user-doc --> |
| 2243 |
* <!-- end-user-doc --> |
2578 |
* <!-- end-user-doc --> |
|
Lines 2256-2261
Link Here
|
| 2256 |
int CHARACTER_LITERAL_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 1; |
2591 |
int CHARACTER_LITERAL_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 1; |
| 2257 |
|
2592 |
|
| 2258 |
/** |
2593 |
/** |
|
|
2594 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ClassFileImpl <em>Class File</em>}' class. |
| 2595 |
* <!-- begin-user-doc --> |
| 2596 |
* <!-- end-user-doc --> |
| 2597 |
* @see org.eclipse.gmt.modisco.java.emf.impl.ClassFileImpl |
| 2598 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getClassFile() |
| 2599 |
* @generated |
| 2600 |
*/ |
| 2601 |
int CLASS_FILE = 27; |
| 2602 |
|
| 2603 |
/** |
| 2604 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
| 2605 |
* <!-- begin-user-doc --> |
| 2606 |
* <!-- end-user-doc --> |
| 2607 |
* @generated |
| 2608 |
* @ordered |
| 2609 |
*/ |
| 2610 |
int CLASS_FILE__COMMENTS = NAMED_ELEMENT__COMMENTS; |
| 2611 |
|
| 2612 |
/** |
| 2613 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
| 2614 |
* <!-- begin-user-doc --> |
| 2615 |
* <!-- end-user-doc --> |
| 2616 |
* @generated |
| 2617 |
* @ordered |
| 2618 |
*/ |
| 2619 |
int CLASS_FILE__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
| 2620 |
|
| 2621 |
/** |
| 2622 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2623 |
* <!-- begin-user-doc --> |
| 2624 |
* <!-- end-user-doc --> |
| 2625 |
* @generated |
| 2626 |
* @ordered |
| 2627 |
*/ |
| 2628 |
int CLASS_FILE__ORIGINAL_CLASS_FILE = NAMED_ELEMENT__ORIGINAL_CLASS_FILE; |
| 2629 |
|
| 2630 |
/** |
| 2631 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 2632 |
* <!-- begin-user-doc --> |
| 2633 |
* <!-- end-user-doc --> |
| 2634 |
* @generated |
| 2635 |
* @ordered |
| 2636 |
*/ |
| 2637 |
int CLASS_FILE__NAME = NAMED_ELEMENT__NAME; |
| 2638 |
|
| 2639 |
/** |
| 2640 |
* The feature id for the '<em><b>Proxy</b></em>' attribute. |
| 2641 |
* <!-- begin-user-doc --> |
| 2642 |
* <!-- end-user-doc --> |
| 2643 |
* @generated |
| 2644 |
* @ordered |
| 2645 |
*/ |
| 2646 |
int CLASS_FILE__PROXY = NAMED_ELEMENT__PROXY; |
| 2647 |
|
| 2648 |
/** |
| 2649 |
* The feature id for the '<em><b>Usages In Imports</b></em>' reference list. |
| 2650 |
* <!-- begin-user-doc --> |
| 2651 |
* <!-- end-user-doc --> |
| 2652 |
* @generated |
| 2653 |
* @ordered |
| 2654 |
*/ |
| 2655 |
int CLASS_FILE__USAGES_IN_IMPORTS = NAMED_ELEMENT__USAGES_IN_IMPORTS; |
| 2656 |
|
| 2657 |
/** |
| 2658 |
* The feature id for the '<em><b>Original File Path</b></em>' attribute. |
| 2659 |
* <!-- begin-user-doc --> |
| 2660 |
* <!-- end-user-doc --> |
| 2661 |
* @generated |
| 2662 |
* @ordered |
| 2663 |
*/ |
| 2664 |
int CLASS_FILE__ORIGINAL_FILE_PATH = NAMED_ELEMENT_FEATURE_COUNT + 0; |
| 2665 |
|
| 2666 |
/** |
| 2667 |
* The feature id for the '<em><b>Type</b></em>' reference. |
| 2668 |
* <!-- begin-user-doc --> |
| 2669 |
* <!-- end-user-doc --> |
| 2670 |
* @generated |
| 2671 |
* @ordered |
| 2672 |
*/ |
| 2673 |
int CLASS_FILE__TYPE = NAMED_ELEMENT_FEATURE_COUNT + 1; |
| 2674 |
|
| 2675 |
/** |
| 2676 |
* The feature id for the '<em><b>Attached Source</b></em>' reference. |
| 2677 |
* <!-- begin-user-doc --> |
| 2678 |
* <!-- end-user-doc --> |
| 2679 |
* @generated |
| 2680 |
* @ordered |
| 2681 |
*/ |
| 2682 |
int CLASS_FILE__ATTACHED_SOURCE = NAMED_ELEMENT_FEATURE_COUNT + 2; |
| 2683 |
|
| 2684 |
/** |
| 2685 |
* The feature id for the '<em><b>Package</b></em>' reference. |
| 2686 |
* <!-- begin-user-doc --> |
| 2687 |
* <!-- end-user-doc --> |
| 2688 |
* @generated |
| 2689 |
* @ordered |
| 2690 |
*/ |
| 2691 |
int CLASS_FILE__PACKAGE = NAMED_ELEMENT_FEATURE_COUNT + 3; |
| 2692 |
|
| 2693 |
/** |
| 2694 |
* The number of structural features of the '<em>Class File</em>' class. |
| 2695 |
* <!-- begin-user-doc --> |
| 2696 |
* <!-- end-user-doc --> |
| 2697 |
* @generated |
| 2698 |
* @ordered |
| 2699 |
*/ |
| 2700 |
int CLASS_FILE_FEATURE_COUNT = NAMED_ELEMENT_FEATURE_COUNT + 4; |
| 2701 |
|
| 2702 |
/** |
| 2259 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ClassInstanceCreationImpl <em>Class Instance Creation</em>}' class. |
2703 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ClassInstanceCreationImpl <em>Class Instance Creation</em>}' class. |
| 2260 |
* <!-- begin-user-doc --> |
2704 |
* <!-- begin-user-doc --> |
| 2261 |
* <!-- end-user-doc --> |
2705 |
* <!-- end-user-doc --> |
|
Lines 2263-2269
Link Here
|
| 2263 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getClassInstanceCreation() |
2707 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getClassInstanceCreation() |
| 2264 |
* @generated |
2708 |
* @generated |
| 2265 |
*/ |
2709 |
*/ |
| 2266 |
int CLASS_INSTANCE_CREATION = 26; |
2710 |
int CLASS_INSTANCE_CREATION = 28; |
| 2267 |
|
2711 |
|
| 2268 |
/** |
2712 |
/** |
| 2269 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2713 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2284-2289
Link Here
|
| 2284 |
int CLASS_INSTANCE_CREATION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
2728 |
int CLASS_INSTANCE_CREATION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 2285 |
|
2729 |
|
| 2286 |
/** |
2730 |
/** |
|
|
2731 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2732 |
* <!-- begin-user-doc --> |
| 2733 |
* <!-- end-user-doc --> |
| 2734 |
* @generated |
| 2735 |
* @ordered |
| 2736 |
*/ |
| 2737 |
int CLASS_INSTANCE_CREATION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 2738 |
|
| 2739 |
/** |
| 2287 |
* The feature id for the '<em><b>Method</b></em>' reference. |
2740 |
* The feature id for the '<em><b>Method</b></em>' reference. |
| 2288 |
* <!-- begin-user-doc --> |
2741 |
* <!-- begin-user-doc --> |
| 2289 |
* <!-- end-user-doc --> |
2742 |
* <!-- end-user-doc --> |
|
Lines 2354-2360
Link Here
|
| 2354 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getConstructorDeclaration() |
2807 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getConstructorDeclaration() |
| 2355 |
* @generated |
2808 |
* @generated |
| 2356 |
*/ |
2809 |
*/ |
| 2357 |
int CONSTRUCTOR_DECLARATION = 27; |
2810 |
int CONSTRUCTOR_DECLARATION = 29; |
| 2358 |
|
2811 |
|
| 2359 |
/** |
2812 |
/** |
| 2360 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2813 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2375-2380
Link Here
|
| 2375 |
int CONSTRUCTOR_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
2828 |
int CONSTRUCTOR_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 2376 |
|
2829 |
|
| 2377 |
/** |
2830 |
/** |
|
|
2831 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2832 |
* <!-- begin-user-doc --> |
| 2833 |
* <!-- end-user-doc --> |
| 2834 |
* @generated |
| 2835 |
* @ordered |
| 2836 |
*/ |
| 2837 |
int CONSTRUCTOR_DECLARATION__ORIGINAL_CLASS_FILE = ABSTRACT_METHOD_DECLARATION__ORIGINAL_CLASS_FILE; |
| 2838 |
|
| 2839 |
/** |
| 2378 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
2840 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 2379 |
* <!-- begin-user-doc --> |
2841 |
* <!-- begin-user-doc --> |
| 2380 |
* <!-- end-user-doc --> |
2842 |
* <!-- end-user-doc --> |
|
Lines 2438-2461
Link Here
|
| 2438 |
int CONSTRUCTOR_DECLARATION__MODIFIER = ABSTRACT_METHOD_DECLARATION__MODIFIER; |
2900 |
int CONSTRUCTOR_DECLARATION__MODIFIER = ABSTRACT_METHOD_DECLARATION__MODIFIER; |
| 2439 |
|
2901 |
|
| 2440 |
/** |
2902 |
/** |
| 2441 |
* The feature id for the '<em><b>Varargs</b></em>' attribute. |
|
|
| 2442 |
* <!-- begin-user-doc --> |
| 2443 |
* <!-- end-user-doc --> |
| 2444 |
* @generated |
| 2445 |
* @ordered |
| 2446 |
*/ |
| 2447 |
int CONSTRUCTOR_DECLARATION__VARARGS = ABSTRACT_METHOD_DECLARATION__VARARGS; |
| 2448 |
|
| 2449 |
/** |
| 2450 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
| 2451 |
* <!-- begin-user-doc --> |
| 2452 |
* <!-- end-user-doc --> |
| 2453 |
* @generated |
| 2454 |
* @ordered |
| 2455 |
*/ |
| 2456 |
int CONSTRUCTOR_DECLARATION__QUALIFIED_NAME = ABSTRACT_METHOD_DECLARATION__QUALIFIED_NAME; |
| 2457 |
|
| 2458 |
/** |
| 2459 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
2903 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
| 2460 |
* <!-- begin-user-doc --> |
2904 |
* <!-- begin-user-doc --> |
| 2461 |
* <!-- end-user-doc --> |
2905 |
* <!-- end-user-doc --> |
|
Lines 2526-2532
Link Here
|
| 2526 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getConditionalExpression() |
2970 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getConditionalExpression() |
| 2527 |
* @generated |
2971 |
* @generated |
| 2528 |
*/ |
2972 |
*/ |
| 2529 |
int CONDITIONAL_EXPRESSION = 28; |
2973 |
int CONDITIONAL_EXPRESSION = 30; |
| 2530 |
|
2974 |
|
| 2531 |
/** |
2975 |
/** |
| 2532 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
2976 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2547-2552
Link Here
|
| 2547 |
int CONDITIONAL_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
2991 |
int CONDITIONAL_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 2548 |
|
2992 |
|
| 2549 |
/** |
2993 |
/** |
|
|
2994 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2995 |
* <!-- begin-user-doc --> |
| 2996 |
* <!-- end-user-doc --> |
| 2997 |
* @generated |
| 2998 |
* @ordered |
| 2999 |
*/ |
| 3000 |
int CONDITIONAL_EXPRESSION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 3001 |
|
| 3002 |
/** |
| 2550 |
* The feature id for the '<em><b>Else Expression</b></em>' containment reference. |
3003 |
* The feature id for the '<em><b>Else Expression</b></em>' containment reference. |
| 2551 |
* <!-- begin-user-doc --> |
3004 |
* <!-- begin-user-doc --> |
| 2552 |
* <!-- end-user-doc --> |
3005 |
* <!-- end-user-doc --> |
|
Lines 2590-2596
Link Here
|
| 2590 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getConstructorInvocation() |
3043 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getConstructorInvocation() |
| 2591 |
* @generated |
3044 |
* @generated |
| 2592 |
*/ |
3045 |
*/ |
| 2593 |
int CONSTRUCTOR_INVOCATION = 29; |
3046 |
int CONSTRUCTOR_INVOCATION = 31; |
| 2594 |
|
3047 |
|
| 2595 |
/** |
3048 |
/** |
| 2596 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
3049 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2611-2616
Link Here
|
| 2611 |
int CONSTRUCTOR_INVOCATION__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
3064 |
int CONSTRUCTOR_INVOCATION__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 2612 |
|
3065 |
|
| 2613 |
/** |
3066 |
/** |
|
|
3067 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 3068 |
* <!-- begin-user-doc --> |
| 3069 |
* <!-- end-user-doc --> |
| 3070 |
* @generated |
| 3071 |
* @ordered |
| 3072 |
*/ |
| 3073 |
int CONSTRUCTOR_INVOCATION__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 3074 |
|
| 3075 |
/** |
| 2614 |
* The feature id for the '<em><b>Method</b></em>' reference. |
3076 |
* The feature id for the '<em><b>Method</b></em>' reference. |
| 2615 |
* <!-- begin-user-doc --> |
3077 |
* <!-- begin-user-doc --> |
| 2616 |
* <!-- end-user-doc --> |
3078 |
* <!-- end-user-doc --> |
|
Lines 2654-2660
Link Here
|
| 2654 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTypeDeclaration() |
3116 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTypeDeclaration() |
| 2655 |
* @generated |
3117 |
* @generated |
| 2656 |
*/ |
3118 |
*/ |
| 2657 |
int TYPE_DECLARATION = 97; |
3119 |
int TYPE_DECLARATION = 103; |
| 2658 |
|
3120 |
|
| 2659 |
/** |
3121 |
/** |
| 2660 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
3122 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2675-2680
Link Here
|
| 2675 |
int TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
3137 |
int TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 2676 |
|
3138 |
|
| 2677 |
/** |
3139 |
/** |
|
|
3140 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 3141 |
* <!-- begin-user-doc --> |
| 3142 |
* <!-- end-user-doc --> |
| 3143 |
* @generated |
| 3144 |
* @ordered |
| 3145 |
*/ |
| 3146 |
int TYPE_DECLARATION__ORIGINAL_CLASS_FILE = ABSTRACT_TYPE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 3147 |
|
| 3148 |
/** |
| 2678 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
3149 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 2679 |
* <!-- begin-user-doc --> |
3150 |
* <!-- begin-user-doc --> |
| 2680 |
* <!-- end-user-doc --> |
3151 |
* <!-- end-user-doc --> |
|
Lines 2747-2761
Link Here
|
| 2747 |
int TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS = ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
3218 |
int TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS = ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
| 2748 |
|
3219 |
|
| 2749 |
/** |
3220 |
/** |
| 2750 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 2751 |
* <!-- begin-user-doc --> |
| 2752 |
* <!-- end-user-doc --> |
| 2753 |
* @generated |
| 2754 |
* @ordered |
| 2755 |
*/ |
| 2756 |
int TYPE_DECLARATION__QUALIFIED_NAME = ABSTRACT_TYPE_DECLARATION__QUALIFIED_NAME; |
| 2757 |
|
| 2758 |
/** |
| 2759 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
3221 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 2760 |
* <!-- begin-user-doc --> |
3222 |
* <!-- begin-user-doc --> |
| 2761 |
* <!-- end-user-doc --> |
3223 |
* <!-- end-user-doc --> |
|
Lines 2826-2832
Link Here
|
| 2826 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getClassDeclaration() |
3288 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getClassDeclaration() |
| 2827 |
* @generated |
3289 |
* @generated |
| 2828 |
*/ |
3290 |
*/ |
| 2829 |
int CLASS_DECLARATION = 30; |
3291 |
int CLASS_DECLARATION = 32; |
| 2830 |
|
3292 |
|
| 2831 |
/** |
3293 |
/** |
| 2832 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
3294 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 2835-2850
Link Here
|
| 2835 |
* @generated |
3297 |
* @generated |
| 2836 |
* @ordered |
3298 |
* @ordered |
| 2837 |
*/ |
3299 |
*/ |
| 2838 |
int CLASS_DECLARATION__COMMENTS = TYPE_DECLARATION__COMMENTS; |
3300 |
int CLASS_DECLARATION__COMMENTS = TYPE_DECLARATION__COMMENTS; |
|
|
3301 |
|
| 3302 |
/** |
| 3303 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
| 3304 |
* <!-- begin-user-doc --> |
| 3305 |
* <!-- end-user-doc --> |
| 3306 |
* @generated |
| 3307 |
* @ordered |
| 3308 |
*/ |
| 3309 |
int CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT = TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 2839 |
|
3310 |
|
| 2840 |
/** |
3311 |
/** |
| 2841 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
3312 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 2842 |
* <!-- begin-user-doc --> |
3313 |
* <!-- begin-user-doc --> |
| 2843 |
* <!-- end-user-doc --> |
3314 |
* <!-- end-user-doc --> |
| 2844 |
* @generated |
3315 |
* @generated |
| 2845 |
* @ordered |
3316 |
* @ordered |
| 2846 |
*/ |
3317 |
*/ |
| 2847 |
int CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT = TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
3318 |
int CLASS_DECLARATION__ORIGINAL_CLASS_FILE = TYPE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 2848 |
|
3319 |
|
| 2849 |
/** |
3320 |
/** |
| 2850 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
3321 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
|
Lines 2919-2933
Link Here
|
| 2919 |
int CLASS_DECLARATION__USAGES_IN_TYPE_ACCESS = TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
3390 |
int CLASS_DECLARATION__USAGES_IN_TYPE_ACCESS = TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
| 2920 |
|
3391 |
|
| 2921 |
/** |
3392 |
/** |
| 2922 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 2923 |
* <!-- begin-user-doc --> |
| 2924 |
* <!-- end-user-doc --> |
| 2925 |
* @generated |
| 2926 |
* @ordered |
| 2927 |
*/ |
| 2928 |
int CLASS_DECLARATION__QUALIFIED_NAME = TYPE_DECLARATION__QUALIFIED_NAME; |
| 2929 |
|
| 2930 |
/** |
| 2931 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
3393 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 2932 |
* <!-- begin-user-doc --> |
3394 |
* <!-- begin-user-doc --> |
| 2933 |
* <!-- end-user-doc --> |
3395 |
* <!-- end-user-doc --> |
|
Lines 3007-3013
Link Here
|
| 3007 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getCompilationUnit() |
3469 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getCompilationUnit() |
| 3008 |
* @generated |
3470 |
* @generated |
| 3009 |
*/ |
3471 |
*/ |
| 3010 |
int COMPILATION_UNIT = 32; |
3472 |
int COMPILATION_UNIT = 34; |
| 3011 |
|
3473 |
|
| 3012 |
/** |
3474 |
/** |
| 3013 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
3475 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3028-3033
Link Here
|
| 3028 |
int COMPILATION_UNIT__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
3490 |
int COMPILATION_UNIT__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
| 3029 |
|
3491 |
|
| 3030 |
/** |
3492 |
/** |
|
|
3493 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 3494 |
* <!-- begin-user-doc --> |
| 3495 |
* <!-- end-user-doc --> |
| 3496 |
* @generated |
| 3497 |
* @ordered |
| 3498 |
*/ |
| 3499 |
int COMPILATION_UNIT__ORIGINAL_CLASS_FILE = NAMED_ELEMENT__ORIGINAL_CLASS_FILE; |
| 3500 |
|
| 3501 |
/** |
| 3031 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
3502 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 3032 |
* <!-- begin-user-doc --> |
3503 |
* <!-- begin-user-doc --> |
| 3033 |
* <!-- end-user-doc --> |
3504 |
* <!-- end-user-doc --> |
|
Lines 3116-3122
Link Here
|
| 3116 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getContinueStatement() |
3587 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getContinueStatement() |
| 3117 |
* @generated |
3588 |
* @generated |
| 3118 |
*/ |
3589 |
*/ |
| 3119 |
int CONTINUE_STATEMENT = 33; |
3590 |
int CONTINUE_STATEMENT = 35; |
| 3120 |
|
3591 |
|
| 3121 |
/** |
3592 |
/** |
| 3122 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
3593 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3137-3142
Link Here
|
| 3137 |
int CONTINUE_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
3608 |
int CONTINUE_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 3138 |
|
3609 |
|
| 3139 |
/** |
3610 |
/** |
|
|
3611 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 3612 |
* <!-- begin-user-doc --> |
| 3613 |
* <!-- end-user-doc --> |
| 3614 |
* @generated |
| 3615 |
* @ordered |
| 3616 |
*/ |
| 3617 |
int CONTINUE_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 3618 |
|
| 3619 |
/** |
| 3140 |
* The feature id for the '<em><b>Label</b></em>' reference. |
3620 |
* The feature id for the '<em><b>Label</b></em>' reference. |
| 3141 |
* <!-- begin-user-doc --> |
3621 |
* <!-- begin-user-doc --> |
| 3142 |
* <!-- end-user-doc --> |
3622 |
* <!-- end-user-doc --> |
|
Lines 3162-3168
Link Here
|
| 3162 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getDoStatement() |
3642 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getDoStatement() |
| 3163 |
* @generated |
3643 |
* @generated |
| 3164 |
*/ |
3644 |
*/ |
| 3165 |
int DO_STATEMENT = 34; |
3645 |
int DO_STATEMENT = 36; |
| 3166 |
|
3646 |
|
| 3167 |
/** |
3647 |
/** |
| 3168 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
3648 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3183-3188
Link Here
|
| 3183 |
int DO_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
3663 |
int DO_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 3184 |
|
3664 |
|
| 3185 |
/** |
3665 |
/** |
|
|
3666 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 3667 |
* <!-- begin-user-doc --> |
| 3668 |
* <!-- end-user-doc --> |
| 3669 |
* @generated |
| 3670 |
* @ordered |
| 3671 |
*/ |
| 3672 |
int DO_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 3673 |
|
| 3674 |
/** |
| 3186 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
3675 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
| 3187 |
* <!-- begin-user-doc --> |
3676 |
* <!-- begin-user-doc --> |
| 3188 |
* <!-- end-user-doc --> |
3677 |
* <!-- end-user-doc --> |
|
Lines 3217-3223
Link Here
|
| 3217 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getEmptyStatement() |
3706 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getEmptyStatement() |
| 3218 |
* @generated |
3707 |
* @generated |
| 3219 |
*/ |
3708 |
*/ |
| 3220 |
int EMPTY_STATEMENT = 35; |
3709 |
int EMPTY_STATEMENT = 37; |
| 3221 |
|
3710 |
|
| 3222 |
/** |
3711 |
/** |
| 3223 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
3712 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3238-3243
Link Here
|
| 3238 |
int EMPTY_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
3727 |
int EMPTY_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 3239 |
|
3728 |
|
| 3240 |
/** |
3729 |
/** |
|
|
3730 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 3731 |
* <!-- begin-user-doc --> |
| 3732 |
* <!-- end-user-doc --> |
| 3733 |
* @generated |
| 3734 |
* @ordered |
| 3735 |
*/ |
| 3736 |
int EMPTY_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 3737 |
|
| 3738 |
/** |
| 3241 |
* The number of structural features of the '<em>Empty Statement</em>' class. |
3739 |
* The number of structural features of the '<em>Empty Statement</em>' class. |
| 3242 |
* <!-- begin-user-doc --> |
3740 |
* <!-- begin-user-doc --> |
| 3243 |
* <!-- end-user-doc --> |
3741 |
* <!-- end-user-doc --> |
|
Lines 3254-3260
Link Here
|
| 3254 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getEnhancedForStatement() |
3752 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getEnhancedForStatement() |
| 3255 |
* @generated |
3753 |
* @generated |
| 3256 |
*/ |
3754 |
*/ |
| 3257 |
int ENHANCED_FOR_STATEMENT = 36; |
3755 |
int ENHANCED_FOR_STATEMENT = 38; |
| 3258 |
|
3756 |
|
| 3259 |
/** |
3757 |
/** |
| 3260 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
3758 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3275-3280
Link Here
|
| 3275 |
int ENHANCED_FOR_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
3773 |
int ENHANCED_FOR_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 3276 |
|
3774 |
|
| 3277 |
/** |
3775 |
/** |
|
|
3776 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 3777 |
* <!-- begin-user-doc --> |
| 3778 |
* <!-- end-user-doc --> |
| 3779 |
* @generated |
| 3780 |
* @ordered |
| 3781 |
*/ |
| 3782 |
int ENHANCED_FOR_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 3783 |
|
| 3784 |
/** |
| 3278 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
3785 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
| 3279 |
* <!-- begin-user-doc --> |
3786 |
* <!-- begin-user-doc --> |
| 3280 |
* <!-- end-user-doc --> |
3787 |
* <!-- end-user-doc --> |
|
Lines 3318-3324
Link Here
|
| 3318 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getEnumConstantDeclaration() |
3825 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getEnumConstantDeclaration() |
| 3319 |
* @generated |
3826 |
* @generated |
| 3320 |
*/ |
3827 |
*/ |
| 3321 |
int ENUM_CONSTANT_DECLARATION = 37; |
3828 |
int ENUM_CONSTANT_DECLARATION = 39; |
| 3322 |
|
3829 |
|
| 3323 |
/** |
3830 |
/** |
| 3324 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
3831 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3339-3344
Link Here
|
| 3339 |
int ENUM_CONSTANT_DECLARATION__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
3846 |
int ENUM_CONSTANT_DECLARATION__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 3340 |
|
3847 |
|
| 3341 |
/** |
3848 |
/** |
|
|
3849 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 3850 |
* <!-- begin-user-doc --> |
| 3851 |
* <!-- end-user-doc --> |
| 3852 |
* @generated |
| 3853 |
* @ordered |
| 3854 |
*/ |
| 3855 |
int ENUM_CONSTANT_DECLARATION__ORIGINAL_CLASS_FILE = BODY_DECLARATION__ORIGINAL_CLASS_FILE; |
| 3856 |
|
| 3857 |
/** |
| 3342 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
3858 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 3343 |
* <!-- begin-user-doc --> |
3859 |
* <!-- begin-user-doc --> |
| 3344 |
* <!-- end-user-doc --> |
3860 |
* <!-- end-user-doc --> |
|
Lines 3463-3469
Link Here
|
| 3463 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getEnumDeclaration() |
3979 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getEnumDeclaration() |
| 3464 |
* @generated |
3980 |
* @generated |
| 3465 |
*/ |
3981 |
*/ |
| 3466 |
int ENUM_DECLARATION = 38; |
3982 |
int ENUM_DECLARATION = 40; |
| 3467 |
|
3983 |
|
| 3468 |
/** |
3984 |
/** |
| 3469 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
3985 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3484-3489
Link Here
|
| 3484 |
int ENUM_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
4000 |
int ENUM_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 3485 |
|
4001 |
|
| 3486 |
/** |
4002 |
/** |
|
|
4003 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4004 |
* <!-- begin-user-doc --> |
| 4005 |
* <!-- end-user-doc --> |
| 4006 |
* @generated |
| 4007 |
* @ordered |
| 4008 |
*/ |
| 4009 |
int ENUM_DECLARATION__ORIGINAL_CLASS_FILE = ABSTRACT_TYPE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 4010 |
|
| 4011 |
/** |
| 3487 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
4012 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 3488 |
* <!-- begin-user-doc --> |
4013 |
* <!-- begin-user-doc --> |
| 3489 |
* <!-- end-user-doc --> |
4014 |
* <!-- end-user-doc --> |
|
Lines 3556-3570
Link Here
|
| 3556 |
int ENUM_DECLARATION__USAGES_IN_TYPE_ACCESS = ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
4081 |
int ENUM_DECLARATION__USAGES_IN_TYPE_ACCESS = ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
| 3557 |
|
4082 |
|
| 3558 |
/** |
4083 |
/** |
| 3559 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 3560 |
* <!-- begin-user-doc --> |
| 3561 |
* <!-- end-user-doc --> |
| 3562 |
* @generated |
| 3563 |
* @ordered |
| 3564 |
*/ |
| 3565 |
int ENUM_DECLARATION__QUALIFIED_NAME = ABSTRACT_TYPE_DECLARATION__QUALIFIED_NAME; |
| 3566 |
|
| 3567 |
/** |
| 3568 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
4084 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 3569 |
* <!-- begin-user-doc --> |
4085 |
* <!-- begin-user-doc --> |
| 3570 |
* <!-- end-user-doc --> |
4086 |
* <!-- end-user-doc --> |
|
Lines 3635-3641
Link Here
|
| 3635 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getExpressionStatement() |
4151 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getExpressionStatement() |
| 3636 |
* @generated |
4152 |
* @generated |
| 3637 |
*/ |
4153 |
*/ |
| 3638 |
int EXPRESSION_STATEMENT = 40; |
4154 |
int EXPRESSION_STATEMENT = 42; |
| 3639 |
|
4155 |
|
| 3640 |
/** |
4156 |
/** |
| 3641 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
4157 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3656-3661
Link Here
|
| 3656 |
int EXPRESSION_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
4172 |
int EXPRESSION_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 3657 |
|
4173 |
|
| 3658 |
/** |
4174 |
/** |
|
|
4175 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4176 |
* <!-- begin-user-doc --> |
| 4177 |
* <!-- end-user-doc --> |
| 4178 |
* @generated |
| 4179 |
* @ordered |
| 4180 |
*/ |
| 4181 |
int EXPRESSION_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 4182 |
|
| 4183 |
/** |
| 3659 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
4184 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
| 3660 |
* <!-- begin-user-doc --> |
4185 |
* <!-- begin-user-doc --> |
| 3661 |
* <!-- end-user-doc --> |
4186 |
* <!-- end-user-doc --> |
|
Lines 3681-3687
Link Here
|
| 3681 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getFieldAccess() |
4206 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getFieldAccess() |
| 3682 |
* @generated |
4207 |
* @generated |
| 3683 |
*/ |
4208 |
*/ |
| 3684 |
int FIELD_ACCESS = 41; |
4209 |
int FIELD_ACCESS = 43; |
| 3685 |
|
4210 |
|
| 3686 |
/** |
4211 |
/** |
| 3687 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
4212 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3702-3707
Link Here
|
| 3702 |
int FIELD_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
4227 |
int FIELD_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 3703 |
|
4228 |
|
| 3704 |
/** |
4229 |
/** |
|
|
4230 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4231 |
* <!-- begin-user-doc --> |
| 4232 |
* <!-- end-user-doc --> |
| 4233 |
* @generated |
| 4234 |
* @ordered |
| 4235 |
*/ |
| 4236 |
int FIELD_ACCESS__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 4237 |
|
| 4238 |
/** |
| 3705 |
* The feature id for the '<em><b>Field</b></em>' containment reference. |
4239 |
* The feature id for the '<em><b>Field</b></em>' containment reference. |
| 3706 |
* <!-- begin-user-doc --> |
4240 |
* <!-- begin-user-doc --> |
| 3707 |
* <!-- end-user-doc --> |
4241 |
* <!-- end-user-doc --> |
|
Lines 3736-3742
Link Here
|
| 3736 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getFieldDeclaration() |
4270 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getFieldDeclaration() |
| 3737 |
* @generated |
4271 |
* @generated |
| 3738 |
*/ |
4272 |
*/ |
| 3739 |
int FIELD_DECLARATION = 42; |
4273 |
int FIELD_DECLARATION = 44; |
| 3740 |
|
4274 |
|
| 3741 |
/** |
4275 |
/** |
| 3742 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
4276 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3757-3762
Link Here
|
| 3757 |
int FIELD_DECLARATION__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
4291 |
int FIELD_DECLARATION__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 3758 |
|
4292 |
|
| 3759 |
/** |
4293 |
/** |
|
|
4294 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4295 |
* <!-- begin-user-doc --> |
| 4296 |
* <!-- end-user-doc --> |
| 4297 |
* @generated |
| 4298 |
* @ordered |
| 4299 |
*/ |
| 4300 |
int FIELD_DECLARATION__ORIGINAL_CLASS_FILE = BODY_DECLARATION__ORIGINAL_CLASS_FILE; |
| 4301 |
|
| 4302 |
/** |
| 3760 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
4303 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 3761 |
* <!-- begin-user-doc --> |
4304 |
* <!-- begin-user-doc --> |
| 3762 |
* <!-- end-user-doc --> |
4305 |
* <!-- end-user-doc --> |
|
Lines 3854-3860
Link Here
|
| 3854 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getForStatement() |
4397 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getForStatement() |
| 3855 |
* @generated |
4398 |
* @generated |
| 3856 |
*/ |
4399 |
*/ |
| 3857 |
int FOR_STATEMENT = 43; |
4400 |
int FOR_STATEMENT = 45; |
| 3858 |
|
4401 |
|
| 3859 |
/** |
4402 |
/** |
| 3860 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
4403 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3875-3880
Link Here
|
| 3875 |
int FOR_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
4418 |
int FOR_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 3876 |
|
4419 |
|
| 3877 |
/** |
4420 |
/** |
|
|
4421 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4422 |
* <!-- begin-user-doc --> |
| 4423 |
* <!-- end-user-doc --> |
| 4424 |
* @generated |
| 4425 |
* @ordered |
| 4426 |
*/ |
| 4427 |
int FOR_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 4428 |
|
| 4429 |
/** |
| 3878 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
4430 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
| 3879 |
* <!-- begin-user-doc --> |
4431 |
* <!-- begin-user-doc --> |
| 3880 |
* <!-- end-user-doc --> |
4432 |
* <!-- end-user-doc --> |
|
Lines 3927-3933
Link Here
|
| 3927 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getIfStatement() |
4479 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getIfStatement() |
| 3928 |
* @generated |
4480 |
* @generated |
| 3929 |
*/ |
4481 |
*/ |
| 3930 |
int IF_STATEMENT = 44; |
4482 |
int IF_STATEMENT = 46; |
| 3931 |
|
4483 |
|
| 3932 |
/** |
4484 |
/** |
| 3933 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
4485 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 3948-3953
Link Here
|
| 3948 |
int IF_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
4500 |
int IF_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 3949 |
|
4501 |
|
| 3950 |
/** |
4502 |
/** |
|
|
4503 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4504 |
* <!-- begin-user-doc --> |
| 4505 |
* <!-- end-user-doc --> |
| 4506 |
* @generated |
| 4507 |
* @ordered |
| 4508 |
*/ |
| 4509 |
int IF_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 4510 |
|
| 4511 |
/** |
| 3951 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
4512 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
| 3952 |
* <!-- begin-user-doc --> |
4513 |
* <!-- begin-user-doc --> |
| 3953 |
* <!-- end-user-doc --> |
4514 |
* <!-- end-user-doc --> |
|
Lines 3991-3997
Link Here
|
| 3991 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getImportDeclaration() |
4552 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getImportDeclaration() |
| 3992 |
* @generated |
4553 |
* @generated |
| 3993 |
*/ |
4554 |
*/ |
| 3994 |
int IMPORT_DECLARATION = 45; |
4555 |
int IMPORT_DECLARATION = 47; |
| 3995 |
|
4556 |
|
| 3996 |
/** |
4557 |
/** |
| 3997 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
4558 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4012-4017
Link Here
|
| 4012 |
int IMPORT_DECLARATION__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
4573 |
int IMPORT_DECLARATION__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 4013 |
|
4574 |
|
| 4014 |
/** |
4575 |
/** |
|
|
4576 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4577 |
* <!-- begin-user-doc --> |
| 4578 |
* <!-- end-user-doc --> |
| 4579 |
* @generated |
| 4580 |
* @ordered |
| 4581 |
*/ |
| 4582 |
int IMPORT_DECLARATION__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 4583 |
|
| 4584 |
/** |
| 4015 |
* The feature id for the '<em><b>Static</b></em>' attribute. |
4585 |
* The feature id for the '<em><b>Static</b></em>' attribute. |
| 4016 |
* <!-- begin-user-doc --> |
4586 |
* <!-- begin-user-doc --> |
| 4017 |
* <!-- end-user-doc --> |
4587 |
* <!-- end-user-doc --> |
|
Lines 4046-4052
Link Here
|
| 4046 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInfixExpression() |
4616 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInfixExpression() |
| 4047 |
* @generated |
4617 |
* @generated |
| 4048 |
*/ |
4618 |
*/ |
| 4049 |
int INFIX_EXPRESSION = 46; |
4619 |
int INFIX_EXPRESSION = 48; |
| 4050 |
|
4620 |
|
| 4051 |
/** |
4621 |
/** |
| 4052 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
4622 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4067-4072
Link Here
|
| 4067 |
int INFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
4637 |
int INFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 4068 |
|
4638 |
|
| 4069 |
/** |
4639 |
/** |
|
|
4640 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4641 |
* <!-- begin-user-doc --> |
| 4642 |
* <!-- end-user-doc --> |
| 4643 |
* @generated |
| 4644 |
* @ordered |
| 4645 |
*/ |
| 4646 |
int INFIX_EXPRESSION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 4647 |
|
| 4648 |
/** |
| 4070 |
* The feature id for the '<em><b>Operator</b></em>' attribute. |
4649 |
* The feature id for the '<em><b>Operator</b></em>' attribute. |
| 4071 |
* <!-- begin-user-doc --> |
4650 |
* <!-- begin-user-doc --> |
| 4072 |
* <!-- end-user-doc --> |
4651 |
* <!-- end-user-doc --> |
|
Lines 4119-4125
Link Here
|
| 4119 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInitializer() |
4698 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInitializer() |
| 4120 |
* @generated |
4699 |
* @generated |
| 4121 |
*/ |
4700 |
*/ |
| 4122 |
int INITIALIZER = 47; |
4701 |
int INITIALIZER = 49; |
| 4123 |
|
4702 |
|
| 4124 |
/** |
4703 |
/** |
| 4125 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
4704 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4140-4145
Link Here
|
| 4140 |
int INITIALIZER__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
4719 |
int INITIALIZER__ORIGINAL_COMPILATION_UNIT = BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 4141 |
|
4720 |
|
| 4142 |
/** |
4721 |
/** |
|
|
4722 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4723 |
* <!-- begin-user-doc --> |
| 4724 |
* <!-- end-user-doc --> |
| 4725 |
* @generated |
| 4726 |
* @ordered |
| 4727 |
*/ |
| 4728 |
int INITIALIZER__ORIGINAL_CLASS_FILE = BODY_DECLARATION__ORIGINAL_CLASS_FILE; |
| 4729 |
|
| 4730 |
/** |
| 4143 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
4731 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 4144 |
* <!-- begin-user-doc --> |
4732 |
* <!-- begin-user-doc --> |
| 4145 |
* <!-- end-user-doc --> |
4733 |
* <!-- end-user-doc --> |
|
Lines 4228-4234
Link Here
|
| 4228 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInstanceofExpression() |
4816 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInstanceofExpression() |
| 4229 |
* @generated |
4817 |
* @generated |
| 4230 |
*/ |
4818 |
*/ |
| 4231 |
int INSTANCEOF_EXPRESSION = 48; |
4819 |
int INSTANCEOF_EXPRESSION = 50; |
| 4232 |
|
4820 |
|
| 4233 |
/** |
4821 |
/** |
| 4234 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
4822 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4249-4254
Link Here
|
| 4249 |
int INSTANCEOF_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
4837 |
int INSTANCEOF_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 4250 |
|
4838 |
|
| 4251 |
/** |
4839 |
/** |
|
|
4840 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4841 |
* <!-- begin-user-doc --> |
| 4842 |
* <!-- end-user-doc --> |
| 4843 |
* @generated |
| 4844 |
* @ordered |
| 4845 |
*/ |
| 4846 |
int INSTANCEOF_EXPRESSION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 4847 |
|
| 4848 |
/** |
| 4252 |
* The feature id for the '<em><b>Right Operand</b></em>' containment reference. |
4849 |
* The feature id for the '<em><b>Right Operand</b></em>' containment reference. |
| 4253 |
* <!-- begin-user-doc --> |
4850 |
* <!-- begin-user-doc --> |
| 4254 |
* <!-- end-user-doc --> |
4851 |
* <!-- end-user-doc --> |
|
Lines 4283-4289
Link Here
|
| 4283 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInterfaceDeclaration() |
4880 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInterfaceDeclaration() |
| 4284 |
* @generated |
4881 |
* @generated |
| 4285 |
*/ |
4882 |
*/ |
| 4286 |
int INTERFACE_DECLARATION = 49; |
4883 |
int INTERFACE_DECLARATION = 51; |
| 4287 |
|
4884 |
|
| 4288 |
/** |
4885 |
/** |
| 4289 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
4886 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4304-4309
Link Here
|
| 4304 |
int INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNIT = TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
4901 |
int INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNIT = TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 4305 |
|
4902 |
|
| 4306 |
/** |
4903 |
/** |
|
|
4904 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4905 |
* <!-- begin-user-doc --> |
| 4906 |
* <!-- end-user-doc --> |
| 4907 |
* @generated |
| 4908 |
* @ordered |
| 4909 |
*/ |
| 4910 |
int INTERFACE_DECLARATION__ORIGINAL_CLASS_FILE = TYPE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 4911 |
|
| 4912 |
/** |
| 4307 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
4913 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 4308 |
* <!-- begin-user-doc --> |
4914 |
* <!-- begin-user-doc --> |
| 4309 |
* <!-- end-user-doc --> |
4915 |
* <!-- end-user-doc --> |
|
Lines 4376-4390
Link Here
|
| 4376 |
int INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESS = TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
4982 |
int INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESS = TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
| 4377 |
|
4983 |
|
| 4378 |
/** |
4984 |
/** |
| 4379 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 4380 |
* <!-- begin-user-doc --> |
| 4381 |
* <!-- end-user-doc --> |
| 4382 |
* @generated |
| 4383 |
* @ordered |
| 4384 |
*/ |
| 4385 |
int INTERFACE_DECLARATION__QUALIFIED_NAME = TYPE_DECLARATION__QUALIFIED_NAME; |
| 4386 |
|
| 4387 |
/** |
| 4388 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
4985 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 4389 |
* <!-- begin-user-doc --> |
4986 |
* <!-- begin-user-doc --> |
| 4390 |
* <!-- end-user-doc --> |
4987 |
* <!-- end-user-doc --> |
|
Lines 4455-4461
Link Here
|
| 4455 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getJavadoc() |
5052 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getJavadoc() |
| 4456 |
* @generated |
5053 |
* @generated |
| 4457 |
*/ |
5054 |
*/ |
| 4458 |
int JAVADOC = 50; |
5055 |
int JAVADOC = 52; |
| 4459 |
|
5056 |
|
| 4460 |
/** |
5057 |
/** |
| 4461 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
5058 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4476-4481
Link Here
|
| 4476 |
int JAVADOC__ORIGINAL_COMPILATION_UNIT = COMMENT__ORIGINAL_COMPILATION_UNIT; |
5073 |
int JAVADOC__ORIGINAL_COMPILATION_UNIT = COMMENT__ORIGINAL_COMPILATION_UNIT; |
| 4477 |
|
5074 |
|
| 4478 |
/** |
5075 |
/** |
|
|
5076 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 5077 |
* <!-- begin-user-doc --> |
| 5078 |
* <!-- end-user-doc --> |
| 5079 |
* @generated |
| 5080 |
* @ordered |
| 5081 |
*/ |
| 5082 |
int JAVADOC__ORIGINAL_CLASS_FILE = COMMENT__ORIGINAL_CLASS_FILE; |
| 5083 |
|
| 5084 |
/** |
| 4479 |
* The feature id for the '<em><b>Content</b></em>' attribute. |
5085 |
* The feature id for the '<em><b>Content</b></em>' attribute. |
| 4480 |
* <!-- begin-user-doc --> |
5086 |
* <!-- begin-user-doc --> |
| 4481 |
* <!-- end-user-doc --> |
5087 |
* <!-- end-user-doc --> |
|
Lines 4528-4534
Link Here
|
| 4528 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getLabeledStatement() |
5134 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getLabeledStatement() |
| 4529 |
* @generated |
5135 |
* @generated |
| 4530 |
*/ |
5136 |
*/ |
| 4531 |
int LABELED_STATEMENT = 51; |
5137 |
int LABELED_STATEMENT = 53; |
| 4532 |
|
5138 |
|
| 4533 |
/** |
5139 |
/** |
| 4534 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
5140 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4549-4554
Link Here
|
| 4549 |
int LABELED_STATEMENT__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
5155 |
int LABELED_STATEMENT__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
| 4550 |
|
5156 |
|
| 4551 |
/** |
5157 |
/** |
|
|
5158 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 5159 |
* <!-- begin-user-doc --> |
| 5160 |
* <!-- end-user-doc --> |
| 5161 |
* @generated |
| 5162 |
* @ordered |
| 5163 |
*/ |
| 5164 |
int LABELED_STATEMENT__ORIGINAL_CLASS_FILE = NAMED_ELEMENT__ORIGINAL_CLASS_FILE; |
| 5165 |
|
| 5166 |
/** |
| 4552 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
5167 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 4553 |
* <!-- begin-user-doc --> |
5168 |
* <!-- begin-user-doc --> |
| 4554 |
* <!-- end-user-doc --> |
5169 |
* <!-- end-user-doc --> |
|
Lines 4619-4625
Link Here
|
| 4619 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getLineComment() |
5234 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getLineComment() |
| 4620 |
* @generated |
5235 |
* @generated |
| 4621 |
*/ |
5236 |
*/ |
| 4622 |
int LINE_COMMENT = 52; |
5237 |
int LINE_COMMENT = 54; |
| 4623 |
|
5238 |
|
| 4624 |
/** |
5239 |
/** |
| 4625 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
5240 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4640-4645
Link Here
|
| 4640 |
int LINE_COMMENT__ORIGINAL_COMPILATION_UNIT = COMMENT__ORIGINAL_COMPILATION_UNIT; |
5255 |
int LINE_COMMENT__ORIGINAL_COMPILATION_UNIT = COMMENT__ORIGINAL_COMPILATION_UNIT; |
| 4641 |
|
5256 |
|
| 4642 |
/** |
5257 |
/** |
|
|
5258 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 5259 |
* <!-- begin-user-doc --> |
| 5260 |
* <!-- end-user-doc --> |
| 5261 |
* @generated |
| 5262 |
* @ordered |
| 5263 |
*/ |
| 5264 |
int LINE_COMMENT__ORIGINAL_CLASS_FILE = COMMENT__ORIGINAL_CLASS_FILE; |
| 5265 |
|
| 5266 |
/** |
| 4643 |
* The feature id for the '<em><b>Content</b></em>' attribute. |
5267 |
* The feature id for the '<em><b>Content</b></em>' attribute. |
| 4644 |
* <!-- begin-user-doc --> |
5268 |
* <!-- begin-user-doc --> |
| 4645 |
* <!-- end-user-doc --> |
5269 |
* <!-- end-user-doc --> |
|
Lines 4676-4681
Link Here
|
| 4676 |
int LINE_COMMENT_FEATURE_COUNT = COMMENT_FEATURE_COUNT + 0; |
5300 |
int LINE_COMMENT_FEATURE_COUNT = COMMENT_FEATURE_COUNT + 0; |
| 4677 |
|
5301 |
|
| 4678 |
/** |
5302 |
/** |
|
|
5303 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ManifestImpl <em>Manifest</em>}' class. |
| 5304 |
* <!-- begin-user-doc --> |
| 5305 |
* <!-- end-user-doc --> |
| 5306 |
* @see org.eclipse.gmt.modisco.java.emf.impl.ManifestImpl |
| 5307 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getManifest() |
| 5308 |
* @generated |
| 5309 |
*/ |
| 5310 |
int MANIFEST = 55; |
| 5311 |
|
| 5312 |
/** |
| 5313 |
* The feature id for the '<em><b>Main Attributes</b></em>' containment reference list. |
| 5314 |
* <!-- begin-user-doc --> |
| 5315 |
* <!-- end-user-doc --> |
| 5316 |
* @generated |
| 5317 |
* @ordered |
| 5318 |
*/ |
| 5319 |
int MANIFEST__MAIN_ATTRIBUTES = 0; |
| 5320 |
|
| 5321 |
/** |
| 5322 |
* The feature id for the '<em><b>Entry Attributes</b></em>' containment reference list. |
| 5323 |
* <!-- begin-user-doc --> |
| 5324 |
* <!-- end-user-doc --> |
| 5325 |
* @generated |
| 5326 |
* @ordered |
| 5327 |
*/ |
| 5328 |
int MANIFEST__ENTRY_ATTRIBUTES = 1; |
| 5329 |
|
| 5330 |
/** |
| 5331 |
* The number of structural features of the '<em>Manifest</em>' class. |
| 5332 |
* <!-- begin-user-doc --> |
| 5333 |
* <!-- end-user-doc --> |
| 5334 |
* @generated |
| 5335 |
* @ordered |
| 5336 |
*/ |
| 5337 |
int MANIFEST_FEATURE_COUNT = 2; |
| 5338 |
|
| 5339 |
/** |
| 5340 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ManifestAttributeImpl <em>Manifest Attribute</em>}' class. |
| 5341 |
* <!-- begin-user-doc --> |
| 5342 |
* <!-- end-user-doc --> |
| 5343 |
* @see org.eclipse.gmt.modisco.java.emf.impl.ManifestAttributeImpl |
| 5344 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getManifestAttribute() |
| 5345 |
* @generated |
| 5346 |
*/ |
| 5347 |
int MANIFEST_ATTRIBUTE = 56; |
| 5348 |
|
| 5349 |
/** |
| 5350 |
* The feature id for the '<em><b>Key</b></em>' attribute. |
| 5351 |
* <!-- begin-user-doc --> |
| 5352 |
* <!-- end-user-doc --> |
| 5353 |
* @generated |
| 5354 |
* @ordered |
| 5355 |
*/ |
| 5356 |
int MANIFEST_ATTRIBUTE__KEY = 0; |
| 5357 |
|
| 5358 |
/** |
| 5359 |
* The feature id for the '<em><b>Value</b></em>' attribute. |
| 5360 |
* <!-- begin-user-doc --> |
| 5361 |
* <!-- end-user-doc --> |
| 5362 |
* @generated |
| 5363 |
* @ordered |
| 5364 |
*/ |
| 5365 |
int MANIFEST_ATTRIBUTE__VALUE = 1; |
| 5366 |
|
| 5367 |
/** |
| 5368 |
* The number of structural features of the '<em>Manifest Attribute</em>' class. |
| 5369 |
* <!-- begin-user-doc --> |
| 5370 |
* <!-- end-user-doc --> |
| 5371 |
* @generated |
| 5372 |
* @ordered |
| 5373 |
*/ |
| 5374 |
int MANIFEST_ATTRIBUTE_FEATURE_COUNT = 2; |
| 5375 |
|
| 5376 |
/** |
| 5377 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ManifestEntryImpl <em>Manifest Entry</em>}' class. |
| 5378 |
* <!-- begin-user-doc --> |
| 5379 |
* <!-- end-user-doc --> |
| 5380 |
* @see org.eclipse.gmt.modisco.java.emf.impl.ManifestEntryImpl |
| 5381 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getManifestEntry() |
| 5382 |
* @generated |
| 5383 |
*/ |
| 5384 |
int MANIFEST_ENTRY = 57; |
| 5385 |
|
| 5386 |
/** |
| 5387 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 5388 |
* <!-- begin-user-doc --> |
| 5389 |
* <!-- end-user-doc --> |
| 5390 |
* @generated |
| 5391 |
* @ordered |
| 5392 |
*/ |
| 5393 |
int MANIFEST_ENTRY__NAME = 0; |
| 5394 |
|
| 5395 |
/** |
| 5396 |
* The feature id for the '<em><b>Attributes</b></em>' containment reference list. |
| 5397 |
* <!-- begin-user-doc --> |
| 5398 |
* <!-- end-user-doc --> |
| 5399 |
* @generated |
| 5400 |
* @ordered |
| 5401 |
*/ |
| 5402 |
int MANIFEST_ENTRY__ATTRIBUTES = 1; |
| 5403 |
|
| 5404 |
/** |
| 5405 |
* The number of structural features of the '<em>Manifest Entry</em>' class. |
| 5406 |
* <!-- begin-user-doc --> |
| 5407 |
* <!-- end-user-doc --> |
| 5408 |
* @generated |
| 5409 |
* @ordered |
| 5410 |
*/ |
| 5411 |
int MANIFEST_ENTRY_FEATURE_COUNT = 2; |
| 5412 |
|
| 5413 |
/** |
| 4679 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.MemberRefImpl <em>Member Ref</em>}' class. |
5414 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.MemberRefImpl <em>Member Ref</em>}' class. |
| 4680 |
* <!-- begin-user-doc --> |
5415 |
* <!-- begin-user-doc --> |
| 4681 |
* <!-- end-user-doc --> |
5416 |
* <!-- end-user-doc --> |
|
Lines 4683-4689
Link Here
|
| 4683 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getMemberRef() |
5418 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getMemberRef() |
| 4684 |
* @generated |
5419 |
* @generated |
| 4685 |
*/ |
5420 |
*/ |
| 4686 |
int MEMBER_REF = 53; |
5421 |
int MEMBER_REF = 58; |
| 4687 |
|
5422 |
|
| 4688 |
/** |
5423 |
/** |
| 4689 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
5424 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4695-4707
Link Here
|
| 4695 |
int MEMBER_REF__COMMENTS = AST_NODE__COMMENTS; |
5430 |
int MEMBER_REF__COMMENTS = AST_NODE__COMMENTS; |
| 4696 |
|
5431 |
|
| 4697 |
/** |
5432 |
/** |
| 4698 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
5433 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
|
|
5434 |
* <!-- begin-user-doc --> |
| 5435 |
* <!-- end-user-doc --> |
| 5436 |
* @generated |
| 5437 |
* @ordered |
| 5438 |
*/ |
| 5439 |
int MEMBER_REF__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 5440 |
|
| 5441 |
/** |
| 5442 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 4699 |
* <!-- begin-user-doc --> |
5443 |
* <!-- begin-user-doc --> |
| 4700 |
* <!-- end-user-doc --> |
5444 |
* <!-- end-user-doc --> |
| 4701 |
* @generated |
5445 |
* @generated |
| 4702 |
* @ordered |
5446 |
* @ordered |
| 4703 |
*/ |
5447 |
*/ |
| 4704 |
int MEMBER_REF__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
5448 |
int MEMBER_REF__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 4705 |
|
5449 |
|
| 4706 |
/** |
5450 |
/** |
| 4707 |
* The feature id for the '<em><b>Member</b></em>' reference. |
5451 |
* The feature id for the '<em><b>Member</b></em>' reference. |
|
Lines 4738-4744
Link Here
|
| 4738 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getMethodDeclaration() |
5482 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getMethodDeclaration() |
| 4739 |
* @generated |
5483 |
* @generated |
| 4740 |
*/ |
5484 |
*/ |
| 4741 |
int METHOD_DECLARATION = 54; |
5485 |
int METHOD_DECLARATION = 59; |
| 4742 |
|
5486 |
|
| 4743 |
/** |
5487 |
/** |
| 4744 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
5488 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4759-4764
Link Here
|
| 4759 |
int METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
5503 |
int METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 4760 |
|
5504 |
|
| 4761 |
/** |
5505 |
/** |
|
|
5506 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 5507 |
* <!-- begin-user-doc --> |
| 5508 |
* <!-- end-user-doc --> |
| 5509 |
* @generated |
| 5510 |
* @ordered |
| 5511 |
*/ |
| 5512 |
int METHOD_DECLARATION__ORIGINAL_CLASS_FILE = ABSTRACT_METHOD_DECLARATION__ORIGINAL_CLASS_FILE; |
| 5513 |
|
| 5514 |
/** |
| 4762 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
5515 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 4763 |
* <!-- begin-user-doc --> |
5516 |
* <!-- begin-user-doc --> |
| 4764 |
* <!-- end-user-doc --> |
5517 |
* <!-- end-user-doc --> |
|
Lines 4822-4845
Link Here
|
| 4822 |
int METHOD_DECLARATION__MODIFIER = ABSTRACT_METHOD_DECLARATION__MODIFIER; |
5575 |
int METHOD_DECLARATION__MODIFIER = ABSTRACT_METHOD_DECLARATION__MODIFIER; |
| 4823 |
|
5576 |
|
| 4824 |
/** |
5577 |
/** |
| 4825 |
* The feature id for the '<em><b>Varargs</b></em>' attribute. |
|
|
| 4826 |
* <!-- begin-user-doc --> |
| 4827 |
* <!-- end-user-doc --> |
| 4828 |
* @generated |
| 4829 |
* @ordered |
| 4830 |
*/ |
| 4831 |
int METHOD_DECLARATION__VARARGS = ABSTRACT_METHOD_DECLARATION__VARARGS; |
| 4832 |
|
| 4833 |
/** |
| 4834 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
| 4835 |
* <!-- begin-user-doc --> |
| 4836 |
* <!-- end-user-doc --> |
| 4837 |
* @generated |
| 4838 |
* @ordered |
| 4839 |
*/ |
| 4840 |
int METHOD_DECLARATION__QUALIFIED_NAME = ABSTRACT_METHOD_DECLARATION__QUALIFIED_NAME; |
| 4841 |
|
| 4842 |
/** |
| 4843 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
5578 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
| 4844 |
* <!-- begin-user-doc --> |
5579 |
* <!-- begin-user-doc --> |
| 4845 |
* <!-- end-user-doc --> |
5580 |
* <!-- end-user-doc --> |
|
Lines 4946-4952
Link Here
|
| 4946 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getMethodInvocation() |
5681 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getMethodInvocation() |
| 4947 |
* @generated |
5682 |
* @generated |
| 4948 |
*/ |
5683 |
*/ |
| 4949 |
int METHOD_INVOCATION = 55; |
5684 |
int METHOD_INVOCATION = 60; |
| 4950 |
|
5685 |
|
| 4951 |
/** |
5686 |
/** |
| 4952 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
5687 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 4967-4972
Link Here
|
| 4967 |
int METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
5702 |
int METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 4968 |
|
5703 |
|
| 4969 |
/** |
5704 |
/** |
|
|
5705 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 5706 |
* <!-- begin-user-doc --> |
| 5707 |
* <!-- end-user-doc --> |
| 5708 |
* @generated |
| 5709 |
* @ordered |
| 5710 |
*/ |
| 5711 |
int METHOD_INVOCATION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 5712 |
|
| 5713 |
/** |
| 4970 |
* The feature id for the '<em><b>Method</b></em>' reference. |
5714 |
* The feature id for the '<em><b>Method</b></em>' reference. |
| 4971 |
* <!-- begin-user-doc --> |
5715 |
* <!-- begin-user-doc --> |
| 4972 |
* <!-- end-user-doc --> |
5716 |
* <!-- end-user-doc --> |
|
Lines 5019-5025
Link Here
|
| 5019 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getMethodRef() |
5763 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getMethodRef() |
| 5020 |
* @generated |
5764 |
* @generated |
| 5021 |
*/ |
5765 |
*/ |
| 5022 |
int METHOD_REF = 56; |
5766 |
int METHOD_REF = 61; |
| 5023 |
|
5767 |
|
| 5024 |
/** |
5768 |
/** |
| 5025 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
5769 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5040-5045
Link Here
|
| 5040 |
int METHOD_REF__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
5784 |
int METHOD_REF__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 5041 |
|
5785 |
|
| 5042 |
/** |
5786 |
/** |
|
|
5787 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 5788 |
* <!-- begin-user-doc --> |
| 5789 |
* <!-- end-user-doc --> |
| 5790 |
* @generated |
| 5791 |
* @ordered |
| 5792 |
*/ |
| 5793 |
int METHOD_REF__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 5794 |
|
| 5795 |
/** |
| 5043 |
* The feature id for the '<em><b>Method</b></em>' reference. |
5796 |
* The feature id for the '<em><b>Method</b></em>' reference. |
| 5044 |
* <!-- begin-user-doc --> |
5797 |
* <!-- begin-user-doc --> |
| 5045 |
* <!-- end-user-doc --> |
5798 |
* <!-- end-user-doc --> |
|
Lines 5083-5089
Link Here
|
| 5083 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getMethodRefParameter() |
5836 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getMethodRefParameter() |
| 5084 |
* @generated |
5837 |
* @generated |
| 5085 |
*/ |
5838 |
*/ |
| 5086 |
int METHOD_REF_PARAMETER = 57; |
5839 |
int METHOD_REF_PARAMETER = 62; |
| 5087 |
|
5840 |
|
| 5088 |
/** |
5841 |
/** |
| 5089 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
5842 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5104-5109
Link Here
|
| 5104 |
int METHOD_REF_PARAMETER__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
5857 |
int METHOD_REF_PARAMETER__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 5105 |
|
5858 |
|
| 5106 |
/** |
5859 |
/** |
|
|
5860 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 5861 |
* <!-- begin-user-doc --> |
| 5862 |
* <!-- end-user-doc --> |
| 5863 |
* @generated |
| 5864 |
* @ordered |
| 5865 |
*/ |
| 5866 |
int METHOD_REF_PARAMETER__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 5867 |
|
| 5868 |
/** |
| 5107 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
5869 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 5108 |
* <!-- begin-user-doc --> |
5870 |
* <!-- begin-user-doc --> |
| 5109 |
* <!-- end-user-doc --> |
5871 |
* <!-- end-user-doc --> |
|
Lines 5147-5153
Link Here
|
| 5147 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getModel() |
5909 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getModel() |
| 5148 |
* @generated |
5910 |
* @generated |
| 5149 |
*/ |
5911 |
*/ |
| 5150 |
int MODEL = 58; |
5912 |
int MODEL = 63; |
| 5151 |
|
5913 |
|
| 5152 |
/** |
5914 |
/** |
| 5153 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
5915 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
|
Lines 5195-5207
Link Here
|
| 5195 |
int MODEL__COMPILATION_UNITS = 4; |
5957 |
int MODEL__COMPILATION_UNITS = 4; |
| 5196 |
|
5958 |
|
| 5197 |
/** |
5959 |
/** |
|
|
5960 |
* The feature id for the '<em><b>Class Files</b></em>' containment reference list. |
| 5961 |
* <!-- begin-user-doc --> |
| 5962 |
* <!-- end-user-doc --> |
| 5963 |
* @generated |
| 5964 |
* @ordered |
| 5965 |
*/ |
| 5966 |
int MODEL__CLASS_FILES = 5; |
| 5967 |
|
| 5968 |
/** |
| 5969 |
* The feature id for the '<em><b>Archives</b></em>' containment reference list. |
| 5970 |
* <!-- begin-user-doc --> |
| 5971 |
* <!-- end-user-doc --> |
| 5972 |
* @generated |
| 5973 |
* @ordered |
| 5974 |
*/ |
| 5975 |
int MODEL__ARCHIVES = 6; |
| 5976 |
|
| 5977 |
/** |
| 5198 |
* The number of structural features of the '<em>Model</em>' class. |
5978 |
* The number of structural features of the '<em>Model</em>' class. |
| 5199 |
* <!-- begin-user-doc --> |
5979 |
* <!-- begin-user-doc --> |
| 5200 |
* <!-- end-user-doc --> |
5980 |
* <!-- end-user-doc --> |
| 5201 |
* @generated |
5981 |
* @generated |
| 5202 |
* @ordered |
5982 |
* @ordered |
| 5203 |
*/ |
5983 |
*/ |
| 5204 |
int MODEL_FEATURE_COUNT = 5; |
5984 |
int MODEL_FEATURE_COUNT = 7; |
| 5205 |
|
5985 |
|
| 5206 |
/** |
5986 |
/** |
| 5207 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ModifierImpl <em>Modifier</em>}' class. |
5987 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ModifierImpl <em>Modifier</em>}' class. |
|
Lines 5211-5217
Link Here
|
| 5211 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getModifier() |
5991 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getModifier() |
| 5212 |
* @generated |
5992 |
* @generated |
| 5213 |
*/ |
5993 |
*/ |
| 5214 |
int MODIFIER = 59; |
5994 |
int MODIFIER = 64; |
| 5215 |
|
5995 |
|
| 5216 |
/** |
5996 |
/** |
| 5217 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
5997 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5232-5237
Link Here
|
| 5232 |
int MODIFIER__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
6012 |
int MODIFIER__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 5233 |
|
6013 |
|
| 5234 |
/** |
6014 |
/** |
|
|
6015 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6016 |
* <!-- begin-user-doc --> |
| 6017 |
* <!-- end-user-doc --> |
| 6018 |
* @generated |
| 6019 |
* @ordered |
| 6020 |
*/ |
| 6021 |
int MODIFIER__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 6022 |
|
| 6023 |
/** |
| 5235 |
* The feature id for the '<em><b>Visibility</b></em>' attribute. |
6024 |
* The feature id for the '<em><b>Visibility</b></em>' attribute. |
| 5236 |
* <!-- begin-user-doc --> |
6025 |
* <!-- begin-user-doc --> |
| 5237 |
* <!-- end-user-doc --> |
6026 |
* <!-- end-user-doc --> |
|
Lines 5349-5354
Link Here
|
| 5349 |
int MODIFIER_FEATURE_COUNT = AST_NODE_FEATURE_COUNT + 12; |
6138 |
int MODIFIER_FEATURE_COUNT = AST_NODE_FEATURE_COUNT + 12; |
| 5350 |
|
6139 |
|
| 5351 |
/** |
6140 |
/** |
|
|
6141 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.NamespaceAccessImpl <em>Namespace Access</em>}' class. |
| 6142 |
* <!-- begin-user-doc --> |
| 6143 |
* <!-- end-user-doc --> |
| 6144 |
* @see org.eclipse.gmt.modisco.java.emf.impl.NamespaceAccessImpl |
| 6145 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getNamespaceAccess() |
| 6146 |
* @generated |
| 6147 |
*/ |
| 6148 |
int NAMESPACE_ACCESS = 66; |
| 6149 |
|
| 6150 |
/** |
| 6151 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
| 6152 |
* <!-- begin-user-doc --> |
| 6153 |
* <!-- end-user-doc --> |
| 6154 |
* @generated |
| 6155 |
* @ordered |
| 6156 |
*/ |
| 6157 |
int NAMESPACE_ACCESS__COMMENTS = AST_NODE__COMMENTS; |
| 6158 |
|
| 6159 |
/** |
| 6160 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
| 6161 |
* <!-- begin-user-doc --> |
| 6162 |
* <!-- end-user-doc --> |
| 6163 |
* @generated |
| 6164 |
* @ordered |
| 6165 |
*/ |
| 6166 |
int NAMESPACE_ACCESS__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 6167 |
|
| 6168 |
/** |
| 6169 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6170 |
* <!-- begin-user-doc --> |
| 6171 |
* <!-- end-user-doc --> |
| 6172 |
* @generated |
| 6173 |
* @ordered |
| 6174 |
*/ |
| 6175 |
int NAMESPACE_ACCESS__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 6176 |
|
| 6177 |
/** |
| 6178 |
* The number of structural features of the '<em>Namespace Access</em>' class. |
| 6179 |
* <!-- begin-user-doc --> |
| 6180 |
* <!-- end-user-doc --> |
| 6181 |
* @generated |
| 6182 |
* @ordered |
| 6183 |
*/ |
| 6184 |
int NAMESPACE_ACCESS_FEATURE_COUNT = AST_NODE_FEATURE_COUNT + 0; |
| 6185 |
|
| 6186 |
/** |
| 5352 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.NumberLiteralImpl <em>Number Literal</em>}' class. |
6187 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.NumberLiteralImpl <em>Number Literal</em>}' class. |
| 5353 |
* <!-- begin-user-doc --> |
6188 |
* <!-- begin-user-doc --> |
| 5354 |
* <!-- end-user-doc --> |
6189 |
* <!-- end-user-doc --> |
|
Lines 5356-5362
Link Here
|
| 5356 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getNumberLiteral() |
6191 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getNumberLiteral() |
| 5357 |
* @generated |
6192 |
* @generated |
| 5358 |
*/ |
6193 |
*/ |
| 5359 |
int NUMBER_LITERAL = 61; |
6194 |
int NUMBER_LITERAL = 67; |
| 5360 |
|
6195 |
|
| 5361 |
/** |
6196 |
/** |
| 5362 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6197 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5377-5382
Link Here
|
| 5377 |
int NUMBER_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
6212 |
int NUMBER_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 5378 |
|
6213 |
|
| 5379 |
/** |
6214 |
/** |
|
|
6215 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6216 |
* <!-- begin-user-doc --> |
| 6217 |
* <!-- end-user-doc --> |
| 6218 |
* @generated |
| 6219 |
* @ordered |
| 6220 |
*/ |
| 6221 |
int NUMBER_LITERAL__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 6222 |
|
| 6223 |
/** |
| 5380 |
* The feature id for the '<em><b>Token Value</b></em>' attribute. |
6224 |
* The feature id for the '<em><b>Token Value</b></em>' attribute. |
| 5381 |
* <!-- begin-user-doc --> |
6225 |
* <!-- begin-user-doc --> |
| 5382 |
* <!-- end-user-doc --> |
6226 |
* <!-- end-user-doc --> |
|
Lines 5402-5408
Link Here
|
| 5402 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getNullLiteral() |
6246 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getNullLiteral() |
| 5403 |
* @generated |
6247 |
* @generated |
| 5404 |
*/ |
6248 |
*/ |
| 5405 |
int NULL_LITERAL = 62; |
6249 |
int NULL_LITERAL = 68; |
| 5406 |
|
6250 |
|
| 5407 |
/** |
6251 |
/** |
| 5408 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6252 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5423-5428
Link Here
|
| 5423 |
int NULL_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
6267 |
int NULL_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 5424 |
|
6268 |
|
| 5425 |
/** |
6269 |
/** |
|
|
6270 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6271 |
* <!-- begin-user-doc --> |
| 6272 |
* <!-- end-user-doc --> |
| 6273 |
* @generated |
| 6274 |
* @ordered |
| 6275 |
*/ |
| 6276 |
int NULL_LITERAL__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 6277 |
|
| 6278 |
/** |
| 5426 |
* The number of structural features of the '<em>Null Literal</em>' class. |
6279 |
* The number of structural features of the '<em>Null Literal</em>' class. |
| 5427 |
* <!-- begin-user-doc --> |
6280 |
* <!-- begin-user-doc --> |
| 5428 |
* <!-- end-user-doc --> |
6281 |
* <!-- end-user-doc --> |
|
Lines 5439-5445
Link Here
|
| 5439 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPackage() |
6292 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPackage() |
| 5440 |
* @generated |
6293 |
* @generated |
| 5441 |
*/ |
6294 |
*/ |
| 5442 |
int PACKAGE = 63; |
6295 |
int PACKAGE = 69; |
| 5443 |
|
6296 |
|
| 5444 |
/** |
6297 |
/** |
| 5445 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6298 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5460-5499
Link Here
|
| 5460 |
int PACKAGE__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
6313 |
int PACKAGE__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
| 5461 |
|
6314 |
|
| 5462 |
/** |
6315 |
/** |
| 5463 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
6316 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 5464 |
* <!-- begin-user-doc --> |
6317 |
* <!-- begin-user-doc --> |
| 5465 |
* <!-- end-user-doc --> |
6318 |
* <!-- end-user-doc --> |
| 5466 |
* @generated |
6319 |
* @generated |
| 5467 |
* @ordered |
6320 |
* @ordered |
| 5468 |
*/ |
6321 |
*/ |
| 5469 |
int PACKAGE__NAME = NAMED_ELEMENT__NAME; |
6322 |
int PACKAGE__ORIGINAL_CLASS_FILE = NAMED_ELEMENT__ORIGINAL_CLASS_FILE; |
| 5470 |
|
6323 |
|
| 5471 |
/** |
6324 |
/** |
| 5472 |
* The feature id for the '<em><b>Proxy</b></em>' attribute. |
6325 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 5473 |
* <!-- begin-user-doc --> |
6326 |
* <!-- begin-user-doc --> |
| 5474 |
* <!-- end-user-doc --> |
6327 |
* <!-- end-user-doc --> |
| 5475 |
* @generated |
6328 |
* @generated |
| 5476 |
* @ordered |
6329 |
* @ordered |
| 5477 |
*/ |
6330 |
*/ |
| 5478 |
int PACKAGE__PROXY = NAMED_ELEMENT__PROXY; |
6331 |
int PACKAGE__NAME = NAMED_ELEMENT__NAME; |
| 5479 |
|
6332 |
|
| 5480 |
/** |
6333 |
/** |
| 5481 |
* The feature id for the '<em><b>Usages In Imports</b></em>' reference list. |
6334 |
* The feature id for the '<em><b>Proxy</b></em>' attribute. |
| 5482 |
* <!-- begin-user-doc --> |
6335 |
* <!-- begin-user-doc --> |
| 5483 |
* <!-- end-user-doc --> |
6336 |
* <!-- end-user-doc --> |
| 5484 |
* @generated |
6337 |
* @generated |
| 5485 |
* @ordered |
6338 |
* @ordered |
| 5486 |
*/ |
6339 |
*/ |
| 5487 |
int PACKAGE__USAGES_IN_IMPORTS = NAMED_ELEMENT__USAGES_IN_IMPORTS; |
6340 |
int PACKAGE__PROXY = NAMED_ELEMENT__PROXY; |
| 5488 |
|
6341 |
|
| 5489 |
/** |
6342 |
/** |
| 5490 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
6343 |
* The feature id for the '<em><b>Usages In Imports</b></em>' reference list. |
| 5491 |
* <!-- begin-user-doc --> |
6344 |
* <!-- begin-user-doc --> |
| 5492 |
* <!-- end-user-doc --> |
6345 |
* <!-- end-user-doc --> |
| 5493 |
* @generated |
6346 |
* @generated |
| 5494 |
* @ordered |
6347 |
* @ordered |
| 5495 |
*/ |
6348 |
*/ |
| 5496 |
int PACKAGE__QUALIFIED_NAME = NAMED_ELEMENT_FEATURE_COUNT + 0; |
6349 |
int PACKAGE__USAGES_IN_IMPORTS = NAMED_ELEMENT__USAGES_IN_IMPORTS; |
| 5497 |
|
6350 |
|
| 5498 |
/** |
6351 |
/** |
| 5499 |
* The feature id for the '<em><b>Owned Elements</b></em>' containment reference list. |
6352 |
* The feature id for the '<em><b>Owned Elements</b></em>' containment reference list. |
|
Lines 5502-5508
Link Here
|
| 5502 |
* @generated |
6355 |
* @generated |
| 5503 |
* @ordered |
6356 |
* @ordered |
| 5504 |
*/ |
6357 |
*/ |
| 5505 |
int PACKAGE__OWNED_ELEMENTS = NAMED_ELEMENT_FEATURE_COUNT + 1; |
6358 |
int PACKAGE__OWNED_ELEMENTS = NAMED_ELEMENT_FEATURE_COUNT + 0; |
| 5506 |
|
6359 |
|
| 5507 |
/** |
6360 |
/** |
| 5508 |
* The feature id for the '<em><b>Model</b></em>' container reference. |
6361 |
* The feature id for the '<em><b>Model</b></em>' container reference. |
|
Lines 5511-5517
Link Here
|
| 5511 |
* @generated |
6364 |
* @generated |
| 5512 |
* @ordered |
6365 |
* @ordered |
| 5513 |
*/ |
6366 |
*/ |
| 5514 |
int PACKAGE__MODEL = NAMED_ELEMENT_FEATURE_COUNT + 2; |
6367 |
int PACKAGE__MODEL = NAMED_ELEMENT_FEATURE_COUNT + 1; |
| 5515 |
|
6368 |
|
| 5516 |
/** |
6369 |
/** |
| 5517 |
* The feature id for the '<em><b>Owned Packages</b></em>' containment reference list. |
6370 |
* The feature id for the '<em><b>Owned Packages</b></em>' containment reference list. |
|
Lines 5520-5526
Link Here
|
| 5520 |
* @generated |
6373 |
* @generated |
| 5521 |
* @ordered |
6374 |
* @ordered |
| 5522 |
*/ |
6375 |
*/ |
| 5523 |
int PACKAGE__OWNED_PACKAGES = NAMED_ELEMENT_FEATURE_COUNT + 3; |
6376 |
int PACKAGE__OWNED_PACKAGES = NAMED_ELEMENT_FEATURE_COUNT + 2; |
| 5524 |
|
6377 |
|
| 5525 |
/** |
6378 |
/** |
| 5526 |
* The feature id for the '<em><b>Package</b></em>' container reference. |
6379 |
* The feature id for the '<em><b>Package</b></em>' container reference. |
|
Lines 5529-5535
Link Here
|
| 5529 |
* @generated |
6382 |
* @generated |
| 5530 |
* @ordered |
6383 |
* @ordered |
| 5531 |
*/ |
6384 |
*/ |
| 5532 |
int PACKAGE__PACKAGE = NAMED_ELEMENT_FEATURE_COUNT + 4; |
6385 |
int PACKAGE__PACKAGE = NAMED_ELEMENT_FEATURE_COUNT + 3; |
| 5533 |
|
6386 |
|
| 5534 |
/** |
6387 |
/** |
| 5535 |
* The feature id for the '<em><b>Usages In Package Access</b></em>' reference list. |
6388 |
* The feature id for the '<em><b>Usages In Package Access</b></em>' reference list. |
|
Lines 5538-5544
Link Here
|
| 5538 |
* @generated |
6391 |
* @generated |
| 5539 |
* @ordered |
6392 |
* @ordered |
| 5540 |
*/ |
6393 |
*/ |
| 5541 |
int PACKAGE__USAGES_IN_PACKAGE_ACCESS = NAMED_ELEMENT_FEATURE_COUNT + 5; |
6394 |
int PACKAGE__USAGES_IN_PACKAGE_ACCESS = NAMED_ELEMENT_FEATURE_COUNT + 4; |
| 5542 |
|
6395 |
|
| 5543 |
/** |
6396 |
/** |
| 5544 |
* The number of structural features of the '<em>Package</em>' class. |
6397 |
* The number of structural features of the '<em>Package</em>' class. |
|
Lines 5547-5553
Link Here
|
| 5547 |
* @generated |
6400 |
* @generated |
| 5548 |
* @ordered |
6401 |
* @ordered |
| 5549 |
*/ |
6402 |
*/ |
| 5550 |
int PACKAGE_FEATURE_COUNT = NAMED_ELEMENT_FEATURE_COUNT + 6; |
6403 |
int PACKAGE_FEATURE_COUNT = NAMED_ELEMENT_FEATURE_COUNT + 5; |
| 5551 |
|
6404 |
|
| 5552 |
/** |
6405 |
/** |
| 5553 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.PackageAccessImpl <em>Package Access</em>}' class. |
6406 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.PackageAccessImpl <em>Package Access</em>}' class. |
|
Lines 5557-5563
Link Here
|
| 5557 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPackageAccess() |
6410 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPackageAccess() |
| 5558 |
* @generated |
6411 |
* @generated |
| 5559 |
*/ |
6412 |
*/ |
| 5560 |
int PACKAGE_ACCESS = 64; |
6413 |
int PACKAGE_ACCESS = 70; |
| 5561 |
|
6414 |
|
| 5562 |
/** |
6415 |
/** |
| 5563 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6416 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5566-5572
Link Here
|
| 5566 |
* @generated |
6419 |
* @generated |
| 5567 |
* @ordered |
6420 |
* @ordered |
| 5568 |
*/ |
6421 |
*/ |
| 5569 |
int PACKAGE_ACCESS__COMMENTS = EXPRESSION__COMMENTS; |
6422 |
int PACKAGE_ACCESS__COMMENTS = NAMESPACE_ACCESS__COMMENTS; |
| 5570 |
|
6423 |
|
| 5571 |
/** |
6424 |
/** |
| 5572 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
6425 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
|
Lines 5575-5581
Link Here
|
| 5575 |
* @generated |
6428 |
* @generated |
| 5576 |
* @ordered |
6429 |
* @ordered |
| 5577 |
*/ |
6430 |
*/ |
| 5578 |
int PACKAGE_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
6431 |
int PACKAGE_ACCESS__ORIGINAL_COMPILATION_UNIT = NAMESPACE_ACCESS__ORIGINAL_COMPILATION_UNIT; |
|
|
6432 |
|
| 6433 |
/** |
| 6434 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6435 |
* <!-- begin-user-doc --> |
| 6436 |
* <!-- end-user-doc --> |
| 6437 |
* @generated |
| 6438 |
* @ordered |
| 6439 |
*/ |
| 6440 |
int PACKAGE_ACCESS__ORIGINAL_CLASS_FILE = NAMESPACE_ACCESS__ORIGINAL_CLASS_FILE; |
| 5579 |
|
6441 |
|
| 5580 |
/** |
6442 |
/** |
| 5581 |
* The feature id for the '<em><b>Package</b></em>' reference. |
6443 |
* The feature id for the '<em><b>Package</b></em>' reference. |
|
Lines 5584-5590
Link Here
|
| 5584 |
* @generated |
6446 |
* @generated |
| 5585 |
* @ordered |
6447 |
* @ordered |
| 5586 |
*/ |
6448 |
*/ |
| 5587 |
int PACKAGE_ACCESS__PACKAGE = EXPRESSION_FEATURE_COUNT + 0; |
6449 |
int PACKAGE_ACCESS__PACKAGE = NAMESPACE_ACCESS_FEATURE_COUNT + 0; |
| 5588 |
|
6450 |
|
| 5589 |
/** |
6451 |
/** |
| 5590 |
* The feature id for the '<em><b>Qualifier</b></em>' containment reference. |
6452 |
* The feature id for the '<em><b>Qualifier</b></em>' containment reference. |
|
Lines 5593-5599
Link Here
|
| 5593 |
* @generated |
6455 |
* @generated |
| 5594 |
* @ordered |
6456 |
* @ordered |
| 5595 |
*/ |
6457 |
*/ |
| 5596 |
int PACKAGE_ACCESS__QUALIFIER = EXPRESSION_FEATURE_COUNT + 1; |
6458 |
int PACKAGE_ACCESS__QUALIFIER = NAMESPACE_ACCESS_FEATURE_COUNT + 1; |
| 5597 |
|
6459 |
|
| 5598 |
/** |
6460 |
/** |
| 5599 |
* The number of structural features of the '<em>Package Access</em>' class. |
6461 |
* The number of structural features of the '<em>Package Access</em>' class. |
|
Lines 5602-5608
Link Here
|
| 5602 |
* @generated |
6464 |
* @generated |
| 5603 |
* @ordered |
6465 |
* @ordered |
| 5604 |
*/ |
6466 |
*/ |
| 5605 |
int PACKAGE_ACCESS_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 2; |
6467 |
int PACKAGE_ACCESS_FEATURE_COUNT = NAMESPACE_ACCESS_FEATURE_COUNT + 2; |
| 5606 |
|
6468 |
|
| 5607 |
/** |
6469 |
/** |
| 5608 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ParameterizedTypeImpl <em>Parameterized Type</em>}' class. |
6470 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ParameterizedTypeImpl <em>Parameterized Type</em>}' class. |
|
Lines 5612-5618
Link Here
|
| 5612 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getParameterizedType() |
6474 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getParameterizedType() |
| 5613 |
* @generated |
6475 |
* @generated |
| 5614 |
*/ |
6476 |
*/ |
| 5615 |
int PARAMETERIZED_TYPE = 65; |
6477 |
int PARAMETERIZED_TYPE = 71; |
| 5616 |
|
6478 |
|
| 5617 |
/** |
6479 |
/** |
| 5618 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6480 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5633-5638
Link Here
|
| 5633 |
int PARAMETERIZED_TYPE__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
6495 |
int PARAMETERIZED_TYPE__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
| 5634 |
|
6496 |
|
| 5635 |
/** |
6497 |
/** |
|
|
6498 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6499 |
* <!-- begin-user-doc --> |
| 6500 |
* <!-- end-user-doc --> |
| 6501 |
* @generated |
| 6502 |
* @ordered |
| 6503 |
*/ |
| 6504 |
int PARAMETERIZED_TYPE__ORIGINAL_CLASS_FILE = TYPE__ORIGINAL_CLASS_FILE; |
| 6505 |
|
| 6506 |
/** |
| 5636 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
6507 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 5637 |
* <!-- begin-user-doc --> |
6508 |
* <!-- begin-user-doc --> |
| 5638 |
* <!-- end-user-doc --> |
6509 |
* <!-- end-user-doc --> |
|
Lines 5669-5690
Link Here
|
| 5669 |
int PARAMETERIZED_TYPE__USAGES_IN_TYPE_ACCESS = TYPE__USAGES_IN_TYPE_ACCESS; |
6540 |
int PARAMETERIZED_TYPE__USAGES_IN_TYPE_ACCESS = TYPE__USAGES_IN_TYPE_ACCESS; |
| 5670 |
|
6541 |
|
| 5671 |
/** |
6542 |
/** |
| 5672 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 5673 |
* <!-- begin-user-doc --> |
| 5674 |
* <!-- end-user-doc --> |
| 5675 |
* @generated |
| 5676 |
* @ordered |
| 5677 |
*/ |
| 5678 |
int PARAMETERIZED_TYPE__QUALIFIED_NAME = TYPE_FEATURE_COUNT + 0; |
| 5679 |
|
| 5680 |
/** |
| 5681 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
6543 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
| 5682 |
* <!-- begin-user-doc --> |
6544 |
* <!-- begin-user-doc --> |
| 5683 |
* <!-- end-user-doc --> |
6545 |
* <!-- end-user-doc --> |
| 5684 |
* @generated |
6546 |
* @generated |
| 5685 |
* @ordered |
6547 |
* @ordered |
| 5686 |
*/ |
6548 |
*/ |
| 5687 |
int PARAMETERIZED_TYPE__TYPE = TYPE_FEATURE_COUNT + 1; |
6549 |
int PARAMETERIZED_TYPE__TYPE = TYPE_FEATURE_COUNT + 0; |
| 5688 |
|
6550 |
|
| 5689 |
/** |
6551 |
/** |
| 5690 |
* The feature id for the '<em><b>Type Arguments</b></em>' containment reference list. |
6552 |
* The feature id for the '<em><b>Type Arguments</b></em>' containment reference list. |
|
Lines 5693-5699
Link Here
|
| 5693 |
* @generated |
6555 |
* @generated |
| 5694 |
* @ordered |
6556 |
* @ordered |
| 5695 |
*/ |
6557 |
*/ |
| 5696 |
int PARAMETERIZED_TYPE__TYPE_ARGUMENTS = TYPE_FEATURE_COUNT + 2; |
6558 |
int PARAMETERIZED_TYPE__TYPE_ARGUMENTS = TYPE_FEATURE_COUNT + 1; |
| 5697 |
|
6559 |
|
| 5698 |
/** |
6560 |
/** |
| 5699 |
* The number of structural features of the '<em>Parameterized Type</em>' class. |
6561 |
* The number of structural features of the '<em>Parameterized Type</em>' class. |
|
Lines 5702-5708
Link Here
|
| 5702 |
* @generated |
6564 |
* @generated |
| 5703 |
* @ordered |
6565 |
* @ordered |
| 5704 |
*/ |
6566 |
*/ |
| 5705 |
int PARAMETERIZED_TYPE_FEATURE_COUNT = TYPE_FEATURE_COUNT + 3; |
6567 |
int PARAMETERIZED_TYPE_FEATURE_COUNT = TYPE_FEATURE_COUNT + 2; |
| 5706 |
|
6568 |
|
| 5707 |
/** |
6569 |
/** |
| 5708 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ParenthesizedExpressionImpl <em>Parenthesized Expression</em>}' class. |
6570 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.ParenthesizedExpressionImpl <em>Parenthesized Expression</em>}' class. |
|
Lines 5712-5718
Link Here
|
| 5712 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getParenthesizedExpression() |
6574 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getParenthesizedExpression() |
| 5713 |
* @generated |
6575 |
* @generated |
| 5714 |
*/ |
6576 |
*/ |
| 5715 |
int PARENTHESIZED_EXPRESSION = 66; |
6577 |
int PARENTHESIZED_EXPRESSION = 72; |
| 5716 |
|
6578 |
|
| 5717 |
/** |
6579 |
/** |
| 5718 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6580 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5733-5738
Link Here
|
| 5733 |
int PARENTHESIZED_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
6595 |
int PARENTHESIZED_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 5734 |
|
6596 |
|
| 5735 |
/** |
6597 |
/** |
|
|
6598 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6599 |
* <!-- begin-user-doc --> |
| 6600 |
* <!-- end-user-doc --> |
| 6601 |
* @generated |
| 6602 |
* @ordered |
| 6603 |
*/ |
| 6604 |
int PARENTHESIZED_EXPRESSION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 6605 |
|
| 6606 |
/** |
| 5736 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
6607 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
| 5737 |
* <!-- begin-user-doc --> |
6608 |
* <!-- begin-user-doc --> |
| 5738 |
* <!-- end-user-doc --> |
6609 |
* <!-- end-user-doc --> |
|
Lines 5758-5764
Link Here
|
| 5758 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPostfixExpression() |
6629 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPostfixExpression() |
| 5759 |
* @generated |
6630 |
* @generated |
| 5760 |
*/ |
6631 |
*/ |
| 5761 |
int POSTFIX_EXPRESSION = 67; |
6632 |
int POSTFIX_EXPRESSION = 73; |
| 5762 |
|
6633 |
|
| 5763 |
/** |
6634 |
/** |
| 5764 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6635 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5779-5784
Link Here
|
| 5779 |
int POSTFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
6650 |
int POSTFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 5780 |
|
6651 |
|
| 5781 |
/** |
6652 |
/** |
|
|
6653 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6654 |
* <!-- begin-user-doc --> |
| 6655 |
* <!-- end-user-doc --> |
| 6656 |
* @generated |
| 6657 |
* @ordered |
| 6658 |
*/ |
| 6659 |
int POSTFIX_EXPRESSION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 6660 |
|
| 6661 |
/** |
| 5782 |
* The feature id for the '<em><b>Operator</b></em>' attribute. |
6662 |
* The feature id for the '<em><b>Operator</b></em>' attribute. |
| 5783 |
* <!-- begin-user-doc --> |
6663 |
* <!-- begin-user-doc --> |
| 5784 |
* <!-- end-user-doc --> |
6664 |
* <!-- end-user-doc --> |
|
Lines 5813-5819
Link Here
|
| 5813 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrefixExpression() |
6693 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrefixExpression() |
| 5814 |
* @generated |
6694 |
* @generated |
| 5815 |
*/ |
6695 |
*/ |
| 5816 |
int PREFIX_EXPRESSION = 68; |
6696 |
int PREFIX_EXPRESSION = 74; |
| 5817 |
|
6697 |
|
| 5818 |
/** |
6698 |
/** |
| 5819 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6699 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5834-5839
Link Here
|
| 5834 |
int PREFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
6714 |
int PREFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 5835 |
|
6715 |
|
| 5836 |
/** |
6716 |
/** |
|
|
6717 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6718 |
* <!-- begin-user-doc --> |
| 6719 |
* <!-- end-user-doc --> |
| 6720 |
* @generated |
| 6721 |
* @ordered |
| 6722 |
*/ |
| 6723 |
int PREFIX_EXPRESSION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 6724 |
|
| 6725 |
/** |
| 5837 |
* The feature id for the '<em><b>Operator</b></em>' attribute. |
6726 |
* The feature id for the '<em><b>Operator</b></em>' attribute. |
| 5838 |
* <!-- begin-user-doc --> |
6727 |
* <!-- begin-user-doc --> |
| 5839 |
* <!-- end-user-doc --> |
6728 |
* <!-- end-user-doc --> |
|
Lines 5868-5874
Link Here
|
| 5868 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveType() |
6757 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveType() |
| 5869 |
* @generated |
6758 |
* @generated |
| 5870 |
*/ |
6759 |
*/ |
| 5871 |
int PRIMITIVE_TYPE = 69; |
6760 |
int PRIMITIVE_TYPE = 75; |
| 5872 |
|
6761 |
|
| 5873 |
/** |
6762 |
/** |
| 5874 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6763 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5889-5894
Link Here
|
| 5889 |
int PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
6778 |
int PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
| 5890 |
|
6779 |
|
| 5891 |
/** |
6780 |
/** |
|
|
6781 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6782 |
* <!-- begin-user-doc --> |
| 6783 |
* <!-- end-user-doc --> |
| 6784 |
* @generated |
| 6785 |
* @ordered |
| 6786 |
*/ |
| 6787 |
int PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE = TYPE__ORIGINAL_CLASS_FILE; |
| 6788 |
|
| 6789 |
/** |
| 5892 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
6790 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 5893 |
* <!-- begin-user-doc --> |
6791 |
* <!-- begin-user-doc --> |
| 5894 |
* <!-- end-user-doc --> |
6792 |
* <!-- end-user-doc --> |
|
Lines 5941-5947
Link Here
|
| 5941 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeBoolean() |
6839 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeBoolean() |
| 5942 |
* @generated |
6840 |
* @generated |
| 5943 |
*/ |
6841 |
*/ |
| 5944 |
int PRIMITIVE_TYPE_BOOLEAN = 70; |
6842 |
int PRIMITIVE_TYPE_BOOLEAN = 76; |
| 5945 |
|
6843 |
|
| 5946 |
/** |
6844 |
/** |
| 5947 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6845 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 5962-5967
Link Here
|
| 5962 |
int PRIMITIVE_TYPE_BOOLEAN__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
6860 |
int PRIMITIVE_TYPE_BOOLEAN__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
| 5963 |
|
6861 |
|
| 5964 |
/** |
6862 |
/** |
|
|
6863 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6864 |
* <!-- begin-user-doc --> |
| 6865 |
* <!-- end-user-doc --> |
| 6866 |
* @generated |
| 6867 |
* @ordered |
| 6868 |
*/ |
| 6869 |
int PRIMITIVE_TYPE_BOOLEAN__ORIGINAL_CLASS_FILE = PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE; |
| 6870 |
|
| 6871 |
/** |
| 5965 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
6872 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 5966 |
* <!-- begin-user-doc --> |
6873 |
* <!-- begin-user-doc --> |
| 5967 |
* <!-- end-user-doc --> |
6874 |
* <!-- end-user-doc --> |
|
Lines 6014-6020
Link Here
|
| 6014 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeByte() |
6921 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeByte() |
| 6015 |
* @generated |
6922 |
* @generated |
| 6016 |
*/ |
6923 |
*/ |
| 6017 |
int PRIMITIVE_TYPE_BYTE = 71; |
6924 |
int PRIMITIVE_TYPE_BYTE = 77; |
| 6018 |
|
6925 |
|
| 6019 |
/** |
6926 |
/** |
| 6020 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
6927 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6035-6040
Link Here
|
| 6035 |
int PRIMITIVE_TYPE_BYTE__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
6942 |
int PRIMITIVE_TYPE_BYTE__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
| 6036 |
|
6943 |
|
| 6037 |
/** |
6944 |
/** |
|
|
6945 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 6946 |
* <!-- begin-user-doc --> |
| 6947 |
* <!-- end-user-doc --> |
| 6948 |
* @generated |
| 6949 |
* @ordered |
| 6950 |
*/ |
| 6951 |
int PRIMITIVE_TYPE_BYTE__ORIGINAL_CLASS_FILE = PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE; |
| 6952 |
|
| 6953 |
/** |
| 6038 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
6954 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 6039 |
* <!-- begin-user-doc --> |
6955 |
* <!-- begin-user-doc --> |
| 6040 |
* <!-- end-user-doc --> |
6956 |
* <!-- end-user-doc --> |
|
Lines 6087-6093
Link Here
|
| 6087 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeChar() |
7003 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeChar() |
| 6088 |
* @generated |
7004 |
* @generated |
| 6089 |
*/ |
7005 |
*/ |
| 6090 |
int PRIMITIVE_TYPE_CHAR = 72; |
7006 |
int PRIMITIVE_TYPE_CHAR = 78; |
| 6091 |
|
7007 |
|
| 6092 |
/** |
7008 |
/** |
| 6093 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7009 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6108-6113
Link Here
|
| 6108 |
int PRIMITIVE_TYPE_CHAR__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
7024 |
int PRIMITIVE_TYPE_CHAR__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
| 6109 |
|
7025 |
|
| 6110 |
/** |
7026 |
/** |
|
|
7027 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7028 |
* <!-- begin-user-doc --> |
| 7029 |
* <!-- end-user-doc --> |
| 7030 |
* @generated |
| 7031 |
* @ordered |
| 7032 |
*/ |
| 7033 |
int PRIMITIVE_TYPE_CHAR__ORIGINAL_CLASS_FILE = PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE; |
| 7034 |
|
| 7035 |
/** |
| 6111 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
7036 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 6112 |
* <!-- begin-user-doc --> |
7037 |
* <!-- begin-user-doc --> |
| 6113 |
* <!-- end-user-doc --> |
7038 |
* <!-- end-user-doc --> |
|
Lines 6160-6166
Link Here
|
| 6160 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeDouble() |
7085 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeDouble() |
| 6161 |
* @generated |
7086 |
* @generated |
| 6162 |
*/ |
7087 |
*/ |
| 6163 |
int PRIMITIVE_TYPE_DOUBLE = 73; |
7088 |
int PRIMITIVE_TYPE_DOUBLE = 79; |
| 6164 |
|
7089 |
|
| 6165 |
/** |
7090 |
/** |
| 6166 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7091 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6181-6186
Link Here
|
| 6181 |
int PRIMITIVE_TYPE_DOUBLE__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
7106 |
int PRIMITIVE_TYPE_DOUBLE__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
| 6182 |
|
7107 |
|
| 6183 |
/** |
7108 |
/** |
|
|
7109 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7110 |
* <!-- begin-user-doc --> |
| 7111 |
* <!-- end-user-doc --> |
| 7112 |
* @generated |
| 7113 |
* @ordered |
| 7114 |
*/ |
| 7115 |
int PRIMITIVE_TYPE_DOUBLE__ORIGINAL_CLASS_FILE = PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE; |
| 7116 |
|
| 7117 |
/** |
| 6184 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
7118 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 6185 |
* <!-- begin-user-doc --> |
7119 |
* <!-- begin-user-doc --> |
| 6186 |
* <!-- end-user-doc --> |
7120 |
* <!-- end-user-doc --> |
|
Lines 6233-6239
Link Here
|
| 6233 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeShort() |
7167 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeShort() |
| 6234 |
* @generated |
7168 |
* @generated |
| 6235 |
*/ |
7169 |
*/ |
| 6236 |
int PRIMITIVE_TYPE_SHORT = 74; |
7170 |
int PRIMITIVE_TYPE_SHORT = 80; |
| 6237 |
|
7171 |
|
| 6238 |
/** |
7172 |
/** |
| 6239 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7173 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6254-6259
Link Here
|
| 6254 |
int PRIMITIVE_TYPE_SHORT__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
7188 |
int PRIMITIVE_TYPE_SHORT__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
| 6255 |
|
7189 |
|
| 6256 |
/** |
7190 |
/** |
|
|
7191 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7192 |
* <!-- begin-user-doc --> |
| 7193 |
* <!-- end-user-doc --> |
| 7194 |
* @generated |
| 7195 |
* @ordered |
| 7196 |
*/ |
| 7197 |
int PRIMITIVE_TYPE_SHORT__ORIGINAL_CLASS_FILE = PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE; |
| 7198 |
|
| 7199 |
/** |
| 6257 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
7200 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 6258 |
* <!-- begin-user-doc --> |
7201 |
* <!-- begin-user-doc --> |
| 6259 |
* <!-- end-user-doc --> |
7202 |
* <!-- end-user-doc --> |
|
Lines 6306-6312
Link Here
|
| 6306 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeFloat() |
7249 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeFloat() |
| 6307 |
* @generated |
7250 |
* @generated |
| 6308 |
*/ |
7251 |
*/ |
| 6309 |
int PRIMITIVE_TYPE_FLOAT = 75; |
7252 |
int PRIMITIVE_TYPE_FLOAT = 81; |
| 6310 |
|
7253 |
|
| 6311 |
/** |
7254 |
/** |
| 6312 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7255 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6327-6332
Link Here
|
| 6327 |
int PRIMITIVE_TYPE_FLOAT__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
7270 |
int PRIMITIVE_TYPE_FLOAT__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
| 6328 |
|
7271 |
|
| 6329 |
/** |
7272 |
/** |
|
|
7273 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7274 |
* <!-- begin-user-doc --> |
| 7275 |
* <!-- end-user-doc --> |
| 7276 |
* @generated |
| 7277 |
* @ordered |
| 7278 |
*/ |
| 7279 |
int PRIMITIVE_TYPE_FLOAT__ORIGINAL_CLASS_FILE = PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE; |
| 7280 |
|
| 7281 |
/** |
| 6330 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
7282 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 6331 |
* <!-- begin-user-doc --> |
7283 |
* <!-- begin-user-doc --> |
| 6332 |
* <!-- end-user-doc --> |
7284 |
* <!-- end-user-doc --> |
|
Lines 6379-6385
Link Here
|
| 6379 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeInt() |
7331 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeInt() |
| 6380 |
* @generated |
7332 |
* @generated |
| 6381 |
*/ |
7333 |
*/ |
| 6382 |
int PRIMITIVE_TYPE_INT = 76; |
7334 |
int PRIMITIVE_TYPE_INT = 82; |
| 6383 |
|
7335 |
|
| 6384 |
/** |
7336 |
/** |
| 6385 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7337 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6400-6405
Link Here
|
| 6400 |
int PRIMITIVE_TYPE_INT__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
7352 |
int PRIMITIVE_TYPE_INT__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
| 6401 |
|
7353 |
|
| 6402 |
/** |
7354 |
/** |
|
|
7355 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7356 |
* <!-- begin-user-doc --> |
| 7357 |
* <!-- end-user-doc --> |
| 7358 |
* @generated |
| 7359 |
* @ordered |
| 7360 |
*/ |
| 7361 |
int PRIMITIVE_TYPE_INT__ORIGINAL_CLASS_FILE = PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE; |
| 7362 |
|
| 7363 |
/** |
| 6403 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
7364 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 6404 |
* <!-- begin-user-doc --> |
7365 |
* <!-- begin-user-doc --> |
| 6405 |
* <!-- end-user-doc --> |
7366 |
* <!-- end-user-doc --> |
|
Lines 6452-6458
Link Here
|
| 6452 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeLong() |
7413 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeLong() |
| 6453 |
* @generated |
7414 |
* @generated |
| 6454 |
*/ |
7415 |
*/ |
| 6455 |
int PRIMITIVE_TYPE_LONG = 77; |
7416 |
int PRIMITIVE_TYPE_LONG = 83; |
| 6456 |
|
7417 |
|
| 6457 |
/** |
7418 |
/** |
| 6458 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7419 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6473-6478
Link Here
|
| 6473 |
int PRIMITIVE_TYPE_LONG__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
7434 |
int PRIMITIVE_TYPE_LONG__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
| 6474 |
|
7435 |
|
| 6475 |
/** |
7436 |
/** |
|
|
7437 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7438 |
* <!-- begin-user-doc --> |
| 7439 |
* <!-- end-user-doc --> |
| 7440 |
* @generated |
| 7441 |
* @ordered |
| 7442 |
*/ |
| 7443 |
int PRIMITIVE_TYPE_LONG__ORIGINAL_CLASS_FILE = PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE; |
| 7444 |
|
| 7445 |
/** |
| 6476 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
7446 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 6477 |
* <!-- begin-user-doc --> |
7447 |
* <!-- begin-user-doc --> |
| 6478 |
* <!-- end-user-doc --> |
7448 |
* <!-- end-user-doc --> |
|
Lines 6525-6531
Link Here
|
| 6525 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeVoid() |
7495 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrimitiveTypeVoid() |
| 6526 |
* @generated |
7496 |
* @generated |
| 6527 |
*/ |
7497 |
*/ |
| 6528 |
int PRIMITIVE_TYPE_VOID = 78; |
7498 |
int PRIMITIVE_TYPE_VOID = 84; |
| 6529 |
|
7499 |
|
| 6530 |
/** |
7500 |
/** |
| 6531 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7501 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6546-6551
Link Here
|
| 6546 |
int PRIMITIVE_TYPE_VOID__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
7516 |
int PRIMITIVE_TYPE_VOID__ORIGINAL_COMPILATION_UNIT = PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT; |
| 6547 |
|
7517 |
|
| 6548 |
/** |
7518 |
/** |
|
|
7519 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7520 |
* <!-- begin-user-doc --> |
| 7521 |
* <!-- end-user-doc --> |
| 7522 |
* @generated |
| 7523 |
* @ordered |
| 7524 |
*/ |
| 7525 |
int PRIMITIVE_TYPE_VOID__ORIGINAL_CLASS_FILE = PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE; |
| 7526 |
|
| 7527 |
/** |
| 6549 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
7528 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 6550 |
* <!-- begin-user-doc --> |
7529 |
* <!-- begin-user-doc --> |
| 6551 |
* <!-- end-user-doc --> |
7530 |
* <!-- end-user-doc --> |
|
Lines 6598-6604
Link Here
|
| 6598 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getReturnStatement() |
7577 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getReturnStatement() |
| 6599 |
* @generated |
7578 |
* @generated |
| 6600 |
*/ |
7579 |
*/ |
| 6601 |
int RETURN_STATEMENT = 79; |
7580 |
int RETURN_STATEMENT = 85; |
| 6602 |
|
7581 |
|
| 6603 |
/** |
7582 |
/** |
| 6604 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7583 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6619-6624
Link Here
|
| 6619 |
int RETURN_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
7598 |
int RETURN_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 6620 |
|
7599 |
|
| 6621 |
/** |
7600 |
/** |
|
|
7601 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7602 |
* <!-- begin-user-doc --> |
| 7603 |
* <!-- end-user-doc --> |
| 7604 |
* @generated |
| 7605 |
* @ordered |
| 7606 |
*/ |
| 7607 |
int RETURN_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 7608 |
|
| 7609 |
/** |
| 6622 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
7610 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
| 6623 |
* <!-- begin-user-doc --> |
7611 |
* <!-- begin-user-doc --> |
| 6624 |
* <!-- end-user-doc --> |
7612 |
* <!-- end-user-doc --> |
|
Lines 6644-6650
Link Here
|
| 6644 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSingleVariableAccess() |
7632 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSingleVariableAccess() |
| 6645 |
* @generated |
7633 |
* @generated |
| 6646 |
*/ |
7634 |
*/ |
| 6647 |
int SINGLE_VARIABLE_ACCESS = 80; |
7635 |
int SINGLE_VARIABLE_ACCESS = 86; |
| 6648 |
|
7636 |
|
| 6649 |
/** |
7637 |
/** |
| 6650 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7638 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6662-6668
Link Here
|
| 6662 |
* @generated |
7650 |
* @generated |
| 6663 |
* @ordered |
7651 |
* @ordered |
| 6664 |
*/ |
7652 |
*/ |
| 6665 |
int SINGLE_VARIABLE_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
7653 |
int SINGLE_VARIABLE_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
|
|
7654 |
|
| 7655 |
/** |
| 7656 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7657 |
* <!-- begin-user-doc --> |
| 7658 |
* <!-- end-user-doc --> |
| 7659 |
* @generated |
| 7660 |
* @ordered |
| 7661 |
*/ |
| 7662 |
int SINGLE_VARIABLE_ACCESS__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 6666 |
|
7663 |
|
| 6667 |
/** |
7664 |
/** |
| 6668 |
* The feature id for the '<em><b>Variable</b></em>' reference. |
7665 |
* The feature id for the '<em><b>Variable</b></em>' reference. |
|
Lines 6699-6705
Link Here
|
| 6699 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getVariableDeclaration() |
7696 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getVariableDeclaration() |
| 6700 |
* @generated |
7697 |
* @generated |
| 6701 |
*/ |
7698 |
*/ |
| 6702 |
int VARIABLE_DECLARATION = 114; |
7699 |
int VARIABLE_DECLARATION = 120; |
| 6703 |
|
7700 |
|
| 6704 |
/** |
7701 |
/** |
| 6705 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7702 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6720-6725
Link Here
|
| 6720 |
int VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
7717 |
int VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
| 6721 |
|
7718 |
|
| 6722 |
/** |
7719 |
/** |
|
|
7720 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7721 |
* <!-- begin-user-doc --> |
| 7722 |
* <!-- end-user-doc --> |
| 7723 |
* @generated |
| 7724 |
* @ordered |
| 7725 |
*/ |
| 7726 |
int VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE = NAMED_ELEMENT__ORIGINAL_CLASS_FILE; |
| 7727 |
|
| 7728 |
/** |
| 6723 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
7729 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 6724 |
* <!-- begin-user-doc --> |
7730 |
* <!-- begin-user-doc --> |
| 6725 |
* <!-- end-user-doc --> |
7731 |
* <!-- end-user-doc --> |
|
Lines 6790-6796
Link Here
|
| 6790 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSingleVariableDeclaration() |
7796 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSingleVariableDeclaration() |
| 6791 |
* @generated |
7797 |
* @generated |
| 6792 |
*/ |
7798 |
*/ |
| 6793 |
int SINGLE_VARIABLE_DECLARATION = 81; |
7799 |
int SINGLE_VARIABLE_DECLARATION = 87; |
| 6794 |
|
7800 |
|
| 6795 |
/** |
7801 |
/** |
| 6796 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7802 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6811-6816
Link Here
|
| 6811 |
int SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT = VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
7817 |
int SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT = VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 6812 |
|
7818 |
|
| 6813 |
/** |
7819 |
/** |
|
|
7820 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7821 |
* <!-- begin-user-doc --> |
| 7822 |
* <!-- end-user-doc --> |
| 7823 |
* @generated |
| 7824 |
* @ordered |
| 7825 |
*/ |
| 7826 |
int SINGLE_VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE = VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 7827 |
|
| 7828 |
/** |
| 6814 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
7829 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 6815 |
* <!-- begin-user-doc --> |
7830 |
* <!-- begin-user-doc --> |
| 6816 |
* <!-- end-user-doc --> |
7831 |
* <!-- end-user-doc --> |
|
Lines 6944-6950
Link Here
|
| 6944 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getStringLiteral() |
7959 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getStringLiteral() |
| 6945 |
* @generated |
7960 |
* @generated |
| 6946 |
*/ |
7961 |
*/ |
| 6947 |
int STRING_LITERAL = 83; |
7962 |
int STRING_LITERAL = 89; |
| 6948 |
|
7963 |
|
| 6949 |
/** |
7964 |
/** |
| 6950 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
7965 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 6965-6970
Link Here
|
| 6965 |
int STRING_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
7980 |
int STRING_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 6966 |
|
7981 |
|
| 6967 |
/** |
7982 |
/** |
|
|
7983 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 7984 |
* <!-- begin-user-doc --> |
| 7985 |
* <!-- end-user-doc --> |
| 7986 |
* @generated |
| 7987 |
* @ordered |
| 7988 |
*/ |
| 7989 |
int STRING_LITERAL__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 7990 |
|
| 7991 |
/** |
| 6968 |
* The feature id for the '<em><b>Escaped Value</b></em>' attribute. |
7992 |
* The feature id for the '<em><b>Escaped Value</b></em>' attribute. |
| 6969 |
* <!-- begin-user-doc --> |
7993 |
* <!-- begin-user-doc --> |
| 6970 |
* <!-- end-user-doc --> |
7994 |
* <!-- end-user-doc --> |
|
Lines 6990-6996
Link Here
|
| 6990 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSuperConstructorInvocation() |
8014 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSuperConstructorInvocation() |
| 6991 |
* @generated |
8015 |
* @generated |
| 6992 |
*/ |
8016 |
*/ |
| 6993 |
int SUPER_CONSTRUCTOR_INVOCATION = 84; |
8017 |
int SUPER_CONSTRUCTOR_INVOCATION = 90; |
| 6994 |
|
8018 |
|
| 6995 |
/** |
8019 |
/** |
| 6996 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8020 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7011-7016
Link Here
|
| 7011 |
int SUPER_CONSTRUCTOR_INVOCATION__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
8035 |
int SUPER_CONSTRUCTOR_INVOCATION__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 7012 |
|
8036 |
|
| 7013 |
/** |
8037 |
/** |
|
|
8038 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8039 |
* <!-- begin-user-doc --> |
| 8040 |
* <!-- end-user-doc --> |
| 8041 |
* @generated |
| 8042 |
* @ordered |
| 8043 |
*/ |
| 8044 |
int SUPER_CONSTRUCTOR_INVOCATION__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 8045 |
|
| 8046 |
/** |
| 7014 |
* The feature id for the '<em><b>Method</b></em>' reference. |
8047 |
* The feature id for the '<em><b>Method</b></em>' reference. |
| 7015 |
* <!-- begin-user-doc --> |
8048 |
* <!-- begin-user-doc --> |
| 7016 |
* <!-- end-user-doc --> |
8049 |
* <!-- end-user-doc --> |
|
Lines 7063-7069
Link Here
|
| 7063 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSuperFieldAccess() |
8096 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSuperFieldAccess() |
| 7064 |
* @generated |
8097 |
* @generated |
| 7065 |
*/ |
8098 |
*/ |
| 7066 |
int SUPER_FIELD_ACCESS = 85; |
8099 |
int SUPER_FIELD_ACCESS = 91; |
| 7067 |
|
8100 |
|
| 7068 |
/** |
8101 |
/** |
| 7069 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8102 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7084-7089
Link Here
|
| 7084 |
int SUPER_FIELD_ACCESS__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
8117 |
int SUPER_FIELD_ACCESS__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 7085 |
|
8118 |
|
| 7086 |
/** |
8119 |
/** |
|
|
8120 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8121 |
* <!-- begin-user-doc --> |
| 8122 |
* <!-- end-user-doc --> |
| 8123 |
* @generated |
| 8124 |
* @ordered |
| 8125 |
*/ |
| 8126 |
int SUPER_FIELD_ACCESS__ORIGINAL_CLASS_FILE = ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_CLASS_FILE; |
| 8127 |
|
| 8128 |
/** |
| 7087 |
* The feature id for the '<em><b>Qualifier</b></em>' containment reference. |
8129 |
* The feature id for the '<em><b>Qualifier</b></em>' containment reference. |
| 7088 |
* <!-- begin-user-doc --> |
8130 |
* <!-- begin-user-doc --> |
| 7089 |
* <!-- end-user-doc --> |
8131 |
* <!-- end-user-doc --> |
|
Lines 7118-7124
Link Here
|
| 7118 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSuperMethodInvocation() |
8160 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSuperMethodInvocation() |
| 7119 |
* @generated |
8161 |
* @generated |
| 7120 |
*/ |
8162 |
*/ |
| 7121 |
int SUPER_METHOD_INVOCATION = 86; |
8163 |
int SUPER_METHOD_INVOCATION = 92; |
| 7122 |
|
8164 |
|
| 7123 |
/** |
8165 |
/** |
| 7124 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8166 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7139-7144
Link Here
|
| 7139 |
int SUPER_METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
8181 |
int SUPER_METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 7140 |
|
8182 |
|
| 7141 |
/** |
8183 |
/** |
|
|
8184 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8185 |
* <!-- begin-user-doc --> |
| 8186 |
* <!-- end-user-doc --> |
| 8187 |
* @generated |
| 8188 |
* @ordered |
| 8189 |
*/ |
| 8190 |
int SUPER_METHOD_INVOCATION__ORIGINAL_CLASS_FILE = ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_CLASS_FILE; |
| 8191 |
|
| 8192 |
/** |
| 7142 |
* The feature id for the '<em><b>Qualifier</b></em>' containment reference. |
8193 |
* The feature id for the '<em><b>Qualifier</b></em>' containment reference. |
| 7143 |
* <!-- begin-user-doc --> |
8194 |
* <!-- begin-user-doc --> |
| 7144 |
* <!-- end-user-doc --> |
8195 |
* <!-- end-user-doc --> |
|
Lines 7191-7197
Link Here
|
| 7191 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSwitchCase() |
8242 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSwitchCase() |
| 7192 |
* @generated |
8243 |
* @generated |
| 7193 |
*/ |
8244 |
*/ |
| 7194 |
int SWITCH_CASE = 87; |
8245 |
int SWITCH_CASE = 93; |
| 7195 |
|
8246 |
|
| 7196 |
/** |
8247 |
/** |
| 7197 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8248 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7212-7217
Link Here
|
| 7212 |
int SWITCH_CASE__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
8263 |
int SWITCH_CASE__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 7213 |
|
8264 |
|
| 7214 |
/** |
8265 |
/** |
|
|
8266 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8267 |
* <!-- begin-user-doc --> |
| 8268 |
* <!-- end-user-doc --> |
| 8269 |
* @generated |
| 8270 |
* @ordered |
| 8271 |
*/ |
| 8272 |
int SWITCH_CASE__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 8273 |
|
| 8274 |
/** |
| 7215 |
* The feature id for the '<em><b>Default</b></em>' attribute. |
8275 |
* The feature id for the '<em><b>Default</b></em>' attribute. |
| 7216 |
* <!-- begin-user-doc --> |
8276 |
* <!-- begin-user-doc --> |
| 7217 |
* <!-- end-user-doc --> |
8277 |
* <!-- end-user-doc --> |
|
Lines 7246-7252
Link Here
|
| 7246 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSwitchStatement() |
8306 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSwitchStatement() |
| 7247 |
* @generated |
8307 |
* @generated |
| 7248 |
*/ |
8308 |
*/ |
| 7249 |
int SWITCH_STATEMENT = 88; |
8309 |
int SWITCH_STATEMENT = 94; |
| 7250 |
|
8310 |
|
| 7251 |
/** |
8311 |
/** |
| 7252 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8312 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7267-7272
Link Here
|
| 7267 |
int SWITCH_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
8327 |
int SWITCH_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 7268 |
|
8328 |
|
| 7269 |
/** |
8329 |
/** |
|
|
8330 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8331 |
* <!-- begin-user-doc --> |
| 8332 |
* <!-- end-user-doc --> |
| 8333 |
* @generated |
| 8334 |
* @ordered |
| 8335 |
*/ |
| 8336 |
int SWITCH_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 8337 |
|
| 8338 |
/** |
| 7270 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
8339 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
| 7271 |
* <!-- begin-user-doc --> |
8340 |
* <!-- begin-user-doc --> |
| 7272 |
* <!-- end-user-doc --> |
8341 |
* <!-- end-user-doc --> |
|
Lines 7301-7307
Link Here
|
| 7301 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSynchronizedStatement() |
8370 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getSynchronizedStatement() |
| 7302 |
* @generated |
8371 |
* @generated |
| 7303 |
*/ |
8372 |
*/ |
| 7304 |
int SYNCHRONIZED_STATEMENT = 89; |
8373 |
int SYNCHRONIZED_STATEMENT = 95; |
| 7305 |
|
8374 |
|
| 7306 |
/** |
8375 |
/** |
| 7307 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8376 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7322-7327
Link Here
|
| 7322 |
int SYNCHRONIZED_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
8391 |
int SYNCHRONIZED_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 7323 |
|
8392 |
|
| 7324 |
/** |
8393 |
/** |
|
|
8394 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8395 |
* <!-- begin-user-doc --> |
| 8396 |
* <!-- end-user-doc --> |
| 8397 |
* @generated |
| 8398 |
* @ordered |
| 8399 |
*/ |
| 8400 |
int SYNCHRONIZED_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 8401 |
|
| 8402 |
/** |
| 7325 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
8403 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
| 7326 |
* <!-- begin-user-doc --> |
8404 |
* <!-- begin-user-doc --> |
| 7327 |
* <!-- end-user-doc --> |
8405 |
* <!-- end-user-doc --> |
|
Lines 7356-7362
Link Here
|
| 7356 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTagElement() |
8434 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTagElement() |
| 7357 |
* @generated |
8435 |
* @generated |
| 7358 |
*/ |
8436 |
*/ |
| 7359 |
int TAG_ELEMENT = 90; |
8437 |
int TAG_ELEMENT = 96; |
| 7360 |
|
8438 |
|
| 7361 |
/** |
8439 |
/** |
| 7362 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8440 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7377-7382
Link Here
|
| 7377 |
int TAG_ELEMENT__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
8455 |
int TAG_ELEMENT__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 7378 |
|
8456 |
|
| 7379 |
/** |
8457 |
/** |
|
|
8458 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8459 |
* <!-- begin-user-doc --> |
| 8460 |
* <!-- end-user-doc --> |
| 8461 |
* @generated |
| 8462 |
* @ordered |
| 8463 |
*/ |
| 8464 |
int TAG_ELEMENT__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 8465 |
|
| 8466 |
/** |
| 7380 |
* The feature id for the '<em><b>Tag Name</b></em>' attribute. |
8467 |
* The feature id for the '<em><b>Tag Name</b></em>' attribute. |
| 7381 |
* <!-- begin-user-doc --> |
8468 |
* <!-- begin-user-doc --> |
| 7382 |
* <!-- end-user-doc --> |
8469 |
* <!-- end-user-doc --> |
|
Lines 7411-7417
Link Here
|
| 7411 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTextElement() |
8498 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTextElement() |
| 7412 |
* @generated |
8499 |
* @generated |
| 7413 |
*/ |
8500 |
*/ |
| 7414 |
int TEXT_ELEMENT = 91; |
8501 |
int TEXT_ELEMENT = 97; |
| 7415 |
|
8502 |
|
| 7416 |
/** |
8503 |
/** |
| 7417 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8504 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7432-7437
Link Here
|
| 7432 |
int TEXT_ELEMENT__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
8519 |
int TEXT_ELEMENT__ORIGINAL_COMPILATION_UNIT = AST_NODE__ORIGINAL_COMPILATION_UNIT; |
| 7433 |
|
8520 |
|
| 7434 |
/** |
8521 |
/** |
|
|
8522 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8523 |
* <!-- begin-user-doc --> |
| 8524 |
* <!-- end-user-doc --> |
| 8525 |
* @generated |
| 8526 |
* @ordered |
| 8527 |
*/ |
| 8528 |
int TEXT_ELEMENT__ORIGINAL_CLASS_FILE = AST_NODE__ORIGINAL_CLASS_FILE; |
| 8529 |
|
| 8530 |
/** |
| 7435 |
* The feature id for the '<em><b>Text</b></em>' attribute. |
8531 |
* The feature id for the '<em><b>Text</b></em>' attribute. |
| 7436 |
* <!-- begin-user-doc --> |
8532 |
* <!-- begin-user-doc --> |
| 7437 |
* <!-- end-user-doc --> |
8533 |
* <!-- end-user-doc --> |
|
Lines 7457-7463
Link Here
|
| 7457 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getThisExpression() |
8553 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getThisExpression() |
| 7458 |
* @generated |
8554 |
* @generated |
| 7459 |
*/ |
8555 |
*/ |
| 7460 |
int THIS_EXPRESSION = 92; |
8556 |
int THIS_EXPRESSION = 98; |
| 7461 |
|
8557 |
|
| 7462 |
/** |
8558 |
/** |
| 7463 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8559 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7478-7483
Link Here
|
| 7478 |
int THIS_EXPRESSION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
8574 |
int THIS_EXPRESSION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 7479 |
|
8575 |
|
| 7480 |
/** |
8576 |
/** |
|
|
8577 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8578 |
* <!-- begin-user-doc --> |
| 8579 |
* <!-- end-user-doc --> |
| 8580 |
* @generated |
| 8581 |
* @ordered |
| 8582 |
*/ |
| 8583 |
int THIS_EXPRESSION__ORIGINAL_CLASS_FILE = ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_CLASS_FILE; |
| 8584 |
|
| 8585 |
/** |
| 7481 |
* The feature id for the '<em><b>Qualifier</b></em>' containment reference. |
8586 |
* The feature id for the '<em><b>Qualifier</b></em>' containment reference. |
| 7482 |
* <!-- begin-user-doc --> |
8587 |
* <!-- begin-user-doc --> |
| 7483 |
* <!-- end-user-doc --> |
8588 |
* <!-- end-user-doc --> |
|
Lines 7503-7509
Link Here
|
| 7503 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getThrowStatement() |
8608 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getThrowStatement() |
| 7504 |
* @generated |
8609 |
* @generated |
| 7505 |
*/ |
8610 |
*/ |
| 7506 |
int THROW_STATEMENT = 93; |
8611 |
int THROW_STATEMENT = 99; |
| 7507 |
|
8612 |
|
| 7508 |
/** |
8613 |
/** |
| 7509 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8614 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7524-7529
Link Here
|
| 7524 |
int THROW_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
8629 |
int THROW_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 7525 |
|
8630 |
|
| 7526 |
/** |
8631 |
/** |
|
|
8632 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8633 |
* <!-- begin-user-doc --> |
| 8634 |
* <!-- end-user-doc --> |
| 8635 |
* @generated |
| 8636 |
* @ordered |
| 8637 |
*/ |
| 8638 |
int THROW_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 8639 |
|
| 8640 |
/** |
| 7527 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
8641 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
| 7528 |
* <!-- begin-user-doc --> |
8642 |
* <!-- begin-user-doc --> |
| 7529 |
* <!-- end-user-doc --> |
8643 |
* <!-- end-user-doc --> |
|
Lines 7549-7555
Link Here
|
| 7549 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTryStatement() |
8663 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTryStatement() |
| 7550 |
* @generated |
8664 |
* @generated |
| 7551 |
*/ |
8665 |
*/ |
| 7552 |
int TRY_STATEMENT = 94; |
8666 |
int TRY_STATEMENT = 100; |
| 7553 |
|
8667 |
|
| 7554 |
/** |
8668 |
/** |
| 7555 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8669 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7570-7575
Link Here
|
| 7570 |
int TRY_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
8684 |
int TRY_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 7571 |
|
8685 |
|
| 7572 |
/** |
8686 |
/** |
|
|
8687 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8688 |
* <!-- begin-user-doc --> |
| 8689 |
* <!-- end-user-doc --> |
| 8690 |
* @generated |
| 8691 |
* @ordered |
| 8692 |
*/ |
| 8693 |
int TRY_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 8694 |
|
| 8695 |
/** |
| 7573 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
8696 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
| 7574 |
* <!-- begin-user-doc --> |
8697 |
* <!-- begin-user-doc --> |
| 7575 |
* <!-- end-user-doc --> |
8698 |
* <!-- end-user-doc --> |
|
Lines 7613-7619
Link Here
|
| 7613 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTypeAccess() |
8736 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTypeAccess() |
| 7614 |
* @generated |
8737 |
* @generated |
| 7615 |
*/ |
8738 |
*/ |
| 7616 |
int TYPE_ACCESS = 96; |
8739 |
int TYPE_ACCESS = 102; |
| 7617 |
|
8740 |
|
| 7618 |
/** |
8741 |
/** |
| 7619 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8742 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7634-7639
Link Here
|
| 7634 |
int TYPE_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
8757 |
int TYPE_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 7635 |
|
8758 |
|
| 7636 |
/** |
8759 |
/** |
|
|
8760 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8761 |
* <!-- begin-user-doc --> |
| 8762 |
* <!-- end-user-doc --> |
| 8763 |
* @generated |
| 8764 |
* @ordered |
| 8765 |
*/ |
| 8766 |
int TYPE_ACCESS__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 8767 |
|
| 8768 |
/** |
| 7637 |
* The feature id for the '<em><b>Type</b></em>' reference. |
8769 |
* The feature id for the '<em><b>Type</b></em>' reference. |
| 7638 |
* <!-- begin-user-doc --> |
8770 |
* <!-- begin-user-doc --> |
| 7639 |
* <!-- end-user-doc --> |
8771 |
* <!-- end-user-doc --> |
|
Lines 7668-7674
Link Here
|
| 7668 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTypeDeclarationStatement() |
8800 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTypeDeclarationStatement() |
| 7669 |
* @generated |
8801 |
* @generated |
| 7670 |
*/ |
8802 |
*/ |
| 7671 |
int TYPE_DECLARATION_STATEMENT = 98; |
8803 |
int TYPE_DECLARATION_STATEMENT = 104; |
| 7672 |
|
8804 |
|
| 7673 |
/** |
8805 |
/** |
| 7674 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8806 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7689-7694
Link Here
|
| 7689 |
int TYPE_DECLARATION_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
8821 |
int TYPE_DECLARATION_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 7690 |
|
8822 |
|
| 7691 |
/** |
8823 |
/** |
|
|
8824 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8825 |
* <!-- begin-user-doc --> |
| 8826 |
* <!-- end-user-doc --> |
| 8827 |
* @generated |
| 8828 |
* @ordered |
| 8829 |
*/ |
| 8830 |
int TYPE_DECLARATION_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 8831 |
|
| 8832 |
/** |
| 7692 |
* The feature id for the '<em><b>Declaration</b></em>' containment reference. |
8833 |
* The feature id for the '<em><b>Declaration</b></em>' containment reference. |
| 7693 |
* <!-- begin-user-doc --> |
8834 |
* <!-- begin-user-doc --> |
| 7694 |
* <!-- end-user-doc --> |
8835 |
* <!-- end-user-doc --> |
|
Lines 7714-7720
Link Here
|
| 7714 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTypeLiteral() |
8855 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTypeLiteral() |
| 7715 |
* @generated |
8856 |
* @generated |
| 7716 |
*/ |
8857 |
*/ |
| 7717 |
int TYPE_LITERAL = 99; |
8858 |
int TYPE_LITERAL = 105; |
| 7718 |
|
8859 |
|
| 7719 |
/** |
8860 |
/** |
| 7720 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8861 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7735-7740
Link Here
|
| 7735 |
int TYPE_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
8876 |
int TYPE_LITERAL__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 7736 |
|
8877 |
|
| 7737 |
/** |
8878 |
/** |
|
|
8879 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8880 |
* <!-- begin-user-doc --> |
| 8881 |
* <!-- end-user-doc --> |
| 8882 |
* @generated |
| 8883 |
* @ordered |
| 8884 |
*/ |
| 8885 |
int TYPE_LITERAL__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 8886 |
|
| 8887 |
/** |
| 7738 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
8888 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
| 7739 |
* <!-- begin-user-doc --> |
8889 |
* <!-- begin-user-doc --> |
| 7740 |
* <!-- end-user-doc --> |
8890 |
* <!-- end-user-doc --> |
|
Lines 7760-7766
Link Here
|
| 7760 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTypeParameter() |
8910 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getTypeParameter() |
| 7761 |
* @generated |
8911 |
* @generated |
| 7762 |
*/ |
8912 |
*/ |
| 7763 |
int TYPE_PARAMETER = 100; |
8913 |
int TYPE_PARAMETER = 106; |
| 7764 |
|
8914 |
|
| 7765 |
/** |
8915 |
/** |
| 7766 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
8916 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7781-7786
Link Here
|
| 7781 |
int TYPE_PARAMETER__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
8931 |
int TYPE_PARAMETER__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
| 7782 |
|
8932 |
|
| 7783 |
/** |
8933 |
/** |
|
|
8934 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 8935 |
* <!-- begin-user-doc --> |
| 8936 |
* <!-- end-user-doc --> |
| 8937 |
* @generated |
| 8938 |
* @ordered |
| 8939 |
*/ |
| 8940 |
int TYPE_PARAMETER__ORIGINAL_CLASS_FILE = TYPE__ORIGINAL_CLASS_FILE; |
| 8941 |
|
| 8942 |
/** |
| 7784 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
8943 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 7785 |
* <!-- begin-user-doc --> |
8944 |
* <!-- begin-user-doc --> |
| 7786 |
* <!-- end-user-doc --> |
8945 |
* <!-- end-user-doc --> |
|
Lines 7842-7848
Link Here
|
| 7842 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedItem() |
9001 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedItem() |
| 7843 |
* @generated |
9002 |
* @generated |
| 7844 |
*/ |
9003 |
*/ |
| 7845 |
int UNRESOLVED_ITEM = 101; |
9004 |
int UNRESOLVED_ITEM = 107; |
| 7846 |
|
9005 |
|
| 7847 |
/** |
9006 |
/** |
| 7848 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
9007 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7863-7868
Link Here
|
| 7863 |
int UNRESOLVED_ITEM__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
9022 |
int UNRESOLVED_ITEM__ORIGINAL_COMPILATION_UNIT = NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT; |
| 7864 |
|
9023 |
|
| 7865 |
/** |
9024 |
/** |
|
|
9025 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 9026 |
* <!-- begin-user-doc --> |
| 9027 |
* <!-- end-user-doc --> |
| 9028 |
* @generated |
| 9029 |
* @ordered |
| 9030 |
*/ |
| 9031 |
int UNRESOLVED_ITEM__ORIGINAL_CLASS_FILE = NAMED_ELEMENT__ORIGINAL_CLASS_FILE; |
| 9032 |
|
| 9033 |
/** |
| 7866 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
9034 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 7867 |
* <!-- begin-user-doc --> |
9035 |
* <!-- begin-user-doc --> |
| 7868 |
* <!-- end-user-doc --> |
9036 |
* <!-- end-user-doc --> |
|
Lines 7906-7912
Link Here
|
| 7906 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedItemAccess() |
9074 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedItemAccess() |
| 7907 |
* @generated |
9075 |
* @generated |
| 7908 |
*/ |
9076 |
*/ |
| 7909 |
int UNRESOLVED_ITEM_ACCESS = 102; |
9077 |
int UNRESOLVED_ITEM_ACCESS = 108; |
| 7910 |
|
9078 |
|
| 7911 |
/** |
9079 |
/** |
| 7912 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
9080 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7927-7932
Link Here
|
| 7927 |
int UNRESOLVED_ITEM_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
9095 |
int UNRESOLVED_ITEM_ACCESS__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 7928 |
|
9096 |
|
| 7929 |
/** |
9097 |
/** |
|
|
9098 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 9099 |
* <!-- begin-user-doc --> |
| 9100 |
* <!-- end-user-doc --> |
| 9101 |
* @generated |
| 9102 |
* @ordered |
| 9103 |
*/ |
| 9104 |
int UNRESOLVED_ITEM_ACCESS__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 9105 |
|
| 9106 |
/** |
| 7930 |
* The feature id for the '<em><b>Element</b></em>' reference. |
9107 |
* The feature id for the '<em><b>Element</b></em>' reference. |
| 7931 |
* <!-- begin-user-doc --> |
9108 |
* <!-- begin-user-doc --> |
| 7932 |
* <!-- end-user-doc --> |
9109 |
* <!-- end-user-doc --> |
|
Lines 7961-7967
Link Here
|
| 7961 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedAnnotationDeclaration() |
9138 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedAnnotationDeclaration() |
| 7962 |
* @generated |
9139 |
* @generated |
| 7963 |
*/ |
9140 |
*/ |
| 7964 |
int UNRESOLVED_ANNOTATION_DECLARATION = 103; |
9141 |
int UNRESOLVED_ANNOTATION_DECLARATION = 109; |
| 7965 |
|
9142 |
|
| 7966 |
/** |
9143 |
/** |
| 7967 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
9144 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 7982-7987
Link Here
|
| 7982 |
int UNRESOLVED_ANNOTATION_DECLARATION__ORIGINAL_COMPILATION_UNIT = ANNOTATION_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
9159 |
int UNRESOLVED_ANNOTATION_DECLARATION__ORIGINAL_COMPILATION_UNIT = ANNOTATION_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 7983 |
|
9160 |
|
| 7984 |
/** |
9161 |
/** |
|
|
9162 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 9163 |
* <!-- begin-user-doc --> |
| 9164 |
* <!-- end-user-doc --> |
| 9165 |
* @generated |
| 9166 |
* @ordered |
| 9167 |
*/ |
| 9168 |
int UNRESOLVED_ANNOTATION_DECLARATION__ORIGINAL_CLASS_FILE = ANNOTATION_TYPE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 9169 |
|
| 9170 |
/** |
| 7985 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
9171 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 7986 |
* <!-- begin-user-doc --> |
9172 |
* <!-- begin-user-doc --> |
| 7987 |
* <!-- end-user-doc --> |
9173 |
* <!-- end-user-doc --> |
|
Lines 8054-8068
Link Here
|
| 8054 |
int UNRESOLVED_ANNOTATION_DECLARATION__USAGES_IN_TYPE_ACCESS = ANNOTATION_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
9240 |
int UNRESOLVED_ANNOTATION_DECLARATION__USAGES_IN_TYPE_ACCESS = ANNOTATION_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
| 8055 |
|
9241 |
|
| 8056 |
/** |
9242 |
/** |
| 8057 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 8058 |
* <!-- begin-user-doc --> |
| 8059 |
* <!-- end-user-doc --> |
| 8060 |
* @generated |
| 8061 |
* @ordered |
| 8062 |
*/ |
| 8063 |
int UNRESOLVED_ANNOTATION_DECLARATION__QUALIFIED_NAME = ANNOTATION_TYPE_DECLARATION__QUALIFIED_NAME; |
| 8064 |
|
| 8065 |
/** |
| 8066 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
9243 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 8067 |
* <!-- begin-user-doc --> |
9244 |
* <!-- begin-user-doc --> |
| 8068 |
* <!-- end-user-doc --> |
9245 |
* <!-- end-user-doc --> |
|
Lines 8124-8130
Link Here
|
| 8124 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedAnnotationTypeMemberDeclaration() |
9301 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedAnnotationTypeMemberDeclaration() |
| 8125 |
* @generated |
9302 |
* @generated |
| 8126 |
*/ |
9303 |
*/ |
| 8127 |
int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION = 104; |
9304 |
int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION = 110; |
| 8128 |
|
9305 |
|
| 8129 |
/** |
9306 |
/** |
| 8130 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
9307 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 8145-8150
Link Here
|
| 8145 |
int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNIT = ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
9322 |
int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNIT = ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 8146 |
|
9323 |
|
| 8147 |
/** |
9324 |
/** |
|
|
9325 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 9326 |
* <!-- begin-user-doc --> |
| 9327 |
* <!-- end-user-doc --> |
| 9328 |
* @generated |
| 9329 |
* @ordered |
| 9330 |
*/ |
| 9331 |
int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_CLASS_FILE = ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_CLASS_FILE; |
| 9332 |
|
| 9333 |
/** |
| 8148 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
9334 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 8149 |
* <!-- begin-user-doc --> |
9335 |
* <!-- begin-user-doc --> |
| 8150 |
* <!-- end-user-doc --> |
9336 |
* <!-- end-user-doc --> |
|
Lines 8251-8257
Link Here
|
| 8251 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedClassDeclaration() |
9437 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedClassDeclaration() |
| 8252 |
* @generated |
9438 |
* @generated |
| 8253 |
*/ |
9439 |
*/ |
| 8254 |
int UNRESOLVED_CLASS_DECLARATION = 105; |
9440 |
int UNRESOLVED_CLASS_DECLARATION = 111; |
| 8255 |
|
9441 |
|
| 8256 |
/** |
9442 |
/** |
| 8257 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
9443 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 8272-8277
Link Here
|
| 8272 |
int UNRESOLVED_CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT = CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
9458 |
int UNRESOLVED_CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT = CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 8273 |
|
9459 |
|
| 8274 |
/** |
9460 |
/** |
|
|
9461 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 9462 |
* <!-- begin-user-doc --> |
| 9463 |
* <!-- end-user-doc --> |
| 9464 |
* @generated |
| 9465 |
* @ordered |
| 9466 |
*/ |
| 9467 |
int UNRESOLVED_CLASS_DECLARATION__ORIGINAL_CLASS_FILE = CLASS_DECLARATION__ORIGINAL_CLASS_FILE; |
| 9468 |
|
| 9469 |
/** |
| 8275 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
9470 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 8276 |
* <!-- begin-user-doc --> |
9471 |
* <!-- begin-user-doc --> |
| 8277 |
* <!-- end-user-doc --> |
9472 |
* <!-- end-user-doc --> |
|
Lines 8344-8358
Link Here
|
| 8344 |
int UNRESOLVED_CLASS_DECLARATION__USAGES_IN_TYPE_ACCESS = CLASS_DECLARATION__USAGES_IN_TYPE_ACCESS; |
9539 |
int UNRESOLVED_CLASS_DECLARATION__USAGES_IN_TYPE_ACCESS = CLASS_DECLARATION__USAGES_IN_TYPE_ACCESS; |
| 8345 |
|
9540 |
|
| 8346 |
/** |
9541 |
/** |
| 8347 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 8348 |
* <!-- begin-user-doc --> |
| 8349 |
* <!-- end-user-doc --> |
| 8350 |
* @generated |
| 8351 |
* @ordered |
| 8352 |
*/ |
| 8353 |
int UNRESOLVED_CLASS_DECLARATION__QUALIFIED_NAME = CLASS_DECLARATION__QUALIFIED_NAME; |
| 8354 |
|
| 8355 |
/** |
| 8356 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
9542 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 8357 |
* <!-- begin-user-doc --> |
9543 |
* <!-- begin-user-doc --> |
| 8358 |
* <!-- end-user-doc --> |
9544 |
* <!-- end-user-doc --> |
|
Lines 8432-8438
Link Here
|
| 8432 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedEnumDeclaration() |
9618 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedEnumDeclaration() |
| 8433 |
* @generated |
9619 |
* @generated |
| 8434 |
*/ |
9620 |
*/ |
| 8435 |
int UNRESOLVED_ENUM_DECLARATION = 106; |
9621 |
int UNRESOLVED_ENUM_DECLARATION = 112; |
| 8436 |
|
9622 |
|
| 8437 |
/** |
9623 |
/** |
| 8438 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
9624 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 8453-8458
Link Here
|
| 8453 |
int UNRESOLVED_ENUM_DECLARATION__ORIGINAL_COMPILATION_UNIT = ENUM_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
9639 |
int UNRESOLVED_ENUM_DECLARATION__ORIGINAL_COMPILATION_UNIT = ENUM_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 8454 |
|
9640 |
|
| 8455 |
/** |
9641 |
/** |
|
|
9642 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 9643 |
* <!-- begin-user-doc --> |
| 9644 |
* <!-- end-user-doc --> |
| 9645 |
* @generated |
| 9646 |
* @ordered |
| 9647 |
*/ |
| 9648 |
int UNRESOLVED_ENUM_DECLARATION__ORIGINAL_CLASS_FILE = ENUM_DECLARATION__ORIGINAL_CLASS_FILE; |
| 9649 |
|
| 9650 |
/** |
| 8456 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
9651 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 8457 |
* <!-- begin-user-doc --> |
9652 |
* <!-- begin-user-doc --> |
| 8458 |
* <!-- end-user-doc --> |
9653 |
* <!-- end-user-doc --> |
|
Lines 8525-8539
Link Here
|
| 8525 |
int UNRESOLVED_ENUM_DECLARATION__USAGES_IN_TYPE_ACCESS = ENUM_DECLARATION__USAGES_IN_TYPE_ACCESS; |
9720 |
int UNRESOLVED_ENUM_DECLARATION__USAGES_IN_TYPE_ACCESS = ENUM_DECLARATION__USAGES_IN_TYPE_ACCESS; |
| 8526 |
|
9721 |
|
| 8527 |
/** |
9722 |
/** |
| 8528 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 8529 |
* <!-- begin-user-doc --> |
| 8530 |
* <!-- end-user-doc --> |
| 8531 |
* @generated |
| 8532 |
* @ordered |
| 8533 |
*/ |
| 8534 |
int UNRESOLVED_ENUM_DECLARATION__QUALIFIED_NAME = ENUM_DECLARATION__QUALIFIED_NAME; |
| 8535 |
|
| 8536 |
/** |
| 8537 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
9723 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 8538 |
* <!-- begin-user-doc --> |
9724 |
* <!-- begin-user-doc --> |
| 8539 |
* <!-- end-user-doc --> |
9725 |
* <!-- end-user-doc --> |
|
Lines 8604-8610
Link Here
|
| 8604 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedInterfaceDeclaration() |
9790 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedInterfaceDeclaration() |
| 8605 |
* @generated |
9791 |
* @generated |
| 8606 |
*/ |
9792 |
*/ |
| 8607 |
int UNRESOLVED_INTERFACE_DECLARATION = 107; |
9793 |
int UNRESOLVED_INTERFACE_DECLARATION = 113; |
| 8608 |
|
9794 |
|
| 8609 |
/** |
9795 |
/** |
| 8610 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
9796 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 8625-8630
Link Here
|
| 8625 |
int UNRESOLVED_INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNIT = INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
9811 |
int UNRESOLVED_INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNIT = INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 8626 |
|
9812 |
|
| 8627 |
/** |
9813 |
/** |
|
|
9814 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 9815 |
* <!-- begin-user-doc --> |
| 9816 |
* <!-- end-user-doc --> |
| 9817 |
* @generated |
| 9818 |
* @ordered |
| 9819 |
*/ |
| 9820 |
int UNRESOLVED_INTERFACE_DECLARATION__ORIGINAL_CLASS_FILE = INTERFACE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 9821 |
|
| 9822 |
/** |
| 8628 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
9823 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 8629 |
* <!-- begin-user-doc --> |
9824 |
* <!-- begin-user-doc --> |
| 8630 |
* <!-- end-user-doc --> |
9825 |
* <!-- end-user-doc --> |
|
Lines 8697-8711
Link Here
|
| 8697 |
int UNRESOLVED_INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESS = INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
9892 |
int UNRESOLVED_INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESS = INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
| 8698 |
|
9893 |
|
| 8699 |
/** |
9894 |
/** |
| 8700 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 8701 |
* <!-- begin-user-doc --> |
| 8702 |
* <!-- end-user-doc --> |
| 8703 |
* @generated |
| 8704 |
* @ordered |
| 8705 |
*/ |
| 8706 |
int UNRESOLVED_INTERFACE_DECLARATION__QUALIFIED_NAME = INTERFACE_DECLARATION__QUALIFIED_NAME; |
| 8707 |
|
| 8708 |
/** |
| 8709 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
9895 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 8710 |
* <!-- begin-user-doc --> |
9896 |
* <!-- begin-user-doc --> |
| 8711 |
* <!-- end-user-doc --> |
9897 |
* <!-- end-user-doc --> |
|
Lines 8776-8782
Link Here
|
| 8776 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedLabeledStatement() |
9962 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedLabeledStatement() |
| 8777 |
* @generated |
9963 |
* @generated |
| 8778 |
*/ |
9964 |
*/ |
| 8779 |
int UNRESOLVED_LABELED_STATEMENT = 108; |
9965 |
int UNRESOLVED_LABELED_STATEMENT = 114; |
| 8780 |
|
9966 |
|
| 8781 |
/** |
9967 |
/** |
| 8782 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
9968 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 8797-8802
Link Here
|
| 8797 |
int UNRESOLVED_LABELED_STATEMENT__ORIGINAL_COMPILATION_UNIT = LABELED_STATEMENT__ORIGINAL_COMPILATION_UNIT; |
9983 |
int UNRESOLVED_LABELED_STATEMENT__ORIGINAL_COMPILATION_UNIT = LABELED_STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 8798 |
|
9984 |
|
| 8799 |
/** |
9985 |
/** |
|
|
9986 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 9987 |
* <!-- begin-user-doc --> |
| 9988 |
* <!-- end-user-doc --> |
| 9989 |
* @generated |
| 9990 |
* @ordered |
| 9991 |
*/ |
| 9992 |
int UNRESOLVED_LABELED_STATEMENT__ORIGINAL_CLASS_FILE = LABELED_STATEMENT__ORIGINAL_CLASS_FILE; |
| 9993 |
|
| 9994 |
/** |
| 8800 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
9995 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 8801 |
* <!-- begin-user-doc --> |
9996 |
* <!-- begin-user-doc --> |
| 8802 |
* <!-- end-user-doc --> |
9997 |
* <!-- end-user-doc --> |
|
Lines 8867-8873
Link Here
|
| 8867 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedMethodDeclaration() |
10062 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedMethodDeclaration() |
| 8868 |
* @generated |
10063 |
* @generated |
| 8869 |
*/ |
10064 |
*/ |
| 8870 |
int UNRESOLVED_METHOD_DECLARATION = 109; |
10065 |
int UNRESOLVED_METHOD_DECLARATION = 115; |
| 8871 |
|
10066 |
|
| 8872 |
/** |
10067 |
/** |
| 8873 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
10068 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 8888-8893
Link Here
|
| 8888 |
int UNRESOLVED_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT = METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
10083 |
int UNRESOLVED_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT = METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 8889 |
|
10084 |
|
| 8890 |
/** |
10085 |
/** |
|
|
10086 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 10087 |
* <!-- begin-user-doc --> |
| 10088 |
* <!-- end-user-doc --> |
| 10089 |
* @generated |
| 10090 |
* @ordered |
| 10091 |
*/ |
| 10092 |
int UNRESOLVED_METHOD_DECLARATION__ORIGINAL_CLASS_FILE = METHOD_DECLARATION__ORIGINAL_CLASS_FILE; |
| 10093 |
|
| 10094 |
/** |
| 8891 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
10095 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 8892 |
* <!-- begin-user-doc --> |
10096 |
* <!-- begin-user-doc --> |
| 8893 |
* <!-- end-user-doc --> |
10097 |
* <!-- end-user-doc --> |
|
Lines 8951-8974
Link Here
|
| 8951 |
int UNRESOLVED_METHOD_DECLARATION__MODIFIER = METHOD_DECLARATION__MODIFIER; |
10155 |
int UNRESOLVED_METHOD_DECLARATION__MODIFIER = METHOD_DECLARATION__MODIFIER; |
| 8952 |
|
10156 |
|
| 8953 |
/** |
10157 |
/** |
| 8954 |
* The feature id for the '<em><b>Varargs</b></em>' attribute. |
|
|
| 8955 |
* <!-- begin-user-doc --> |
| 8956 |
* <!-- end-user-doc --> |
| 8957 |
* @generated |
| 8958 |
* @ordered |
| 8959 |
*/ |
| 8960 |
int UNRESOLVED_METHOD_DECLARATION__VARARGS = METHOD_DECLARATION__VARARGS; |
| 8961 |
|
| 8962 |
/** |
| 8963 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
| 8964 |
* <!-- begin-user-doc --> |
| 8965 |
* <!-- end-user-doc --> |
| 8966 |
* @generated |
| 8967 |
* @ordered |
| 8968 |
*/ |
| 8969 |
int UNRESOLVED_METHOD_DECLARATION__QUALIFIED_NAME = METHOD_DECLARATION__QUALIFIED_NAME; |
| 8970 |
|
| 8971 |
/** |
| 8972 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
10158 |
* The feature id for the '<em><b>Body</b></em>' containment reference. |
| 8973 |
* <!-- begin-user-doc --> |
10159 |
* <!-- begin-user-doc --> |
| 8974 |
* <!-- end-user-doc --> |
10160 |
* <!-- end-user-doc --> |
|
Lines 9075-9081
Link Here
|
| 9075 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedSingleVariableDeclaration() |
10261 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedSingleVariableDeclaration() |
| 9076 |
* @generated |
10262 |
* @generated |
| 9077 |
*/ |
10263 |
*/ |
| 9078 |
int UNRESOLVED_SINGLE_VARIABLE_DECLARATION = 110; |
10264 |
int UNRESOLVED_SINGLE_VARIABLE_DECLARATION = 116; |
| 9079 |
|
10265 |
|
| 9080 |
/** |
10266 |
/** |
| 9081 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
10267 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 9096-9101
Link Here
|
| 9096 |
int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT = SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
10282 |
int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT = SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 9097 |
|
10283 |
|
| 9098 |
/** |
10284 |
/** |
|
|
10285 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 10286 |
* <!-- begin-user-doc --> |
| 10287 |
* <!-- end-user-doc --> |
| 10288 |
* @generated |
| 10289 |
* @ordered |
| 10290 |
*/ |
| 10291 |
int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE = SINGLE_VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 10292 |
|
| 10293 |
/** |
| 9099 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
10294 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 9100 |
* <!-- begin-user-doc --> |
10295 |
* <!-- begin-user-doc --> |
| 9101 |
* <!-- end-user-doc --> |
10296 |
* <!-- end-user-doc --> |
|
Lines 9229-9235
Link Here
|
| 9229 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedType() |
10424 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedType() |
| 9230 |
* @generated |
10425 |
* @generated |
| 9231 |
*/ |
10426 |
*/ |
| 9232 |
int UNRESOLVED_TYPE = 111; |
10427 |
int UNRESOLVED_TYPE = 117; |
| 9233 |
|
10428 |
|
| 9234 |
/** |
10429 |
/** |
| 9235 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
10430 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 9250-9255
Link Here
|
| 9250 |
int UNRESOLVED_TYPE__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
10445 |
int UNRESOLVED_TYPE__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
| 9251 |
|
10446 |
|
| 9252 |
/** |
10447 |
/** |
|
|
10448 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 10449 |
* <!-- begin-user-doc --> |
| 10450 |
* <!-- end-user-doc --> |
| 10451 |
* @generated |
| 10452 |
* @ordered |
| 10453 |
*/ |
| 10454 |
int UNRESOLVED_TYPE__ORIGINAL_CLASS_FILE = TYPE__ORIGINAL_CLASS_FILE; |
| 10455 |
|
| 10456 |
/** |
| 9253 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
10457 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 9254 |
* <!-- begin-user-doc --> |
10458 |
* <!-- begin-user-doc --> |
| 9255 |
* <!-- end-user-doc --> |
10459 |
* <!-- end-user-doc --> |
|
Lines 9302-9308
Link Here
|
| 9302 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedTypeDeclaration() |
10506 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedTypeDeclaration() |
| 9303 |
* @generated |
10507 |
* @generated |
| 9304 |
*/ |
10508 |
*/ |
| 9305 |
int UNRESOLVED_TYPE_DECLARATION = 112; |
10509 |
int UNRESOLVED_TYPE_DECLARATION = 118; |
| 9306 |
|
10510 |
|
| 9307 |
/** |
10511 |
/** |
| 9308 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
10512 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 9314-9326
Link Here
|
| 9314 |
int UNRESOLVED_TYPE_DECLARATION__COMMENTS = ABSTRACT_TYPE_DECLARATION__COMMENTS; |
10518 |
int UNRESOLVED_TYPE_DECLARATION__COMMENTS = ABSTRACT_TYPE_DECLARATION__COMMENTS; |
| 9315 |
|
10519 |
|
| 9316 |
/** |
10520 |
/** |
| 9317 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
10521 |
* The feature id for the '<em><b>Original Compilation Unit</b></em>' reference. |
|
|
10522 |
* <!-- begin-user-doc --> |
| 10523 |
* <!-- end-user-doc --> |
| 10524 |
* @generated |
| 10525 |
* @ordered |
| 10526 |
*/ |
| 10527 |
int UNRESOLVED_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 10528 |
|
| 10529 |
/** |
| 10530 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 9318 |
* <!-- begin-user-doc --> |
10531 |
* <!-- begin-user-doc --> |
| 9319 |
* <!-- end-user-doc --> |
10532 |
* <!-- end-user-doc --> |
| 9320 |
* @generated |
10533 |
* @generated |
| 9321 |
* @ordered |
10534 |
* @ordered |
| 9322 |
*/ |
10535 |
*/ |
| 9323 |
int UNRESOLVED_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT = ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
10536 |
int UNRESOLVED_TYPE_DECLARATION__ORIGINAL_CLASS_FILE = ABSTRACT_TYPE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 9324 |
|
10537 |
|
| 9325 |
/** |
10538 |
/** |
| 9326 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
10539 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
|
Lines 9395-9409
Link Here
|
| 9395 |
int UNRESOLVED_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS = ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
10608 |
int UNRESOLVED_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS = ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS; |
| 9396 |
|
10609 |
|
| 9397 |
/** |
10610 |
/** |
| 9398 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 9399 |
* <!-- begin-user-doc --> |
| 9400 |
* <!-- end-user-doc --> |
| 9401 |
* @generated |
| 9402 |
* @ordered |
| 9403 |
*/ |
| 9404 |
int UNRESOLVED_TYPE_DECLARATION__QUALIFIED_NAME = ABSTRACT_TYPE_DECLARATION__QUALIFIED_NAME; |
| 9405 |
|
| 9406 |
/** |
| 9407 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
10611 |
* The feature id for the '<em><b>Body Declarations</b></em>' containment reference list. |
| 9408 |
* <!-- begin-user-doc --> |
10612 |
* <!-- begin-user-doc --> |
| 9409 |
* <!-- end-user-doc --> |
10613 |
* <!-- end-user-doc --> |
|
Lines 9465-9471
Link Here
|
| 9465 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getVariableDeclarationFragment() |
10669 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getVariableDeclarationFragment() |
| 9466 |
* @generated |
10670 |
* @generated |
| 9467 |
*/ |
10671 |
*/ |
| 9468 |
int VARIABLE_DECLARATION_FRAGMENT = 116; |
10672 |
int VARIABLE_DECLARATION_FRAGMENT = 122; |
| 9469 |
|
10673 |
|
| 9470 |
/** |
10674 |
/** |
| 9471 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
10675 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 9486-9491
Link Here
|
| 9486 |
int VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNIT = VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
10690 |
int VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNIT = VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT; |
| 9487 |
|
10691 |
|
| 9488 |
/** |
10692 |
/** |
|
|
10693 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 10694 |
* <!-- begin-user-doc --> |
| 10695 |
* <!-- end-user-doc --> |
| 10696 |
* @generated |
| 10697 |
* @ordered |
| 10698 |
*/ |
| 10699 |
int VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_CLASS_FILE = VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE; |
| 10700 |
|
| 10701 |
/** |
| 9489 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
10702 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 9490 |
* <!-- begin-user-doc --> |
10703 |
* <!-- begin-user-doc --> |
| 9491 |
* <!-- end-user-doc --> |
10704 |
* <!-- end-user-doc --> |
|
Lines 9540-9561
Link Here
|
| 9540 |
int VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESS = VARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESS; |
10753 |
int VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESS = VARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESS; |
| 9541 |
|
10754 |
|
| 9542 |
/** |
10755 |
/** |
| 9543 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 9544 |
* <!-- begin-user-doc --> |
| 9545 |
* <!-- end-user-doc --> |
| 9546 |
* @generated |
| 9547 |
* @ordered |
| 9548 |
*/ |
| 9549 |
int VARIABLE_DECLARATION_FRAGMENT__QUALIFIED_NAME = VARIABLE_DECLARATION_FEATURE_COUNT + 0; |
| 9550 |
|
| 9551 |
/** |
| 9552 |
* The feature id for the '<em><b>Variables Container</b></em>' container reference. |
10756 |
* The feature id for the '<em><b>Variables Container</b></em>' container reference. |
| 9553 |
* <!-- begin-user-doc --> |
10757 |
* <!-- begin-user-doc --> |
| 9554 |
* <!-- end-user-doc --> |
10758 |
* <!-- end-user-doc --> |
| 9555 |
* @generated |
10759 |
* @generated |
| 9556 |
* @ordered |
10760 |
* @ordered |
| 9557 |
*/ |
10761 |
*/ |
| 9558 |
int VARIABLE_DECLARATION_FRAGMENT__VARIABLES_CONTAINER = VARIABLE_DECLARATION_FEATURE_COUNT + 1; |
10762 |
int VARIABLE_DECLARATION_FRAGMENT__VARIABLES_CONTAINER = VARIABLE_DECLARATION_FEATURE_COUNT + 0; |
| 9559 |
|
10763 |
|
| 9560 |
/** |
10764 |
/** |
| 9561 |
* The number of structural features of the '<em>Variable Declaration Fragment</em>' class. |
10765 |
* The number of structural features of the '<em>Variable Declaration Fragment</em>' class. |
|
Lines 9564-9570
Link Here
|
| 9564 |
* @generated |
10768 |
* @generated |
| 9565 |
* @ordered |
10769 |
* @ordered |
| 9566 |
*/ |
10770 |
*/ |
| 9567 |
int VARIABLE_DECLARATION_FRAGMENT_FEATURE_COUNT = VARIABLE_DECLARATION_FEATURE_COUNT + 2; |
10771 |
int VARIABLE_DECLARATION_FRAGMENT_FEATURE_COUNT = VARIABLE_DECLARATION_FEATURE_COUNT + 1; |
| 9568 |
|
10772 |
|
| 9569 |
/** |
10773 |
/** |
| 9570 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.UnresolvedVariableDeclarationFragmentImpl <em>Unresolved Variable Declaration Fragment</em>}' class. |
10774 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.emf.impl.UnresolvedVariableDeclarationFragmentImpl <em>Unresolved Variable Declaration Fragment</em>}' class. |
|
Lines 9574-9580
Link Here
|
| 9574 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedVariableDeclarationFragment() |
10778 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getUnresolvedVariableDeclarationFragment() |
| 9575 |
* @generated |
10779 |
* @generated |
| 9576 |
*/ |
10780 |
*/ |
| 9577 |
int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT = 113; |
10781 |
int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT = 119; |
| 9578 |
|
10782 |
|
| 9579 |
/** |
10783 |
/** |
| 9580 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
10784 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 9595-9600
Link Here
|
| 9595 |
int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNIT = VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNIT; |
10799 |
int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNIT = VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNIT; |
| 9596 |
|
10800 |
|
| 9597 |
/** |
10801 |
/** |
|
|
10802 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 10803 |
* <!-- begin-user-doc --> |
| 10804 |
* <!-- end-user-doc --> |
| 10805 |
* @generated |
| 10806 |
* @ordered |
| 10807 |
*/ |
| 10808 |
int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_CLASS_FILE = VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_CLASS_FILE; |
| 10809 |
|
| 10810 |
/** |
| 9598 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
10811 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 9599 |
* <!-- begin-user-doc --> |
10812 |
* <!-- begin-user-doc --> |
| 9600 |
* <!-- end-user-doc --> |
10813 |
* <!-- end-user-doc --> |
|
Lines 9649-9663
Link Here
|
| 9649 |
int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESS = VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESS; |
10862 |
int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESS = VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESS; |
| 9650 |
|
10863 |
|
| 9651 |
/** |
10864 |
/** |
| 9652 |
* The feature id for the '<em><b>Qualified Name</b></em>' attribute. |
|
|
| 9653 |
* <!-- begin-user-doc --> |
| 9654 |
* <!-- end-user-doc --> |
| 9655 |
* @generated |
| 9656 |
* @ordered |
| 9657 |
*/ |
| 9658 |
int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__QUALIFIED_NAME = VARIABLE_DECLARATION_FRAGMENT__QUALIFIED_NAME; |
| 9659 |
|
| 9660 |
/** |
| 9661 |
* The feature id for the '<em><b>Variables Container</b></em>' container reference. |
10865 |
* The feature id for the '<em><b>Variables Container</b></em>' container reference. |
| 9662 |
* <!-- begin-user-doc --> |
10866 |
* <!-- begin-user-doc --> |
| 9663 |
* <!-- end-user-doc --> |
10867 |
* <!-- end-user-doc --> |
|
Lines 9683-9689
Link Here
|
| 9683 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getVariableDeclarationExpression() |
10887 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getVariableDeclarationExpression() |
| 9684 |
* @generated |
10888 |
* @generated |
| 9685 |
*/ |
10889 |
*/ |
| 9686 |
int VARIABLE_DECLARATION_EXPRESSION = 115; |
10890 |
int VARIABLE_DECLARATION_EXPRESSION = 121; |
| 9687 |
|
10891 |
|
| 9688 |
/** |
10892 |
/** |
| 9689 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
10893 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 9704-9709
Link Here
|
| 9704 |
int VARIABLE_DECLARATION_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
10908 |
int VARIABLE_DECLARATION_EXPRESSION__ORIGINAL_COMPILATION_UNIT = EXPRESSION__ORIGINAL_COMPILATION_UNIT; |
| 9705 |
|
10909 |
|
| 9706 |
/** |
10910 |
/** |
|
|
10911 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 10912 |
* <!-- begin-user-doc --> |
| 10913 |
* <!-- end-user-doc --> |
| 10914 |
* @generated |
| 10915 |
* @ordered |
| 10916 |
*/ |
| 10917 |
int VARIABLE_DECLARATION_EXPRESSION__ORIGINAL_CLASS_FILE = EXPRESSION__ORIGINAL_CLASS_FILE; |
| 10918 |
|
| 10919 |
/** |
| 9707 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
10920 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
| 9708 |
* <!-- begin-user-doc --> |
10921 |
* <!-- begin-user-doc --> |
| 9709 |
* <!-- end-user-doc --> |
10922 |
* <!-- end-user-doc --> |
|
Lines 9756-9762
Link Here
|
| 9756 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getVariableDeclarationStatement() |
10969 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getVariableDeclarationStatement() |
| 9757 |
* @generated |
10970 |
* @generated |
| 9758 |
*/ |
10971 |
*/ |
| 9759 |
int VARIABLE_DECLARATION_STATEMENT = 117; |
10972 |
int VARIABLE_DECLARATION_STATEMENT = 123; |
| 9760 |
|
10973 |
|
| 9761 |
/** |
10974 |
/** |
| 9762 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
10975 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 9777-9782
Link Here
|
| 9777 |
int VARIABLE_DECLARATION_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
10990 |
int VARIABLE_DECLARATION_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 9778 |
|
10991 |
|
| 9779 |
/** |
10992 |
/** |
|
|
10993 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 10994 |
* <!-- begin-user-doc --> |
| 10995 |
* <!-- end-user-doc --> |
| 10996 |
* @generated |
| 10997 |
* @ordered |
| 10998 |
*/ |
| 10999 |
int VARIABLE_DECLARATION_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 11000 |
|
| 11001 |
/** |
| 9780 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
11002 |
* The feature id for the '<em><b>Type</b></em>' containment reference. |
| 9781 |
* <!-- begin-user-doc --> |
11003 |
* <!-- begin-user-doc --> |
| 9782 |
* <!-- end-user-doc --> |
11004 |
* <!-- end-user-doc --> |
|
Lines 9838-9844
Link Here
|
| 9838 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getWildCardType() |
11060 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getWildCardType() |
| 9839 |
* @generated |
11061 |
* @generated |
| 9840 |
*/ |
11062 |
*/ |
| 9841 |
int WILD_CARD_TYPE = 118; |
11063 |
int WILD_CARD_TYPE = 124; |
| 9842 |
|
11064 |
|
| 9843 |
/** |
11065 |
/** |
| 9844 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
11066 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 9859-9864
Link Here
|
| 9859 |
int WILD_CARD_TYPE__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
11081 |
int WILD_CARD_TYPE__ORIGINAL_COMPILATION_UNIT = TYPE__ORIGINAL_COMPILATION_UNIT; |
| 9860 |
|
11082 |
|
| 9861 |
/** |
11083 |
/** |
|
|
11084 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 11085 |
* <!-- begin-user-doc --> |
| 11086 |
* <!-- end-user-doc --> |
| 11087 |
* @generated |
| 11088 |
* @ordered |
| 11089 |
*/ |
| 11090 |
int WILD_CARD_TYPE__ORIGINAL_CLASS_FILE = TYPE__ORIGINAL_CLASS_FILE; |
| 11091 |
|
| 11092 |
/** |
| 9862 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
11093 |
* The feature id for the '<em><b>Name</b></em>' attribute. |
| 9863 |
* <!-- begin-user-doc --> |
11094 |
* <!-- begin-user-doc --> |
| 9864 |
* <!-- end-user-doc --> |
11095 |
* <!-- end-user-doc --> |
|
Lines 9929-9935
Link Here
|
| 9929 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getWhileStatement() |
11160 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getWhileStatement() |
| 9930 |
* @generated |
11161 |
* @generated |
| 9931 |
*/ |
11162 |
*/ |
| 9932 |
int WHILE_STATEMENT = 119; |
11163 |
int WHILE_STATEMENT = 125; |
| 9933 |
|
11164 |
|
| 9934 |
/** |
11165 |
/** |
| 9935 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
11166 |
* The feature id for the '<em><b>Comments</b></em>' containment reference list. |
|
Lines 9950-9955
Link Here
|
| 9950 |
int WHILE_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
11181 |
int WHILE_STATEMENT__ORIGINAL_COMPILATION_UNIT = STATEMENT__ORIGINAL_COMPILATION_UNIT; |
| 9951 |
|
11182 |
|
| 9952 |
/** |
11183 |
/** |
|
|
11184 |
* The feature id for the '<em><b>Original Class File</b></em>' reference. |
| 11185 |
* <!-- begin-user-doc --> |
| 11186 |
* <!-- end-user-doc --> |
| 11187 |
* @generated |
| 11188 |
* @ordered |
| 11189 |
*/ |
| 11190 |
int WHILE_STATEMENT__ORIGINAL_CLASS_FILE = STATEMENT__ORIGINAL_CLASS_FILE; |
| 11191 |
|
| 11192 |
/** |
| 9953 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
11193 |
* The feature id for the '<em><b>Expression</b></em>' containment reference. |
| 9954 |
* <!-- begin-user-doc --> |
11194 |
* <!-- begin-user-doc --> |
| 9955 |
* <!-- end-user-doc --> |
11195 |
* <!-- end-user-doc --> |
|
Lines 9984-9990
Link Here
|
| 9984 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAssignmentKind() |
11224 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getAssignmentKind() |
| 9985 |
* @generated |
11225 |
* @generated |
| 9986 |
*/ |
11226 |
*/ |
| 9987 |
int ASSIGNMENT_KIND = 120; |
11227 |
int ASSIGNMENT_KIND = 126; |
| 9988 |
|
11228 |
|
| 9989 |
/** |
11229 |
/** |
| 9990 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.InfixExpressionKind <em>Infix Expression Kind</em>}' enum. |
11230 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.InfixExpressionKind <em>Infix Expression Kind</em>}' enum. |
|
Lines 9994-10000
Link Here
|
| 9994 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInfixExpressionKind() |
11234 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInfixExpressionKind() |
| 9995 |
* @generated |
11235 |
* @generated |
| 9996 |
*/ |
11236 |
*/ |
| 9997 |
int INFIX_EXPRESSION_KIND = 121; |
11237 |
int INFIX_EXPRESSION_KIND = 127; |
| 9998 |
|
11238 |
|
| 9999 |
/** |
11239 |
/** |
| 10000 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.InheritanceKind <em>Inheritance Kind</em>}' enum. |
11240 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.InheritanceKind <em>Inheritance Kind</em>}' enum. |
|
Lines 10004-10010
Link Here
|
| 10004 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInheritanceKind() |
11244 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getInheritanceKind() |
| 10005 |
* @generated |
11245 |
* @generated |
| 10006 |
*/ |
11246 |
*/ |
| 10007 |
int INHERITANCE_KIND = 122; |
11247 |
int INHERITANCE_KIND = 128; |
| 10008 |
|
11248 |
|
| 10009 |
/** |
11249 |
/** |
| 10010 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.PostfixExpressionKind <em>Postfix Expression Kind</em>}' enum. |
11250 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.PostfixExpressionKind <em>Postfix Expression Kind</em>}' enum. |
|
Lines 10014-10020
Link Here
|
| 10014 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPostfixExpressionKind() |
11254 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPostfixExpressionKind() |
| 10015 |
* @generated |
11255 |
* @generated |
| 10016 |
*/ |
11256 |
*/ |
| 10017 |
int POSTFIX_EXPRESSION_KIND = 123; |
11257 |
int POSTFIX_EXPRESSION_KIND = 129; |
| 10018 |
|
11258 |
|
| 10019 |
/** |
11259 |
/** |
| 10020 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.PrefixExpressionKind <em>Prefix Expression Kind</em>}' enum. |
11260 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.PrefixExpressionKind <em>Prefix Expression Kind</em>}' enum. |
|
Lines 10024-10030
Link Here
|
| 10024 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrefixExpressionKind() |
11264 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getPrefixExpressionKind() |
| 10025 |
* @generated |
11265 |
* @generated |
| 10026 |
*/ |
11266 |
*/ |
| 10027 |
int PREFIX_EXPRESSION_KIND = 124; |
11267 |
int PREFIX_EXPRESSION_KIND = 130; |
| 10028 |
|
11268 |
|
| 10029 |
/** |
11269 |
/** |
| 10030 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.VisibilityKind <em>Visibility Kind</em>}' enum. |
11270 |
* The meta object id for the '{@link org.eclipse.gmt.modisco.java.VisibilityKind <em>Visibility Kind</em>}' enum. |
|
Lines 10034-10040
Link Here
|
| 10034 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getVisibilityKind() |
11274 |
* @see org.eclipse.gmt.modisco.java.emf.impl.JavaPackageImpl#getVisibilityKind() |
| 10035 |
* @generated |
11275 |
* @generated |
| 10036 |
*/ |
11276 |
*/ |
| 10037 |
int VISIBILITY_KIND = 125; |
11277 |
int VISIBILITY_KIND = 131; |
| 10038 |
|
11278 |
|
| 10039 |
|
11279 |
|
| 10040 |
/** |
11280 |
/** |
|
Lines 10048-10075
Link Here
|
| 10048 |
EClass getAbstractMethodDeclaration(); |
11288 |
EClass getAbstractMethodDeclaration(); |
| 10049 |
|
11289 |
|
| 10050 |
/** |
11290 |
/** |
| 10051 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.AbstractMethodDeclaration#isVarargs <em>Varargs</em>}'. |
|
|
| 10052 |
* <!-- begin-user-doc --> |
| 10053 |
* <!-- end-user-doc --> |
| 10054 |
* @return the meta object for the attribute '<em>Varargs</em>'. |
| 10055 |
* @see org.eclipse.gmt.modisco.java.AbstractMethodDeclaration#isVarargs() |
| 10056 |
* @see #getAbstractMethodDeclaration() |
| 10057 |
* @generated |
| 10058 |
*/ |
| 10059 |
EAttribute getAbstractMethodDeclaration_Varargs(); |
| 10060 |
|
| 10061 |
/** |
| 10062 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.AbstractMethodDeclaration#getQualifiedName <em>Qualified Name</em>}'. |
| 10063 |
* <!-- begin-user-doc --> |
| 10064 |
* <!-- end-user-doc --> |
| 10065 |
* @return the meta object for the attribute '<em>Qualified Name</em>'. |
| 10066 |
* @see org.eclipse.gmt.modisco.java.AbstractMethodDeclaration#getQualifiedName() |
| 10067 |
* @see #getAbstractMethodDeclaration() |
| 10068 |
* @generated |
| 10069 |
*/ |
| 10070 |
EAttribute getAbstractMethodDeclaration_QualifiedName(); |
| 10071 |
|
| 10072 |
/** |
| 10073 |
* Returns the meta object for the containment reference '{@link org.eclipse.gmt.modisco.java.AbstractMethodDeclaration#getBody <em>Body</em>}'. |
11291 |
* Returns the meta object for the containment reference '{@link org.eclipse.gmt.modisco.java.AbstractMethodDeclaration#getBody <em>Body</em>}'. |
| 10074 |
* <!-- begin-user-doc --> |
11292 |
* <!-- begin-user-doc --> |
| 10075 |
* <!-- end-user-doc --> |
11293 |
* <!-- end-user-doc --> |
|
Lines 10189-10205
Link Here
|
| 10189 |
EClass getAbstractTypeDeclaration(); |
11407 |
EClass getAbstractTypeDeclaration(); |
| 10190 |
|
11408 |
|
| 10191 |
/** |
11409 |
/** |
| 10192 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.AbstractTypeDeclaration#getQualifiedName <em>Qualified Name</em>}'. |
|
|
| 10193 |
* <!-- begin-user-doc --> |
| 10194 |
* <!-- end-user-doc --> |
| 10195 |
* @return the meta object for the attribute '<em>Qualified Name</em>'. |
| 10196 |
* @see org.eclipse.gmt.modisco.java.AbstractTypeDeclaration#getQualifiedName() |
| 10197 |
* @see #getAbstractTypeDeclaration() |
| 10198 |
* @generated |
| 10199 |
*/ |
| 10200 |
EAttribute getAbstractTypeDeclaration_QualifiedName(); |
| 10201 |
|
| 10202 |
/** |
| 10203 |
* Returns the meta object for the containment reference list '{@link org.eclipse.gmt.modisco.java.AbstractTypeDeclaration#getBodyDeclarations <em>Body Declarations</em>}'. |
11410 |
* Returns the meta object for the containment reference list '{@link org.eclipse.gmt.modisco.java.AbstractTypeDeclaration#getBodyDeclarations <em>Body Declarations</em>}'. |
| 10204 |
* <!-- begin-user-doc --> |
11411 |
* <!-- begin-user-doc --> |
| 10205 |
* <!-- end-user-doc --> |
11412 |
* <!-- end-user-doc --> |
|
Lines 10340-10345
Link Here
|
| 10340 |
EReference getAnnotation_Values(); |
11547 |
EReference getAnnotation_Values(); |
| 10341 |
|
11548 |
|
| 10342 |
/** |
11549 |
/** |
|
|
11550 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.Archive <em>Archive</em>}'. |
| 11551 |
* <!-- begin-user-doc --> |
| 11552 |
* <!-- end-user-doc --> |
| 11553 |
* @return the meta object for class '<em>Archive</em>'. |
| 11554 |
* @see org.eclipse.gmt.modisco.java.Archive |
| 11555 |
* @generated |
| 11556 |
*/ |
| 11557 |
EClass getArchive(); |
| 11558 |
|
| 11559 |
/** |
| 11560 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.Archive#getOriginalFilePath <em>Original File Path</em>}'. |
| 11561 |
* <!-- begin-user-doc --> |
| 11562 |
* <!-- end-user-doc --> |
| 11563 |
* @return the meta object for the attribute '<em>Original File Path</em>'. |
| 11564 |
* @see org.eclipse.gmt.modisco.java.Archive#getOriginalFilePath() |
| 11565 |
* @see #getArchive() |
| 11566 |
* @generated |
| 11567 |
*/ |
| 11568 |
EAttribute getArchive_OriginalFilePath(); |
| 11569 |
|
| 11570 |
/** |
| 11571 |
* Returns the meta object for the containment reference list '{@link org.eclipse.gmt.modisco.java.Archive#getClassFiles <em>Class Files</em>}'. |
| 11572 |
* <!-- begin-user-doc --> |
| 11573 |
* <!-- end-user-doc --> |
| 11574 |
* @return the meta object for the containment reference list '<em>Class Files</em>'. |
| 11575 |
* @see org.eclipse.gmt.modisco.java.Archive#getClassFiles() |
| 11576 |
* @see #getArchive() |
| 11577 |
* @generated |
| 11578 |
*/ |
| 11579 |
EReference getArchive_ClassFiles(); |
| 11580 |
|
| 11581 |
/** |
| 11582 |
* Returns the meta object for the containment reference '{@link org.eclipse.gmt.modisco.java.Archive#getManifest <em>Manifest</em>}'. |
| 11583 |
* <!-- begin-user-doc --> |
| 11584 |
* <!-- end-user-doc --> |
| 11585 |
* @return the meta object for the containment reference '<em>Manifest</em>'. |
| 11586 |
* @see org.eclipse.gmt.modisco.java.Archive#getManifest() |
| 11587 |
* @see #getArchive() |
| 11588 |
* @generated |
| 11589 |
*/ |
| 11590 |
EReference getArchive_Manifest(); |
| 11591 |
|
| 11592 |
/** |
| 10343 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.AssertStatement <em>Assert Statement</em>}'. |
11593 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.AssertStatement <em>Assert Statement</em>}'. |
| 10344 |
* <!-- begin-user-doc --> |
11594 |
* <!-- begin-user-doc --> |
| 10345 |
* <!-- end-user-doc --> |
11595 |
* <!-- end-user-doc --> |
|
Lines 10404-10409
Link Here
|
| 10404 |
EReference getASTNode_OriginalCompilationUnit(); |
11654 |
EReference getASTNode_OriginalCompilationUnit(); |
| 10405 |
|
11655 |
|
| 10406 |
/** |
11656 |
/** |
|
|
11657 |
* Returns the meta object for the reference '{@link org.eclipse.gmt.modisco.java.ASTNode#getOriginalClassFile <em>Original Class File</em>}'. |
| 11658 |
* <!-- begin-user-doc --> |
| 11659 |
* <!-- end-user-doc --> |
| 11660 |
* @return the meta object for the reference '<em>Original Class File</em>'. |
| 11661 |
* @see org.eclipse.gmt.modisco.java.ASTNode#getOriginalClassFile() |
| 11662 |
* @see #getASTNode() |
| 11663 |
* @generated |
| 11664 |
*/ |
| 11665 |
EReference getASTNode_OriginalClassFile(); |
| 11666 |
|
| 11667 |
/** |
| 10407 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.AnnotationMemberValuePair <em>Annotation Member Value Pair</em>}'. |
11668 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.AnnotationMemberValuePair <em>Annotation Member Value Pair</em>}'. |
| 10408 |
* <!-- begin-user-doc --> |
11669 |
* <!-- begin-user-doc --> |
| 10409 |
* <!-- end-user-doc --> |
11670 |
* <!-- end-user-doc --> |
|
Lines 10648-10664
Link Here
|
| 10648 |
EClass getArrayType(); |
11909 |
EClass getArrayType(); |
| 10649 |
|
11910 |
|
| 10650 |
/** |
11911 |
/** |
| 10651 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.ArrayType#getQualifiedName <em>Qualified Name</em>}'. |
|
|
| 10652 |
* <!-- begin-user-doc --> |
| 10653 |
* <!-- end-user-doc --> |
| 10654 |
* @return the meta object for the attribute '<em>Qualified Name</em>'. |
| 10655 |
* @see org.eclipse.gmt.modisco.java.ArrayType#getQualifiedName() |
| 10656 |
* @see #getArrayType() |
| 10657 |
* @generated |
| 10658 |
*/ |
| 10659 |
EAttribute getArrayType_QualifiedName(); |
| 10660 |
|
| 10661 |
/** |
| 10662 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.ArrayType#getDimensions <em>Dimensions</em>}'. |
11912 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.ArrayType#getDimensions <em>Dimensions</em>}'. |
| 10663 |
* <!-- begin-user-doc --> |
11913 |
* <!-- begin-user-doc --> |
| 10664 |
* <!-- end-user-doc --> |
11914 |
* <!-- end-user-doc --> |
|
Lines 10936-10941
Link Here
|
| 10936 |
EAttribute getCharacterLiteral_EscapedValue(); |
12186 |
EAttribute getCharacterLiteral_EscapedValue(); |
| 10937 |
|
12187 |
|
| 10938 |
/** |
12188 |
/** |
|
|
12189 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.ClassFile <em>Class File</em>}'. |
| 12190 |
* <!-- begin-user-doc --> |
| 12191 |
* <!-- end-user-doc --> |
| 12192 |
* @return the meta object for class '<em>Class File</em>'. |
| 12193 |
* @see org.eclipse.gmt.modisco.java.ClassFile |
| 12194 |
* @generated |
| 12195 |
*/ |
| 12196 |
EClass getClassFile(); |
| 12197 |
|
| 12198 |
/** |
| 12199 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.ClassFile#getOriginalFilePath <em>Original File Path</em>}'. |
| 12200 |
* <!-- begin-user-doc --> |
| 12201 |
* <!-- end-user-doc --> |
| 12202 |
* @return the meta object for the attribute '<em>Original File Path</em>'. |
| 12203 |
* @see org.eclipse.gmt.modisco.java.ClassFile#getOriginalFilePath() |
| 12204 |
* @see #getClassFile() |
| 12205 |
* @generated |
| 12206 |
*/ |
| 12207 |
EAttribute getClassFile_OriginalFilePath(); |
| 12208 |
|
| 12209 |
/** |
| 12210 |
* Returns the meta object for the reference '{@link org.eclipse.gmt.modisco.java.ClassFile#getType <em>Type</em>}'. |
| 12211 |
* <!-- begin-user-doc --> |
| 12212 |
* <!-- end-user-doc --> |
| 12213 |
* @return the meta object for the reference '<em>Type</em>'. |
| 12214 |
* @see org.eclipse.gmt.modisco.java.ClassFile#getType() |
| 12215 |
* @see #getClassFile() |
| 12216 |
* @generated |
| 12217 |
*/ |
| 12218 |
EReference getClassFile_Type(); |
| 12219 |
|
| 12220 |
/** |
| 12221 |
* Returns the meta object for the reference '{@link org.eclipse.gmt.modisco.java.ClassFile#getAttachedSource <em>Attached Source</em>}'. |
| 12222 |
* <!-- begin-user-doc --> |
| 12223 |
* <!-- end-user-doc --> |
| 12224 |
* @return the meta object for the reference '<em>Attached Source</em>'. |
| 12225 |
* @see org.eclipse.gmt.modisco.java.ClassFile#getAttachedSource() |
| 12226 |
* @see #getClassFile() |
| 12227 |
* @generated |
| 12228 |
*/ |
| 12229 |
EReference getClassFile_AttachedSource(); |
| 12230 |
|
| 12231 |
/** |
| 12232 |
* Returns the meta object for the reference '{@link org.eclipse.gmt.modisco.java.ClassFile#getPackage <em>Package</em>}'. |
| 12233 |
* <!-- begin-user-doc --> |
| 12234 |
* <!-- end-user-doc --> |
| 12235 |
* @return the meta object for the reference '<em>Package</em>'. |
| 12236 |
* @see org.eclipse.gmt.modisco.java.ClassFile#getPackage() |
| 12237 |
* @see #getClassFile() |
| 12238 |
* @generated |
| 12239 |
*/ |
| 12240 |
EReference getClassFile_Package(); |
| 12241 |
|
| 12242 |
/** |
| 10939 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.ClassInstanceCreation <em>Class Instance Creation</em>}'. |
12243 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.ClassInstanceCreation <em>Class Instance Creation</em>}'. |
| 10940 |
* <!-- begin-user-doc --> |
12244 |
* <!-- begin-user-doc --> |
| 10941 |
* <!-- end-user-doc --> |
12245 |
* <!-- end-user-doc --> |
|
Lines 11723-11728
Link Here
|
| 11723 |
EClass getLineComment(); |
13027 |
EClass getLineComment(); |
| 11724 |
|
13028 |
|
| 11725 |
/** |
13029 |
/** |
|
|
13030 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.Manifest <em>Manifest</em>}'. |
| 13031 |
* <!-- begin-user-doc --> |
| 13032 |
* <!-- end-user-doc --> |
| 13033 |
* @return the meta object for class '<em>Manifest</em>'. |
| 13034 |
* @see org.eclipse.gmt.modisco.java.Manifest |
| 13035 |
* @generated |
| 13036 |
*/ |
| 13037 |
EClass getManifest(); |
| 13038 |
|
| 13039 |
/** |
| 13040 |
* Returns the meta object for the containment reference list '{@link org.eclipse.gmt.modisco.java.Manifest#getMainAttributes <em>Main Attributes</em>}'. |
| 13041 |
* <!-- begin-user-doc --> |
| 13042 |
* <!-- end-user-doc --> |
| 13043 |
* @return the meta object for the containment reference list '<em>Main Attributes</em>'. |
| 13044 |
* @see org.eclipse.gmt.modisco.java.Manifest#getMainAttributes() |
| 13045 |
* @see #getManifest() |
| 13046 |
* @generated |
| 13047 |
*/ |
| 13048 |
EReference getManifest_MainAttributes(); |
| 13049 |
|
| 13050 |
/** |
| 13051 |
* Returns the meta object for the containment reference list '{@link org.eclipse.gmt.modisco.java.Manifest#getEntryAttributes <em>Entry Attributes</em>}'. |
| 13052 |
* <!-- begin-user-doc --> |
| 13053 |
* <!-- end-user-doc --> |
| 13054 |
* @return the meta object for the containment reference list '<em>Entry Attributes</em>'. |
| 13055 |
* @see org.eclipse.gmt.modisco.java.Manifest#getEntryAttributes() |
| 13056 |
* @see #getManifest() |
| 13057 |
* @generated |
| 13058 |
*/ |
| 13059 |
EReference getManifest_EntryAttributes(); |
| 13060 |
|
| 13061 |
/** |
| 13062 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.ManifestAttribute <em>Manifest Attribute</em>}'. |
| 13063 |
* <!-- begin-user-doc --> |
| 13064 |
* <!-- end-user-doc --> |
| 13065 |
* @return the meta object for class '<em>Manifest Attribute</em>'. |
| 13066 |
* @see org.eclipse.gmt.modisco.java.ManifestAttribute |
| 13067 |
* @generated |
| 13068 |
*/ |
| 13069 |
EClass getManifestAttribute(); |
| 13070 |
|
| 13071 |
/** |
| 13072 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.ManifestAttribute#getKey <em>Key</em>}'. |
| 13073 |
* <!-- begin-user-doc --> |
| 13074 |
* <!-- end-user-doc --> |
| 13075 |
* @return the meta object for the attribute '<em>Key</em>'. |
| 13076 |
* @see org.eclipse.gmt.modisco.java.ManifestAttribute#getKey() |
| 13077 |
* @see #getManifestAttribute() |
| 13078 |
* @generated |
| 13079 |
*/ |
| 13080 |
EAttribute getManifestAttribute_Key(); |
| 13081 |
|
| 13082 |
/** |
| 13083 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.ManifestAttribute#getValue <em>Value</em>}'. |
| 13084 |
* <!-- begin-user-doc --> |
| 13085 |
* <!-- end-user-doc --> |
| 13086 |
* @return the meta object for the attribute '<em>Value</em>'. |
| 13087 |
* @see org.eclipse.gmt.modisco.java.ManifestAttribute#getValue() |
| 13088 |
* @see #getManifestAttribute() |
| 13089 |
* @generated |
| 13090 |
*/ |
| 13091 |
EAttribute getManifestAttribute_Value(); |
| 13092 |
|
| 13093 |
/** |
| 13094 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.ManifestEntry <em>Manifest Entry</em>}'. |
| 13095 |
* <!-- begin-user-doc --> |
| 13096 |
* <!-- end-user-doc --> |
| 13097 |
* @return the meta object for class '<em>Manifest Entry</em>'. |
| 13098 |
* @see org.eclipse.gmt.modisco.java.ManifestEntry |
| 13099 |
* @generated |
| 13100 |
*/ |
| 13101 |
EClass getManifestEntry(); |
| 13102 |
|
| 13103 |
/** |
| 13104 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.ManifestEntry#getName <em>Name</em>}'. |
| 13105 |
* <!-- begin-user-doc --> |
| 13106 |
* <!-- end-user-doc --> |
| 13107 |
* @return the meta object for the attribute '<em>Name</em>'. |
| 13108 |
* @see org.eclipse.gmt.modisco.java.ManifestEntry#getName() |
| 13109 |
* @see #getManifestEntry() |
| 13110 |
* @generated |
| 13111 |
*/ |
| 13112 |
EAttribute getManifestEntry_Name(); |
| 13113 |
|
| 13114 |
/** |
| 13115 |
* Returns the meta object for the containment reference list '{@link org.eclipse.gmt.modisco.java.ManifestEntry#getAttributes <em>Attributes</em>}'. |
| 13116 |
* <!-- begin-user-doc --> |
| 13117 |
* <!-- end-user-doc --> |
| 13118 |
* @return the meta object for the containment reference list '<em>Attributes</em>'. |
| 13119 |
* @see org.eclipse.gmt.modisco.java.ManifestEntry#getAttributes() |
| 13120 |
* @see #getManifestEntry() |
| 13121 |
* @generated |
| 13122 |
*/ |
| 13123 |
EReference getManifestEntry_Attributes(); |
| 13124 |
|
| 13125 |
/** |
| 11726 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.MemberRef <em>Member Ref</em>}'. |
13126 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.MemberRef <em>Member Ref</em>}'. |
| 11727 |
* <!-- begin-user-doc --> |
13127 |
* <!-- begin-user-doc --> |
| 11728 |
* <!-- end-user-doc --> |
13128 |
* <!-- end-user-doc --> |
|
Lines 11981-11986
Link Here
|
| 11981 |
EReference getModel_CompilationUnits(); |
13381 |
EReference getModel_CompilationUnits(); |
| 11982 |
|
13382 |
|
| 11983 |
/** |
13383 |
/** |
|
|
13384 |
* Returns the meta object for the containment reference list '{@link org.eclipse.gmt.modisco.java.Model#getClassFiles <em>Class Files</em>}'. |
| 13385 |
* <!-- begin-user-doc --> |
| 13386 |
* <!-- end-user-doc --> |
| 13387 |
* @return the meta object for the containment reference list '<em>Class Files</em>'. |
| 13388 |
* @see org.eclipse.gmt.modisco.java.Model#getClassFiles() |
| 13389 |
* @see #getModel() |
| 13390 |
* @generated |
| 13391 |
*/ |
| 13392 |
EReference getModel_ClassFiles(); |
| 13393 |
|
| 13394 |
/** |
| 13395 |
* Returns the meta object for the containment reference list '{@link org.eclipse.gmt.modisco.java.Model#getArchives <em>Archives</em>}'. |
| 13396 |
* <!-- begin-user-doc --> |
| 13397 |
* <!-- end-user-doc --> |
| 13398 |
* @return the meta object for the containment reference list '<em>Archives</em>'. |
| 13399 |
* @see org.eclipse.gmt.modisco.java.Model#getArchives() |
| 13400 |
* @see #getModel() |
| 13401 |
* @generated |
| 13402 |
*/ |
| 13403 |
EReference getModel_Archives(); |
| 13404 |
|
| 13405 |
/** |
| 11984 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.Modifier <em>Modifier</em>}'. |
13406 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.Modifier <em>Modifier</em>}'. |
| 11985 |
* <!-- begin-user-doc --> |
13407 |
* <!-- begin-user-doc --> |
| 11986 |
* <!-- end-user-doc --> |
13408 |
* <!-- end-user-doc --> |
|
Lines 12166-12171
Link Here
|
| 12166 |
EReference getNamedElement_UsagesInImports(); |
13588 |
EReference getNamedElement_UsagesInImports(); |
| 12167 |
|
13589 |
|
| 12168 |
/** |
13590 |
/** |
|
|
13591 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.NamespaceAccess <em>Namespace Access</em>}'. |
| 13592 |
* <!-- begin-user-doc --> |
| 13593 |
* <!-- end-user-doc --> |
| 13594 |
* @return the meta object for class '<em>Namespace Access</em>'. |
| 13595 |
* @see org.eclipse.gmt.modisco.java.NamespaceAccess |
| 13596 |
* @generated |
| 13597 |
*/ |
| 13598 |
EClass getNamespaceAccess(); |
| 13599 |
|
| 13600 |
/** |
| 12169 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.NumberLiteral <em>Number Literal</em>}'. |
13601 |
* Returns the meta object for class '{@link org.eclipse.gmt.modisco.java.NumberLiteral <em>Number Literal</em>}'. |
| 12170 |
* <!-- begin-user-doc --> |
13602 |
* <!-- begin-user-doc --> |
| 12171 |
* <!-- end-user-doc --> |
13603 |
* <!-- end-user-doc --> |
|
Lines 12207-12223
Link Here
|
| 12207 |
EClass getPackage(); |
13639 |
EClass getPackage(); |
| 12208 |
|
13640 |
|
| 12209 |
/** |
13641 |
/** |
| 12210 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.Package#getQualifiedName <em>Qualified Name</em>}'. |
|
|
| 12211 |
* <!-- begin-user-doc --> |
| 12212 |
* <!-- end-user-doc --> |
| 12213 |
* @return the meta object for the attribute '<em>Qualified Name</em>'. |
| 12214 |
* @see org.eclipse.gmt.modisco.java.Package#getQualifiedName() |
| 12215 |
* @see #getPackage() |
| 12216 |
* @generated |
| 12217 |
*/ |
| 12218 |
EAttribute getPackage_QualifiedName(); |
| 12219 |
|
| 12220 |
/** |
| 12221 |
* Returns the meta object for the containment reference list '{@link org.eclipse.gmt.modisco.java.Package#getOwnedElements <em>Owned Elements</em>}'. |
13642 |
* Returns the meta object for the containment reference list '{@link org.eclipse.gmt.modisco.java.Package#getOwnedElements <em>Owned Elements</em>}'. |
| 12222 |
* <!-- begin-user-doc --> |
13643 |
* <!-- begin-user-doc --> |
| 12223 |
* <!-- end-user-doc --> |
13644 |
* <!-- end-user-doc --> |
|
Lines 12315-12331
Link Here
|
| 12315 |
EClass getParameterizedType(); |
13736 |
EClass getParameterizedType(); |
| 12316 |
|
13737 |
|
| 12317 |
/** |
13738 |
/** |
| 12318 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.ParameterizedType#getQualifiedName <em>Qualified Name</em>}'. |
|
|
| 12319 |
* <!-- begin-user-doc --> |
| 12320 |
* <!-- end-user-doc --> |
| 12321 |
* @return the meta object for the attribute '<em>Qualified Name</em>'. |
| 12322 |
* @see org.eclipse.gmt.modisco.java.ParameterizedType#getQualifiedName() |
| 12323 |
* @see #getParameterizedType() |
| 12324 |
* @generated |
| 12325 |
*/ |
| 12326 |
EAttribute getParameterizedType_QualifiedName(); |
| 12327 |
|
| 12328 |
/** |
| 12329 |
* Returns the meta object for the containment reference '{@link org.eclipse.gmt.modisco.java.ParameterizedType#getType <em>Type</em>}'. |
13739 |
* Returns the meta object for the containment reference '{@link org.eclipse.gmt.modisco.java.ParameterizedType#getType <em>Type</em>}'. |
| 12330 |
* <!-- begin-user-doc --> |
13740 |
* <!-- begin-user-doc --> |
| 12331 |
* <!-- end-user-doc --> |
13741 |
* <!-- end-user-doc --> |
|
Lines 13353-13369
Link Here
|
| 13353 |
EClass getVariableDeclarationFragment(); |
14763 |
EClass getVariableDeclarationFragment(); |
| 13354 |
|
14764 |
|
| 13355 |
/** |
14765 |
/** |
| 13356 |
* Returns the meta object for the attribute '{@link org.eclipse.gmt.modisco.java.VariableDeclarationFragment#getQualifiedName <em>Qualified Name</em>}'. |
|
|
| 13357 |
* <!-- begin-user-doc --> |
| 13358 |
* <!-- end-user-doc --> |
| 13359 |
* @return the meta object for the attribute '<em>Qualified Name</em>'. |
| 13360 |
* @see org.eclipse.gmt.modisco.java.VariableDeclarationFragment#getQualifiedName() |
| 13361 |
* @see #getVariableDeclarationFragment() |
| 13362 |
* @generated |
| 13363 |
*/ |
| 13364 |
EAttribute getVariableDeclarationFragment_QualifiedName(); |
| 13365 |
|
| 13366 |
/** |
| 13367 |
* Returns the meta object for the container reference '{@link org.eclipse.gmt.modisco.java.VariableDeclarationFragment#getVariablesContainer <em>Variables Container</em>}'. |
14766 |
* Returns the meta object for the container reference '{@link org.eclipse.gmt.modisco.java.VariableDeclarationFragment#getVariablesContainer <em>Variables Container</em>}'. |
| 13368 |
* <!-- begin-user-doc --> |
14767 |
* <!-- begin-user-doc --> |
| 13369 |
* <!-- end-user-doc --> |
14768 |
* <!-- end-user-doc --> |