Package no.hal.jex.jextest.jexTest

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


  }
 
  public String instanceName(final EObject eObject) {
    String _xblockexpression = null;
    {
      final PropertiesTestOwner propertiesTestOwner = this.<PropertiesTestOwner>ancestor(eObject, PropertiesTestOwner.class);
      if ((propertiesTestOwner instanceof StateFunction)) {
        return XbaseScopeProvider.IT.toString();
      } else {
        if ((propertiesTestOwner instanceof ObjectTest)) {
          final Instance instance = ((ObjectTest) propertiesTestOwner).getInstance();
View Full Code Here


  }
 
  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) {
View Full Code Here

TOP

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

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.