Package org.eclipse.xtext.resource.impl

Examples of org.eclipse.xtext.resource.impl.ResourceDescriptionsBasedContainer


  @Inject
  private IResourceDescriptions resourceDescriptions;
 
  @Override
  protected List<IContainer> getVisibleContainers(Resource resource) {
    return Collections.<IContainer>singletonList(new ResourceDescriptionsBasedContainer(resourceDescriptions));
  }
View Full Code Here

TOP

Related Classes of org.eclipse.xtext.resource.impl.ResourceDescriptionsBasedContainer

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.