Class TypeDeclaration

    • Method Detail

      • getSuperTypeDeclaration

        public abstract ClassDeclaration getSuperTypeDeclaration()
      • resolvePropertyDeclaration

        public IdeDeclaration resolvePropertyDeclaration​(String ide)
        Lookup a non-static member of the given name
        Parameters:
        ide - the member name
        Returns:
        a non-static member if found, null otherwise
      • resolvePropertyDeclaration

        public IdeDeclaration resolvePropertyDeclaration​(String ide,
                                                         boolean isStatic)