Class JSR223Type
java.lang.Object
org.fife.rsta.ac.js.ast.jsType.JavaScriptType
org.fife.rsta.ac.js.ast.jsType.JSR223Type
-
Field Summary
Fields inherited from class JavaScriptType
classType, constructors, methodFieldCompletions, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JSCompletion_getCompletion(String completionLookup, SourceCompletionProvider provider) private JSCompletion[]getPotentialLookupList(String name) private voidgetPotentialLookupList(String name, HashSet<JSCompletion> completionMatches, JavaScriptType type)
-
Constructor Details
-
JSR223Type
-
-
Method Details
-
_getCompletion
- Overrides:
_getCompletionin classJavaScriptType- Parameters:
completionLookup-- Returns:
- JSCompletion using lookup name
- See Also:
-
getPotentialLookupList
-
getPotentialLookupList
private void getPotentialLookupList(String name, HashSet<JSCompletion> completionMatches, JavaScriptType type)
-