Package org.eclipse.xtext.scoping.impl

Examples of org.eclipse.xtext.scoping.impl.MultimapBasedSelectable


    // use index for internal objects as well,
    //otherwise label and description user data are not available (content assist)
    IResourceDescription rd = services.getResourceDescriptionManager()
        .getResourceDescription(resource);
    Iterable<IEObjectDescription> allDescriptions = rd.getExportedObjects();
    return new MultimapBasedSelectable(allDescriptions);
    // return super.internalGetAllDescriptions(resource);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.xtext.scoping.impl.MultimapBasedSelectable

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.