Class NestedTypeLiteralScope

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

    public class NestedTypeLiteralScope
    extends AbstractSessionBasedScope
    A scope that returns nested types.
    • 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
      • findNestedType

        protected org.eclipse.xtext.common.types.JvmType findNestedType​(org.eclipse.xtext.common.types.JvmDeclaredType outerType,
                                                                        java.util.Iterator<java.lang.String> iterator)
      • isVisible

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