类 NameCompletionTable

    • 构造器详细资料

      • NameCompletionTable

        public NameCompletionTable()
    • 方法详细资料

      • add

        public void add​(NameCompletionTable table)
        Add a NameCompletionTable, which is more optimized than the more general NameSource
      • add

        public void add​(NameSource source)
        Add a NameSource which is monitored for names. Unimplemented - behavior is broken... no updates
      • getMatchingNames

        protected void getMatchingNames​(String part,
                                        List found)
        Add any matching names to list (including any from other tables)