Examples of JvmOperation


Examples of org.eclipse.xtext.common.types.JvmOperation

              }
            };
            BuildDSLJvmModelInferrer.this._jvmTypesBuilder.setBody(it, _client);
          }
        };
        JvmOperation _method = BuildDSLJvmModelInferrer.this._jvmTypesBuilder.toMethod(file, "main", _typeRef_2, _function);
        BuildDSLJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members, _method);
        EList<JvmMember> _members_1 = it.getMembers();
        Iterable<Task> _tasks = BuildDSLJvmModelInferrer.this.getTasks(file);
        final Function1<Task, JvmOperation> _function_1 = new Function1<Task, JvmOperation>() {
          public JvmOperation apply(final Task task) {
View Full Code Here

Examples of org.eclipse.xtext.common.types.JvmOperation

                EList<JvmTypeReference> _exceptions = it.getExceptions();
                JvmTypeReference _typeForName = ModelQueryLanguageJvmModelInferrer.this._typeReferences.getTypeForName(Exception.class, model);
                ModelQueryLanguageJvmModelInferrer.this._jvmTypesBuilder.<JvmTypeReference>operator_add(_exceptions, _typeForName);
              }
            };
          JvmOperation _method = ModelQueryLanguageJvmModelInferrer.this._jvmTypesBuilder.toMethod(model, "main", _typeForName_3, _function);
          ModelQueryLanguageJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_3, _method);
          EList<XMethodDeclaration> _methods = model.getMethods();
          for (final XMethodDeclaration op : _methods) {
            EList<JvmMember> _members_4 = it.getMembers();
            String _name = op.getName();
            JvmTypeReference _elvis = null;
            JvmTypeReference _type = op.getType();
            if (_type != null) {
              _elvis = _type;
            } else {
              JvmTypeReference _inferredType = ModelQueryLanguageJvmModelInferrer.this._jvmTypesBuilder.inferredType();
              _elvis = ObjectExtensions.<JvmTypeReference>operator_elvis(_type, _inferredType);
            }
            final Procedure1<JvmOperation> _function_1 = new Procedure1<JvmOperation>() {
                public void apply(final JvmOperation it) {
                  EList<JvmFormalParameter> _parameters = op.getParameters();
                  for (final JvmFormalParameter p : _parameters) {
                    EList<JvmFormalParameter> _parameters_1 = it.getParameters();
                    String _name = p.getName();
                    JvmTypeReference _parameterType = p.getParameterType();
                    JvmFormalParameter _parameter = ModelQueryLanguageJvmModelInferrer.this._jvmTypesBuilder.toParameter(p, _name, _parameterType);
                    ModelQueryLanguageJvmModelInferrer.this._jvmTypesBuilder.<JvmFormalParameter>operator_add(_parameters_1, _parameter);
                  }
                  EList<JvmTypeParameter> _typeParameters = op.getTypeParameters();
                  ModelQueryLanguageJvmModelInferrer.this.copyAndFixTypeParameters(_typeParameters, it);
                  XExpression _body = op.getBody();
                  ModelQueryLanguageJvmModelInferrer.this._jvmTypesBuilder.setBody(it, _body);
                }
              };
            JvmOperation _method_1 = ModelQueryLanguageJvmModelInferrer.this._jvmTypesBuilder.toMethod(op, _name, _elvis, _function_1);
            ModelQueryLanguageJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_4, _method_1);
          }
        }
      };
    _accept.initializeLater(_function);
View Full Code Here

Examples of org.eclipse.xtext.common.types.JvmOperation

          String _simpleName = it.getSimpleName();
          boolean _equals = Objects.equal(_simpleName, valueName);
          return Boolean.valueOf(_equals);
        }
      };
      final JvmOperation op = IterableExtensions.<JvmOperation>findFirst(_filter, _function);
      final JvmStringAnnotationValue annotationValue = this._typesFactory.createJvmStringAnnotationValue();
      annotationValue.setOperation(op);
      EList<String> _values = annotationValue.getValues();
      this._jvmTypesBuilder.<String>operator_add(_values, ((Iterable<? extends String>)Conversions.doWrapArray(values)));
      EList<JvmAnnotationValue> _values_1 = annotation.getValues();
