Uses of Class
org.fife.rsta.ac.js.ast.TypeDeclarationOptions
Packages that use TypeDeclarationOptions
Package
Description
JavaScript code completion classes.
-
Uses of TypeDeclarationOptions in org.fife.rsta.ac.js
Fields in org.fife.rsta.ac.js declared as TypeDeclarationOptionsModifier and TypeFieldDescriptionprivate TypeDeclarationOptionsSourceCompletionProvider.typeDeclarationOptionsMethods in org.fife.rsta.ac.js with parameters of type TypeDeclarationOptionsModifier and TypeMethodDescriptionprotected CodeBlockSourceCompletionProvider.iterateAstRoot(org.mozilla.javascript.ast.AstRoot root, Set<org.fife.ui.autocomplete.Completion> set, String entered, int dot, TypeDeclarationOptions options) Iterates through AstRoot to extract all code blocks, functions, variables etc...voidPreProcessingScripts.parseScript(String scriptText, TypeDeclarationOptions options) voidSourceCompletionProvider.setTypeDeclationOptions(TypeDeclarationOptions typeDeclarationOptions) Set type declaration options for parser -
Uses of TypeDeclarationOptions in org.fife.rsta.ac.js.ast
Fields in org.fife.rsta.ac.js.ast declared as TypeDeclarationOptionsMethods in org.fife.rsta.ac.js.ast that return TypeDeclarationOptionsMethods in org.fife.rsta.ac.js.ast with parameters of type TypeDeclarationOptionsModifier and TypeMethodDescriptionvoidJavaScriptDeclaration.setTypeDeclarationOptions(TypeDeclarationOptions options) Set the JavaScript options associated with this declaration These are used to defined whether options are available to -
Uses of TypeDeclarationOptions in org.fife.rsta.ac.js.ast.parser
Fields in org.fife.rsta.ac.js.ast.parser declared as TypeDeclarationOptionsConstructors in org.fife.rsta.ac.js.ast.parser with parameters of type TypeDeclarationOptionsModifierConstructorDescriptionJavaScriptAstParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options) JavaScriptParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options) JavaScriptParser constructorRhinoJavaScriptAstParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options) -
Uses of TypeDeclarationOptions in org.fife.rsta.ac.js.engine
Methods in org.fife.rsta.ac.js.engine with parameters of type TypeDeclarationOptionsModifier and TypeMethodDescriptionECMAJavaScriptEngine.getParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options) abstract JavaScriptParserJavaScriptEngine.getParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options) JSR223JavaScriptEngine.getParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options) RhinoJavaScriptEngine.getParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options)