Class ContentAssistant

  • All Implemented Interfaces:
    java.util.function.Consumer<io.github.factoryfx.javascript.data.attributes.types.Javascript<?>>

    public class ContentAssistant
    extends AssistantBase<io.github.factoryfx.javascript.data.attributes.types.Javascript<?>,​java.util.NavigableMap<java.lang.Integer,​java.util.List<Proposal>>>
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentAssistant​(java.util.List<com.google.javascript.jscomp.SourceFile> externalSources, java.lang.ref.WeakReference<java.util.function.Consumer<java.util.NavigableMap<java.lang.Integer,​java.util.List<Proposal>>>> consumer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.NavigableMap<java.lang.Integer,​java.util.List<Proposal>> process​(io.github.factoryfx.javascript.data.attributes.types.Javascript input)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Constructor Detail

      • ContentAssistant

        public ContentAssistant​(java.util.List<com.google.javascript.jscomp.SourceFile> externalSources,
                                java.lang.ref.WeakReference<java.util.function.Consumer<java.util.NavigableMap<java.lang.Integer,​java.util.List<Proposal>>>> consumer)
    • Method Detail

      • process

        protected java.util.NavigableMap<java.lang.Integer,​java.util.List<Proposal>> process​(io.github.factoryfx.javascript.data.attributes.types.Javascript input)
        Specified by:
        process in class AssistantBase<io.github.factoryfx.javascript.data.attributes.types.Javascript<?>,​java.util.NavigableMap<java.lang.Integer,​java.util.List<Proposal>>>