Class TypeScopeWithWildcardImports

  • All Implemented Interfaces:
    org.eclipse.xtext.scoping.IScope

    public class TypeScopeWithWildcardImports
    extends AbstractScope
    • Field Summary

      • Fields inherited from interface org.eclipse.xtext.scoping.IScope

        NULLSCOPE
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeScopeWithWildcardImports​(java.util.List<org.eclipse.xtext.scoping.impl.ImportNormalizer> imports, org.eclipse.xtend.core.scoping.RecordingTypeScope typeScope, AbstractScope parent, boolean binaryName)  
      TypeScopeWithWildcardImports​(org.eclipse.xtext.scoping.impl.ImportNormalizer[][] imports, org.eclipse.xtend.core.scoping.RecordingTypeScope typeScope, boolean binaryName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doGetElements​(org.eclipse.xtext.common.types.JvmType type, java.util.List<org.eclipse.xtext.resource.IEObjectDescription> result)  
      org.eclipse.xtext.resource.IEObjectDescription getSingleElement​(org.eclipse.xtext.naming.QualifiedName name)  
      protected org.eclipse.xtext.resource.IEObjectDescription getSingleElementFromParent​(org.eclipse.xtext.naming.QualifiedName name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeScopeWithWildcardImports

        public TypeScopeWithWildcardImports​(org.eclipse.xtext.scoping.impl.ImportNormalizer[][] imports,
                                            org.eclipse.xtend.core.scoping.RecordingTypeScope typeScope,
                                            boolean binaryName)
      • TypeScopeWithWildcardImports

        public TypeScopeWithWildcardImports​(java.util.List<org.eclipse.xtext.scoping.impl.ImportNormalizer> imports,
                                            org.eclipse.xtend.core.scoping.RecordingTypeScope typeScope,
                                            AbstractScope parent,
                                            boolean binaryName)
    • Method Detail

      • getSingleElement

        public org.eclipse.xtext.resource.IEObjectDescription getSingleElement​(org.eclipse.xtext.naming.QualifiedName name)
        Specified by:
        getSingleElement in interface org.eclipse.xtext.scoping.IScope
        Overrides:
        getSingleElement in class AbstractScope
      • getSingleElementFromParent

        protected org.eclipse.xtext.resource.IEObjectDescription getSingleElementFromParent​(org.eclipse.xtext.naming.QualifiedName name)
      • doGetElements

        protected void doGetElements​(org.eclipse.xtext.common.types.JvmType type,
                                     java.util.List<org.eclipse.xtext.resource.IEObjectDescription> result)
        Specified by:
        doGetElements in class AbstractScope