aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util
diff options
context:
space:
mode:
Diffstat (limited to 'Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util')
-rw-r--r--Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util/VampireLanguageAdapterFactory.java40
-rw-r--r--Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util/VampireLanguageSwitch.java46
2 files changed, 43 insertions, 43 deletions
diff --git a/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util/VampireLanguageAdapterFactory.java b/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util/VampireLanguageAdapterFactory.java
index 92b5a89d..9156e24f 100644
--- a/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util/VampireLanguageAdapterFactory.java
+++ b/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util/VampireLanguageAdapterFactory.java
@@ -111,6 +111,11 @@ public class VampireLanguageAdapterFactory extends AdapterFactoryImpl
111 return createVLSTffTermAdapter(); 111 return createVLSTffTermAdapter();
112 } 112 }
113 @Override 113 @Override
114 public Adapter caseVLSTerm(VLSTerm object)
115 {
116 return createVLSTermAdapter();
117 }
118 @Override
114 public Adapter caseVLSDeclaration(VLSDeclaration object) 119 public Adapter caseVLSDeclaration(VLSDeclaration object)
115 { 120 {
116 return createVLSDeclarationAdapter(); 121 return createVLSDeclarationAdapter();
@@ -131,11 +136,6 @@ public class VampireLanguageAdapterFactory extends AdapterFactoryImpl
131 return createVLSTypeDefAdapter(); 136 return createVLSTypeDefAdapter();
132 } 137 }
133 @Override 138 @Override
134 public Adapter caseVLSTerm(VLSTerm object)
135 {
136 return createVLSTermAdapter();
137 }
138 @Override
139 public Adapter caseVLSVariable(VLSVariable object) 139 public Adapter caseVLSVariable(VLSVariable object)
140 { 140 {
141 return createVLSVariableAdapter(); 141 return createVLSVariableAdapter();
@@ -403,76 +403,76 @@ public class VampireLanguageAdapterFactory extends AdapterFactoryImpl
403 } 403 }
404 404
405 /** 405 /**
406 * Creates a new adapter for an object of class '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSDeclaration <em>VLS Declaration</em>}'. 406 * Creates a new adapter for an object of class '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTerm <em>VLS Term</em>}'.
407 * <!-- begin-user-doc --> 407 * <!-- begin-user-doc -->
408 * This default implementation returns null so that we can easily ignore cases; 408 * This default implementation returns null so that we can easily ignore cases;
409 * it's useful to ignore a case when inheritance will catch all the cases anyway. 409 * it's useful to ignore a case when inheritance will catch all the cases anyway.
410 * <!-- end-user-doc --> 410 * <!-- end-user-doc -->
411 * @return the new adapter. 411 * @return the new adapter.
412 * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSDeclaration 412 * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTerm
413 * @generated 413 * @generated
414 */ 414 */
415 public Adapter createVLSDeclarationAdapter() 415 public Adapter createVLSTermAdapter()
416 { 416 {
417 return null; 417 return null;
418 } 418 }
419 419
420 /** 420 /**
421 * Creates a new adapter for an object of class '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSOtherDeclaration <em>VLS Other Declaration</em>}'. 421 * Creates a new adapter for an object of class '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSDeclaration <em>VLS Declaration</em>}'.
422 * <!-- begin-user-doc --> 422 * <!-- begin-user-doc -->
423 * This default implementation returns null so that we can easily ignore cases; 423 * This default implementation returns null so that we can easily ignore cases;
424 * it's useful to ignore a case when inheritance will catch all the cases anyway. 424 * it's useful to ignore a case when inheritance will catch all the cases anyway.
425 * <!-- end-user-doc --> 425 * <!-- end-user-doc -->
426 * @return the new adapter. 426 * @return the new adapter.
427 * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSOtherDeclaration 427 * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSDeclaration
428 * @generated 428 * @generated
429 */ 429 */
430 public Adapter createVLSOtherDeclarationAdapter() 430 public Adapter createVLSDeclarationAdapter()
431 { 431 {
432 return null; 432 return null;
433 } 433 }
434 434
435 /** 435 /**
436 * Creates a new adapter for an object of class '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSVariableDeclaration <em>VLS Variable Declaration</em>}'. 436 * Creates a new adapter for an object of class '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSOtherDeclaration <em>VLS Other Declaration</em>}'.
437 * <!-- begin-user-doc --> 437 * <!-- begin-user-doc -->
438 * This default implementation returns null so that we can easily ignore cases; 438 * This default implementation returns null so that we can easily ignore cases;
439 * it's useful to ignore a case when inheritance will catch all the cases anyway. 439 * it's useful to ignore a case when inheritance will catch all the cases anyway.
440 * <!-- end-user-doc --> 440 * <!-- end-user-doc -->
441 * @return the new adapter. 441 * @return the new adapter.
442 * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSVariableDeclaration 442 * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSOtherDeclaration
443 * @generated 443 * @generated
444 */ 444 */
445 public Adapter createVLSVariableDeclarationAdapter() 445 public Adapter createVLSOtherDeclarationAdapter()
446 { 446 {
447 return null; 447 return null;
448 } 448 }
449 449
450 /** 450 /**
451 * Creates a new adapter for an object of class '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTypeDef <em>VLS Type Def</em>}'. 451 * Creates a new adapter for an object of class '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSVariableDeclaration <em>VLS Variable Declaration</em>}'.
452 * <!-- begin-user-doc --> 452 * <!-- begin-user-doc -->
453 * This default implementation returns null so that we can easily ignore cases; 453 * This default implementation returns null so that we can easily ignore cases;
454 * it's useful to ignore a case when inheritance will catch all the cases anyway. 454 * it's useful to ignore a case when inheritance will catch all the cases anyway.
455 * <!-- end-user-doc --> 455 * <!-- end-user-doc -->
456 * @return the new adapter. 456 * @return the new adapter.
457 * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTypeDef 457 * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSVariableDeclaration
458 * @generated 458 * @generated
459 */ 459 */
460 public Adapter createVLSTypeDefAdapter() 460 public Adapter createVLSVariableDeclarationAdapter()
461 { 461 {
462 return null; 462 return null;
463 } 463 }
464 464
465 /** 465 /**
466 * Creates a new adapter for an object of class '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTerm <em>VLS Term</em>}'. 466 * Creates a new adapter for an object of class '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTypeDef <em>VLS Type Def</em>}'.
467 * <!-- begin-user-doc --> 467 * <!-- begin-user-doc -->
468 * This default implementation returns null so that we can easily ignore cases; 468 * This default implementation returns null so that we can easily ignore cases;
469 * it's useful to ignore a case when inheritance will catch all the cases anyway. 469 * it's useful to ignore a case when inheritance will catch all the cases anyway.
470 * <!-- end-user-doc --> 470 * <!-- end-user-doc -->
471 * @return the new adapter. 471 * @return the new adapter.
472 * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTerm 472 * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTypeDef
473 * @generated 473 * @generated
474 */ 474 */
475 public Adapter createVLSTermAdapter() 475 public Adapter createVLSTypeDefAdapter()
476 { 476 {
477 return null; 477 return null;
478 } 478 }
diff --git a/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util/VampireLanguageSwitch.java b/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util/VampireLanguageSwitch.java
index 193ac81b..e8c0fde1 100644
--- a/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util/VampireLanguageSwitch.java
+++ b/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language/src-gen/ca/mcgill/ecse/dslreasoner/vampireLanguage/util/VampireLanguageSwitch.java
@@ -122,6 +122,14 @@ public class VampireLanguageSwitch<T> extends Switch<T>
122 if (result == null) result = defaultCase(theEObject); 122 if (result == null) result = defaultCase(theEObject);
123 return result; 123 return result;
124 } 124 }
125 case VampireLanguagePackage.VLS_TERM:
126 {
127 VLSTerm vlsTerm = (VLSTerm)theEObject;
128 T result = caseVLSTerm(vlsTerm);
129 if (result == null) result = caseVLSTffTerm(vlsTerm);
130 if (result == null) result = defaultCase(theEObject);
131 return result;
132 }
125 case VampireLanguagePackage.VLS_DECLARATION: 133 case VampireLanguagePackage.VLS_DECLARATION:
126 { 134 {
127 VLSDeclaration vlsDeclaration = (VLSDeclaration)theEObject; 135 VLSDeclaration vlsDeclaration = (VLSDeclaration)theEObject;
@@ -155,14 +163,6 @@ public class VampireLanguageSwitch<T> extends Switch<T>
155 if (result == null) result = defaultCase(theEObject); 163 if (result == null) result = defaultCase(theEObject);
156 return result; 164 return result;
157 } 165 }
158 case VampireLanguagePackage.VLS_TERM:
159 {
160 VLSTerm vlsTerm = (VLSTerm)theEObject;
161 T result = caseVLSTerm(vlsTerm);
162 if (result == null) result = caseVLSTffTerm(vlsTerm);
163 if (result == null) result = defaultCase(theEObject);
164 return result;
165 }
166 case VampireLanguagePackage.VLS_VARIABLE: 166 case VampireLanguagePackage.VLS_VARIABLE:
167 { 167 {
168 VLSVariable vlsVariable = (VLSVariable)theEObject; 168 VLSVariable vlsVariable = (VLSVariable)theEObject;
@@ -530,81 +530,81 @@ public class VampireLanguageSwitch<T> extends Switch<T>
530 } 530 }
531 531
532 /** 532 /**
533 * Returns the result of interpreting the object as an instance of '<em>VLS Declaration</em>'. 533 * Returns the result of interpreting the object as an instance of '<em>VLS Term</em>'.
534 * <!-- begin-user-doc --> 534 * <!-- begin-user-doc -->
535 * This implementation returns null; 535 * This implementation returns null;
536 * returning a non-null result will terminate the switch. 536 * returning a non-null result will terminate the switch.
537 * <!-- end-user-doc --> 537 * <!-- end-user-doc -->
538 * @param object the target of the switch. 538 * @param object the target of the switch.
539 * @return the result of interpreting the object as an instance of '<em>VLS Declaration</em>'. 539 * @return the result of interpreting the object as an instance of '<em>VLS Term</em>'.
540 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 540 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
541 * @generated 541 * @generated
542 */ 542 */
543 public T caseVLSDeclaration(VLSDeclaration object) 543 public T caseVLSTerm(VLSTerm object)
544 { 544 {
545 return null; 545 return null;
546 } 546 }
547 547
548 /** 548 /**
549 * Returns the result of interpreting the object as an instance of '<em>VLS Other Declaration</em>'. 549 * Returns the result of interpreting the object as an instance of '<em>VLS Declaration</em>'.
550 * <!-- begin-user-doc --> 550 * <!-- begin-user-doc -->
551 * This implementation returns null; 551 * This implementation returns null;
552 * returning a non-null result will terminate the switch. 552 * returning a non-null result will terminate the switch.
553 * <!-- end-user-doc --> 553 * <!-- end-user-doc -->
554 * @param object the target of the switch. 554 * @param object the target of the switch.
555 * @return the result of interpreting the object as an instance of '<em>VLS Other Declaration</em>'. 555 * @return the result of interpreting the object as an instance of '<em>VLS Declaration</em>'.
556 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 556 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
557 * @generated 557 * @generated
558 */ 558 */
559 public T caseVLSOtherDeclaration(VLSOtherDeclaration object) 559 public T caseVLSDeclaration(VLSDeclaration object)
560 { 560 {
561 return null; 561 return null;
562 } 562 }
563 563
564 /** 564 /**
565 * Returns the result of interpreting the object as an instance of '<em>VLS Variable Declaration</em>'. 565 * Returns the result of interpreting the object as an instance of '<em>VLS Other Declaration</em>'.
566 * <!-- begin-user-doc --> 566 * <!-- begin-user-doc -->
567 * This implementation returns null; 567 * This implementation returns null;
568 * returning a non-null result will terminate the switch. 568 * returning a non-null result will terminate the switch.
569 * <!-- end-user-doc --> 569 * <!-- end-user-doc -->
570 * @param object the target of the switch. 570 * @param object the target of the switch.
571 * @return the result of interpreting the object as an instance of '<em>VLS Variable Declaration</em>'. 571 * @return the result of interpreting the object as an instance of '<em>VLS Other Declaration</em>'.
572 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 572 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
573 * @generated 573 * @generated
574 */ 574 */
575 public T caseVLSVariableDeclaration(VLSVariableDeclaration object) 575 public T caseVLSOtherDeclaration(VLSOtherDeclaration object)
576 { 576 {
577 return null; 577 return null;
578 } 578 }
579 579
580 /** 580 /**
581 * Returns the result of interpreting the object as an instance of '<em>VLS Type Def</em>'. 581 * Returns the result of interpreting the object as an instance of '<em>VLS Variable Declaration</em>'.
582 * <!-- begin-user-doc --> 582 * <!-- begin-user-doc -->
583 * This implementation returns null; 583 * This implementation returns null;
584 * returning a non-null result will terminate the switch. 584 * returning a non-null result will terminate the switch.
585 * <!-- end-user-doc --> 585 * <!-- end-user-doc -->
586 * @param object the target of the switch. 586 * @param object the target of the switch.
587 * @return the result of interpreting the object as an instance of '<em>VLS Type Def</em>'. 587 * @return the result of interpreting the object as an instance of '<em>VLS Variable Declaration</em>'.
588 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 588 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
589 * @generated 589 * @generated
590 */ 590 */
591 public T caseVLSTypeDef(VLSTypeDef object) 591 public T caseVLSVariableDeclaration(VLSVariableDeclaration object)
592 { 592 {
593 return null; 593 return null;
594 } 594 }
595 595
596 /** 596 /**
597 * Returns the result of interpreting the object as an instance of '<em>VLS Term</em>'. 597 * Returns the result of interpreting the object as an instance of '<em>VLS Type Def</em>'.
598 * <!-- begin-user-doc --> 598 * <!-- begin-user-doc -->
599 * This implementation returns null; 599 * This implementation returns null;
600 * returning a non-null result will terminate the switch. 600 * returning a non-null result will terminate the switch.
601 * <!-- end-user-doc --> 601 * <!-- end-user-doc -->
602 * @param object the target of the switch. 602 * @param object the target of the switch.
603 * @return the result of interpreting the object as an instance of '<em>VLS Term</em>'. 603 * @return the result of interpreting the object as an instance of '<em>VLS Type Def</em>'.
604 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 604 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
605 * @generated 605 * @generated
606 */ 606 */
607 public T caseVLSTerm(VLSTerm object) 607 public T caseVLSTypeDef(VLSTypeDef object)
608 { 608 {
609 return null; 609 return null;
610 } 610 }