Package no.hal.jex.jextest.jexTest

Examples of no.hal.jex.jextest.jexTest.StateFunction


  public JvmTypeReference jvmInstanceType(final EObject eObject) {
    JvmTypeReference _xblockexpression = null;
    {
      final PropertiesTestOwner propertiesTestOwner = this.<PropertiesTestOwner>ancestor(eObject, PropertiesTestOwner.class);
      if ((propertiesTestOwner instanceof StateFunction)) {
        final StateFunction stateFunction = ((StateFunction) propertiesTestOwner);
        JvmParameterizedTypeReference _elvis = null;
        JvmParameterizedTypeReference _type = stateFunction.getType();
        if (_type != null) {
          _elvis = _type;
        } else {
          JvmParameterizedTypeReference _defaultInstanceType = this.defaultInstanceType(eObject);
          _elvis = ObjectExtensions.<JvmParameterizedTypeReference>operator_elvis(_type, _defaultInstanceType);
View Full Code Here

TOP

Related Classes of no.hal.jex.jextest.jexTest.StateFunction

Copyright © 2018 www.massapicom. 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.