Package org.eclipse.xtext.scoping.impl

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


 
  public IScope scope_Id(TaskDeclaration owner, EReference ref) {
    String crossrefName = linkingHelper.getCrossRefNodeAsString(node, true);
    if ("options".equals(crossrefName)) {
      IEObjectDescription description = EObjectDescription.create("options", getOptions());
      return new SingletonScope(description, IScope.NULLSCOPE);
    }
    else {
      // Let superclass handle it
      return null;
    }
View Full Code Here

TOP

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

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.