Class FunctionDeclaration

java.lang.Object
org.fife.rsta.ac.js.ast.FunctionDeclaration

public class FunctionDeclaration extends Object
  • Field Details

    • fc

      private org.fife.ui.autocomplete.FunctionCompletion fc
    • offset

      private int offset
  • Constructor Details

    • FunctionDeclaration

      public FunctionDeclaration(org.fife.ui.autocomplete.FunctionCompletion fc, int offset)
  • Method Details

    • getFunction

      public org.fife.ui.autocomplete.FunctionCompletion getFunction()
    • getOffset

      public int getOffset()