View Full Code Here

Examples of org.eclipse.xtext.common.types.JvmOperation

        final JvmIdentifiableElement feature = ((XAbstractFeatureCall) expr).getFeature();
        JvmTypeReference _switchResult = null;
        boolean _matched = false;
        if (!_matched) {
          if (feature instanceof JvmOperation) {
            final JvmOperation _jvmOperation = (JvmOperation)feature;
            _matched=true;
            JvmTypeReference _returnType = _jvmOperation.getReturnType();
            _switchResult = _returnType;
          }
        }
        if (!_matched) {
          if (feature instanceof JvmConstructor) {
View Full Code Here

Examples of org.eclipse.xtext.common.types.JvmOperation

              JvmField _field_1 = JexTestJvmModelInferrer.this._jvmTypesBuilder.toField(instance, _name, type, _function_1);
              JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmField>operator_add(_members_1, _field_1);
              EList<JvmMember> _members_2 = it.getMembers();
              String _name_1 = instance.getName();
              String _plus = ("_init_" + _name_1);
              JvmOperation _inferTestInstanceInitMethod = JexTestJvmModelInferrer.this.inferTestInstanceInitMethod(_plus, instance);
              JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_2, _inferTestInstanceInitMethod);
            }
          }
        }
        EList<JvmMember> _members_1 = jvmClass.getMembers();
        JvmTypeReference _newTypeRef = JexTestJvmModelInferrer.this._jvmTypesBuilder.newTypeRef(testCase, void.class);
        final Procedure1<JvmOperation> _function_1 = new Procedure1<JvmOperation>() {
          public void apply(final JvmOperation it) {
            it.setVisibility(JvmVisibility.PROTECTED);
            EList<JvmAnnotationReference> _annotations = it.getAnnotations();
            JvmAnnotationReference _annotation = JexTestJvmModelInferrer.this._jvmTypesBuilder.toAnnotation(testCase, Override.class);
            JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmAnnotationReference>operator_add(_annotations, _annotation);
            final Procedure1<ITreeAppendable> _function = new Procedure1<ITreeAppendable>() {
              public void apply(final ITreeAppendable it) {
                JexTestJvmModelInferrer.this.generateSetUpMethodBody(testCase, it);
              }
            };
            JexTestJvmModelInferrer.this._jvmTypesBuilder.setBody(it, _function);
          }
        };
        JvmOperation _method = JexTestJvmModelInferrer.this._jvmTypesBuilder.toMethod(testCase, "setUp", _newTypeRef, _function_1);
        JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_1, _method);
        EList<Method> _methods = testCase.getMethods();
        for (final Method method : _methods) {
          {
            String _elvis = null;
            String _name = method.getName();
            QualifiedName _create = QualifiedName.create(_name);
            QualifiedName _methodName = JexTestJvmModelInferrer.this._operatorMapping.getMethodName(_create);
            String _string = null;
            if (_methodName!=null) {
              _string=_methodName.toString();
            }
            if (_string != null) {
              _elvis = _string;
            } else {
              String _name_1 = method.getName();
              _elvis = ObjectExtensions.<String>operator_elvis(_string, _name_1);
            }
            final String methodName = _elvis;
            boolean _notEquals = (!Objects.equal(methodName, null));
            if (_notEquals) {
              EList<JvmMember> _members_2 = it.getMembers();
              JvmTypeReference _returnType = method.getReturnType();
              final Procedure1<JvmOperation> _function_2 = new Procedure1<JvmOperation>() {
                public void apply(final JvmOperation it) {
                  it.setVisibility(JvmVisibility.PRIVATE);
                  boolean _isStatic = method.isStatic();
                  it.setStatic(_isStatic);
                  EList<Parameter> _parameters = method.getParameters();
                  JexTestJvmModelInferrer.this.initParameters(it, _parameters);
                  XExpression _body = method.getBody();
                  JexTestJvmModelInferrer.this._jvmTypesBuilder.setBody(it, _body);
                }
              };
              JvmOperation _method_1 = JexTestJvmModelInferrer.this._jvmTypesBuilder.toMethod(method, methodName, _returnType, _function_2);
              JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_2, _method_1);
            }
          }
        }
        EList<StateFunction> _stateFunctions = testCase.getStateFunctions();
        for (final StateFunction stateFunction : _stateFunctions) {
          String _name = stateFunction.getName();
          boolean _notEquals = (!Objects.equal(_name, null));
          if (_notEquals) {
            String _name_1 = stateFunction.getName();
            JvmTypeReference _newTypeRef_1 = JexTestJvmModelInferrer.this._jvmTypesBuilder.newTypeRef(stateFunction, void.class);
            final Procedure1<JvmOperation> _function_2 = new Procedure1<JvmOperation>() {
              public void apply(final JvmOperation it) {
                it.setVisibility(JvmVisibility.PRIVATE);
                EList<JvmFormalParameter> _parameters = it.getParameters();
                String _string = XbaseScopeProvider.IT.toString();
                JvmParameterizedTypeReference _elvis = null;
                JvmParameterizedTypeReference _type = stateFunction.getType();
                if (_type != null) {
                  _elvis = _type;
                } else {
                  JvmParameterizedTypeReference _testedClass = testCase.getTestedClass();
                  _elvis = ObjectExtensions.<JvmParameterizedTypeReference>operator_elvis(_type, _testedClass);
                }
                JvmFormalParameter _parameter = JexTestJvmModelInferrer.this._jvmTypesBuilder.toParameter(stateFunction, _string, _elvis);
                JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmFormalParameter>operator_add(_parameters, _parameter);
                EList<Parameter> _parameters_1 = stateFunction.getParameters();
                JexTestJvmModelInferrer.this.initParameters(it, _parameters_1);
                final Procedure1<ITreeAppendable> _function = new Procedure1<ITreeAppendable>() {
                  public void apply(final ITreeAppendable it) {
                    XBlockExpression _test = stateFunction.getTest();
                    JexTestJvmModelInferrer.this.generateTestHelperMethodCall("_test_", ((PropertiesTest) _test), it);
                  }
                };
                JexTestJvmModelInferrer.this._jvmTypesBuilder.setBody(it, _function);
              }
            };
            final JvmOperation stateMethod = JexTestJvmModelInferrer.this._jvmTypesBuilder.toMethod(stateFunction, _name_1, _newTypeRef_1, _function_2);
            EList<JvmMember> _members_2 = it.getMembers();
            JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_2, stateMethod);
            XBlockExpression _test = stateFunction.getTest();
            boolean _notEquals_1 = (!Objects.equal(_test, null));
            if (_notEquals_1) {
              XBlockExpression _test_1 = stateFunction.getTest();
              JexTestJvmModelInferrer.this.inferPropertiesTestMethods(((PropertiesTest) _test_1), jvmClass);
            }
          }
        }
        final ArrayList<Pair<JexTestSequence,JvmOperation>> testMethods = CollectionLiterals.<Pair<JexTestSequence,JvmOperation>>newArrayList();
        EList<JexTestSequence> _testSequences = testCase.getTestSequences();
        for (final JexTestSequence sequence : _testSequences) {
          String _name_2 = sequence.getName();
          boolean _notEquals_2 = (!Objects.equal(_name_2, null));
          if (_notEquals_2) {
            String _name_3 = sequence.getName();
            String _firstUpper = StringExtensions.toFirstUpper(_name_3);
            String _plus = ("test" + _firstUpper);
            JvmTypeReference _newTypeRef_2 = JexTestJvmModelInferrer.this._jvmTypesBuilder.newTypeRef(sequence, void.class);
            final Procedure1<JvmOperation> _function_3 = new Procedure1<JvmOperation>() {
              public void apply(final JvmOperation it) {
                it.setVisibility(JvmVisibility.PUBLIC);
                final Procedure1<ITreeAppendable> _function = new Procedure1<ITreeAppendable>() {
                  public void apply(final ITreeAppendable it) {
                    EList<Instance> _instances = sequence.getInstances();
                    for (final Instance instance : _instances) {
                      JexTestJvmModelInferrer.this.generateLocalInstance(instance, it);
                    }
                    EList<Transition> _transitions = sequence.getTransitions();
                    for (final Transition transition : _transitions) {
                      JexTestJvmModelInferrer.this.generateTransition(transition, it);
                    }
                  }
                };
                JexTestJvmModelInferrer.this._jvmTypesBuilder.setBody(it, _function);
              }
            };
            final JvmOperation testMethod = JexTestJvmModelInferrer.this._jvmTypesBuilder.toMethod(sequence, _plus, _newTypeRef_2, _function_3);
            Pair<JexTestSequence,JvmOperation> _mappedTo = Pair.<JexTestSequence, JvmOperation>of(sequence, testMethod);
            testMethods.add(_mappedTo);
            EList<JvmMember> _members_3 = it.getMembers();
            JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_3, testMethod);
          }
        }
        EList<JvmMember> _members_4 = it.getMembers();
        final Function1<Pair<JexTestSequence,JvmOperation>,JvmOperation> _function_4 = new Function1<Pair<JexTestSequence,JvmOperation>,JvmOperation>() {
          public JvmOperation apply(final Pair<JexTestSequence,JvmOperation> it) {
            JvmOperation _value = it.getValue();
            return _value;
          }
        };
        List<JvmMember> _map = ListExtensions.<Pair<JexTestSequence,JvmOperation>, JvmMember>map(testMethods, _function_4);
        JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmMember>operator_add(_members_4, _map);
        EList<JexTestSequence> _testSequences_1 = testCase.getTestSequences();
        for (final JexTestSequence sequence_1 : _testSequences_1) {
          {
            EList<Instance> _instances_1 = sequence_1.getInstances();
            for (final Instance instance_1 : _instances_1) {
              EList<JvmMember> _members_5 = it.getMembers();
              String _relativeName = JexTestJvmModelInferrer.this._util.<JexTestSequence>relativeName(instance_1, JexTestSequence.class);
              String _plus_1 = ("_init_" + _relativeName);
              JvmOperation _inferTestInstanceInitMethod = JexTestJvmModelInferrer.this.inferTestInstanceInitMethod(_plus_1, instance_1);
              JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_5, _inferTestInstanceInitMethod);
            }
            EList<Transition> _transitions = sequence_1.getTransitions();
            for (final Transition transition : _transitions) {
              {
                boolean _and = false;
                TransitionSource _source = transition.getSource();
                boolean _notEquals_3 = (!Objects.equal(_source, null));
                if (!_notEquals_3) {
                  _and = false;
                } else {
                  TransitionSource _source_1 = transition.getSource();
                  State _state = _source_1.getState();
                  boolean _notEquals_4 = (!Objects.equal(_state, null));
                  _and = (_notEquals_3 && _notEquals_4);
                }
                if (_and) {
                  TransitionSource _source_2 = transition.getSource();
                  State _state_1 = _source_2.getState();
                  JexTestJvmModelInferrer.this.inferStateTestMethods(sequence_1, _state_1, jvmClass);
                }
                EList<TransitionAction> _actions = transition.getActions();
                Iterable<TransitionExpressionAction> _filter = Iterables.<TransitionExpressionAction>filter(_actions, TransitionExpressionAction.class);
                for (final TransitionExpressionAction action : _filter) {
                  {
                    EList<JvmMember> _members_6 = it.getMembers();
                    JvmOperation _inferActionMethod = JexTestJvmModelInferrer.this.inferActionMethod(sequence_1, action);
                    JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_6, _inferActionMethod);
                    XExpression _times = action.getTimes();
                    boolean _notEquals_5 = (!Objects.equal(_times, null));
                    if (_notEquals_5) {
                      EList<JvmMember> _members_7 = it.getMembers();
                      XExpression _times_1 = action.getTimes();
                      JvmOperation _inferTestHelperMethod = JexTestJvmModelInferrer.this.inferTestHelperMethod(sequence_1, "_transition_exprAction_times_", action, _times_1, null);
                      JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_7, _inferTestHelperMethod);
                    }
                  }
                }
                TransitionEffect _effect = transition.getEffect();
                if ((_effect instanceof TransitionTargetEffect)) {
                  TransitionEffect _effect_1 = transition.getEffect();
                  final TransitionTargetEffect targetEffect = ((TransitionTargetEffect) _effect_1);
                  State _state_2 = targetEffect.getState();
                  boolean _notEquals_5 = (!Objects.equal(_state_2, null));
                  if (_notEquals_5) {
                    State _state_3 = targetEffect.getState();
                    JexTestJvmModelInferrer.this.inferStateTestMethods(sequence_1, _state_3, jvmClass);
                  }
                }
              }
            }
          }
        }
        for (final Pair<JexTestSequence,JvmOperation> sequenceMethod : testMethods) {
          {
            JexTestSequence _key = sequenceMethod.getKey();
            final JvmAnnotationReference jexerciseTestMethodAnnotation = JexTestJvmModelInferrer.this._jvmTypesBuilder.toAnnotation(_key, "no.hal.jex.runtime.JExercise");
            JexTestSequence _key_1 = sequenceMethod.getKey();
            JexTestJvmModelInferrer.this._testAnnotationsSupport.generateTestMethodAnntations(_key_1, jexerciseTestMethodAnnotation);
            JvmOperation _value = sequenceMethod.getValue();
            EList<JvmAnnotationReference> _annotations_1 = _value.getAnnotations();
            JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmAnnotationReference>operator_add(_annotations_1, jexerciseTestMethodAnnotation);
          }
        }
        EList<JvmMember> _members_5 = it.getMembers();
        JvmTypeReference _newTypeRef_3 = JexTestJvmModelInferrer.this._jvmTypesBuilder.newTypeRef(testCase, void.class);
        final Procedure1<JvmOperation> _function_5 = new Procedure1<JvmOperation>() {
          public void apply(final JvmOperation it) {
            it.setVisibility(JvmVisibility.PUBLIC);
            it.setStatic(true);
            EList<JvmFormalParameter> _parameters = it.getParameters();
            JvmTypeReference _newTypeRef = JexTestJvmModelInferrer.this._jvmTypesBuilder.newTypeRef(testCase, String.class);
            JvmTypeReference _addArrayTypeDimension = JexTestJvmModelInferrer.this._jvmTypesBuilder.addArrayTypeDimension(_newTypeRef);
            JvmFormalParameter _parameter = JexTestJvmModelInferrer.this._jvmTypesBuilder.toParameter(testCase, "args", _addArrayTypeDimension);
            JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmFormalParameter>operator_add(_parameters, _parameter);
            final Procedure1<ITreeAppendable> _function = new Procedure1<ITreeAppendable>() {
              public void apply(final ITreeAppendable it) {
                StringConcatenation _builder = new StringConcatenation();
                _builder.append("no.hal.jex.standalone.JexStandalone.main(");
                String _simpleName = jvmClass.getSimpleName();
                _builder.append(_simpleName, "");
                _builder.append(".class);");
                it.append(_builder);
              }
            };
            JexTestJvmModelInferrer.this._jvmTypesBuilder.setBody(it, _function);
          }
        };
        JvmOperation _method_1 = JexTestJvmModelInferrer.this._jvmTypesBuilder.toMethod(testCase, "main", _newTypeRef_3, _function_5);
        JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmOperation>operator_add(_members_5, _method_1);
      }
    };
    _accept.initializeLater(_function);
  }
