Class PrimitiveAwareScope

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

    public class PrimitiveAwareScope
    extends AbstractScope
    • Field Summary

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

        NULLSCOPE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PrimitiveAwareScope​(AbstractScope parent, org.eclipse.xtext.common.types.xtext.AbstractTypeScope typeScope)  
    • 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 boolean isPrimitive​(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

      • PrimitiveAwareScope

        protected PrimitiveAwareScope​(AbstractScope parent,
                                      org.eclipse.xtext.common.types.xtext.AbstractTypeScope typeScope)
    • 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
      • isPrimitive

        protected boolean isPrimitive​(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