Uses of Class
org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
-
Packages that use JavaScriptFunctionType Package Description org.fife.rsta.ac.js.ast.jsType -
-
Uses of JavaScriptFunctionType in org.fife.rsta.ac.js.ast.jsType
Methods in org.fife.rsta.ac.js.ast.jsType that return JavaScriptFunctionType Modifier and Type Method Description static JavaScriptFunctionTypeJavaScriptFunctionType. parseFunction(java.lang.String function, SourceCompletionProvider provider)Convenience method to parse function string and converts to JavaScriptFunctionTypeMethods in org.fife.rsta.ac.js.ast.jsType with parameters of type JavaScriptFunctionType Modifier and Type Method Description intJavaScriptFunctionType. compare(JavaScriptFunctionType compareType, SourceCompletionProvider provider, boolean isJavaScriptType)Compare this JavaScriptFunctionType with another and return a weight integer based on the parameters matching or whether the parameters are compatible.
-