Package org.fife.rsta.ac.js.ast.jsType
Class JSR223Type
- java.lang.Object
-
- org.fife.rsta.ac.js.ast.jsType.JavaScriptType
-
- org.fife.rsta.ac.js.ast.jsType.JSR223Type
-
public class JSR223Type extends JavaScriptType
-
-
Field Summary
-
Fields inherited from class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
classType, constructors, methodFieldCompletions, type
-
-
Constructor Summary
Constructors Constructor Description JSR223Type(TypeDeclaration type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JSCompletion_getCompletion(java.lang.String completionLookup, SourceCompletionProvider provider)private JSCompletion[]getPotentialLookupList(java.lang.String name)private voidgetPotentialLookupList(java.lang.String name, java.util.HashSet<JSCompletion> completionMatches, JavaScriptType type)-
Methods inherited from class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
addCompletion, addConstructor, addExtension, equals, getClassTypeCompletion, getCompletion, getConstructorCompletions, getExtendedClasses, getMethodFieldCompletions, getType, hashCode, removeCompletion, removeConstructor, setClassTypeCompletion
-
-
-
-
Constructor Detail
-
JSR223Type
public JSR223Type(TypeDeclaration type)
-
-
Method Detail
-
_getCompletion
protected JSCompletion _getCompletion(java.lang.String completionLookup, SourceCompletionProvider provider)
- Overrides:
_getCompletionin classJavaScriptType- Parameters:
completionLookup-- Returns:
- JSCompletion using lookup name
- See Also:
JSCompletion
-
getPotentialLookupList
private JSCompletion[] getPotentialLookupList(java.lang.String name)
-
getPotentialLookupList
private void getPotentialLookupList(java.lang.String name, java.util.HashSet<JSCompletion> completionMatches, JavaScriptType type)
-
-