Package dtool.ast.references

Examples of dtool.ast.references.Reference.resolveTypeOfUnderlyingValue()


  }
 
  public static INamedElement resolveTypeForValueContext_Alias(IModuleResolver mr, Reference alias) {
    Reference aliasTarget = alias;
    if(aliasTarget != null) {
      return CollectionUtil.getFirstElementOrNull(aliasTarget.resolveTypeOfUnderlyingValue(mr));
    }
    return null;
  }
 
}
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.