Package org.csu.idl.idlmm

Examples of org.csu.idl.idlmm.TranslationUnit.eResource()


   * @param include
   * @return
   */
  public static int include2stream(Include include) {
    TranslationUnit tu = (TranslationUnit) include.eContainer();
    Resource resource = tu.eResource();
    ResourceSet resourceSet = resource.getResourceSet();
    EList<Resource> resources = resourceSet.getResources();

    int result = tu.getIncludes().indexOf(include);
    int res = resources.indexOf(resource);
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.