Class TypeLiteralScope

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

    public class TypeLiteralScope
    extends AbstractSessionBasedScope
    A scope that returns types, e.g. for member feature calls that are actually type references like java.lang.String.
    • Method Detail

      • getLocalElementsByName

        protected java.util.List<org.eclipse.xtext.resource.IEObjectDescription> getLocalElementsByName​(org.eclipse.xtext.naming.QualifiedName name)
        Specified by:
        getLocalElementsByName in class AbstractSessionBasedScope
      • isVisible

        protected boolean isVisible​(org.eclipse.xtext.common.types.JvmType type)