View Full Code Here

Examples of org.eclipse.xtext.common.types.JvmOperation

  }
 
  private boolean checkDiagnosticInCompiler = true;
 
  public JvmOperation inferTestInstanceInitMethod(final String name, final Instance instance) {
    JvmOperation _xblockexpression = null;
    {
      JvmTypeReference _jvmType = this._util.jvmType(instance);
      final Procedure1<JvmOperation> _function = new Procedure1<JvmOperation>() {
        public void apply(final JvmOperation it) {
          it.setVisibility(JvmVisibility.PRIVATE);
        }
      };
      final JvmOperation method = this._jvmTypesBuilder.toMethod(instance, name, _jvmType, _function);
      XExpression _expr = instance.getExpr();
      boolean _equals = Objects.equal(_expr, null);
      if (_equals) {
        final Procedure1<ITreeAppendable> _function_1 = new Procedure1<ITreeAppendable>() {
          public void apply(final ITreeAppendable it) {
View Full Code Here

Examples of org.eclipse.xtext.common.types.JvmOperation

          }
        };
        IterableExtensions.<ObjectTest>forEach(_objectTests, _function);
      }
    };
    JvmOperation _inferTestHelperMethod = this.inferTestHelperMethod(stateTestContext, "_test_", state, _function);
    this._jvmTypesBuilder.<JvmOperation>operator_add(_members, _inferTestHelperMethod);
    EList<ObjectTest> _objectTests = state.getObjectTests();
    for (final ObjectTest objectTest : _objectTests) {
      XBlockExpression _test = objectTest.getTest();
      this.inferPropertiesTestMethods(((PropertiesTest) _test), jvmClass);
View Full Code Here

Examples of org.eclipse.xtext.common.types.JvmOperation

      this.inferPropertiesTestMethods(((PropertiesTest) _test), jvmClass);
    }
  }
 
  public JvmOperation inferActionMethod(final StateTestContext stateTestContext, final TransitionExpressionAction action) {
    JvmOperation _xblockexpression = null;
    {
      String _relativeName = this._util.<JexTestSequence>relativeName(action, JexTestSequence.class);
      String _plus = ("_transition_exprAction_" + _relativeName);
      JvmTypeReference _newTypeRef = this._jvmTypesBuilder.newTypeRef(action, void.class);
      final JvmOperation method = this.inferTestHelperMethod(stateTestContext, _plus, _newTypeRef, action);
      XExpression _expr = action.getExpr();
      this._iJvmModelAssociator.associateLogicalContainer(_expr, method);
      final Procedure1<ITreeAppendable> _function = new Procedure1<ITreeAppendable>() {
        public void apply(final ITreeAppendable it) {
          XExpression _expr = action.getExpr();
View Full Code Here

Examples of org.eclipse.xtext.common.types.JvmOperation

            JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmFormalParameter>operator_add(_parameters_2, _parameter_1);
          }
        }
      }
    };
    JvmOperation _method = this._jvmTypesBuilder.toMethod(context, name, type, _function);
    return _method;
  }
View Full Code Here

Examples of org.eclipse.xtext.common.types.JvmOperation

    JvmOperation _method = this._jvmTypesBuilder.toMethod(context, name, type, _function);
    return _method;
  }
 
  public JvmOperation inferTestHelperMethod(final StateTestContext stateTestContext, final String prefix, final EObject context, final XExpression expr, final Procedure1<? super ITreeAppendable> generator) {
    JvmOperation _xblockexpression = null;
    {
      String _relativeName = this._util.<JexTestSequence>relativeName(context, JexTestSequence.class);
      String _plus = (prefix + _relativeName);
      final JvmOperation method = this.inferTestHelperMethod(stateTestContext, _plus, null, context);
      boolean _notEquals = (!Objects.equal(expr, null));
      if (_notEquals) {
        boolean _notEquals_1 = (!Objects.equal(generator, null));
        if (_notEquals_1) {
          this._iJvmModelAssociator.associateLogicalContainer(expr, method);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.