Examples of XBlockExpression


Examples of org.eclipse.xtext.xbase.XBlockExpression

      public void apply(final ITreeAppendable it) {
        final ITreeAppendable appendable = it;
        EList<ObjectTest> _objectTests = state.getObjectTests();
        final Procedure1<ObjectTest> _function = new Procedure1<ObjectTest>() {
          public void apply(final ObjectTest it) {
            XBlockExpression _test = it.getTest();
            JexTestJvmModelInferrer.this.generateTestHelperMethodCall("_test_", _test, appendable);
          }
        };
        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
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.