Class FunctionDeclaration
java.lang.Object
org.fife.rsta.ac.js.ast.FunctionDeclaration
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFunctionDeclaration(org.fife.ui.autocomplete.FunctionCompletion fc, int offset) -
Method Summary
Modifier and TypeMethodDescriptionorg.fife.ui.autocomplete.FunctionCompletionint
-
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()
-