Class JSFunctionCompletion.JSFunctionParam

java.lang.Object
org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
org.fife.rsta.ac.js.completion.JSFunctionCompletion.JSFunctionParam
Enclosing class:
JSFunctionCompletion

public static class JSFunctionCompletion.JSFunctionParam extends org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
Override the FunctionCompletion.Parameter to look up the Javascript name for the completion type
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.fife.ui.autocomplete.CompletionProvider
     
    private boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    JSFunctionParam(Object type, String name, boolean showParameterType, org.fife.ui.autocomplete.CompletionProvider provider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter

    getDescription, getName, getTypeObject, isEndParam, setDescription, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • showParameterType

      private boolean showParameterType
    • provider

      private org.fife.ui.autocomplete.CompletionProvider provider
  • Constructor Details

    • JSFunctionParam

      public JSFunctionParam(Object type, String name, boolean showParameterType, org.fife.ui.autocomplete.CompletionProvider provider)
  • Method Details

    • getType

      public String getType()
      Overrides:
      getType in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter