Uses of Class
org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
Packages that use JavaScriptFunctionType
-
Uses of JavaScriptFunctionType in org.fife.rsta.ac.js.ast.jsType
Methods in org.fife.rsta.ac.js.ast.jsType that return JavaScriptFunctionTypeModifier and TypeMethodDescriptionstatic JavaScriptFunctionTypeJavaScriptFunctionType.parseFunction(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 JavaScriptFunctionTypeModifier and TypeMethodDescriptionintJavaScriptFunctionType.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.