Uses of Class
org.fife.rsta.ac.js.ast.TypeDeclarationOptions
-
Packages that use TypeDeclarationOptions Package Description org.fife.rsta.ac.js JavaScript code completion classes.org.fife.rsta.ac.js.ast org.fife.rsta.ac.js.ast.parser org.fife.rsta.ac.js.engine -
-
Uses of TypeDeclarationOptions in org.fife.rsta.ac.js
Fields in org.fife.rsta.ac.js declared as TypeDeclarationOptions Modifier and Type Field Description private TypeDeclarationOptionsSourceCompletionProvider. typeDeclarationOptionsMethods in org.fife.rsta.ac.js with parameters of type TypeDeclarationOptions Modifier and Type Method Description protected CodeBlockSourceCompletionProvider. iterateAstRoot(org.mozilla.javascript.ast.AstRoot root, java.util.Set<org.fife.ui.autocomplete.Completion> set, java.lang.String entered, int dot, TypeDeclarationOptions options)Iterates through AstRoot to extract all code blocks, functions, variables etc...voidPreProcessingScripts. parseScript(java.lang.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 TypeDeclarationOptions Modifier and Type Field Description private TypeDeclarationOptionsJavaScriptDeclaration. optionsMethods in org.fife.rsta.ac.js.ast that return TypeDeclarationOptions Modifier and Type Method Description TypeDeclarationOptionsJavaScriptDeclaration. getTypeDeclarationOptions()Methods in org.fife.rsta.ac.js.ast with parameters of type TypeDeclarationOptions Modifier and Type Method Description voidJavaScriptDeclaration. 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 TypeDeclarationOptions Modifier and Type Field Description protected TypeDeclarationOptionsJavaScriptParser. optionsConstructors in org.fife.rsta.ac.js.ast.parser with parameters of type TypeDeclarationOptions Constructor Description JavaScriptAstParser(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 TypeDeclarationOptions Modifier and Type Method Description JavaScriptParserECMAJavaScriptEngine. getParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options)abstract JavaScriptParserJavaScriptEngine. getParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options)JavaScriptParserJSR223JavaScriptEngine. getParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options)JavaScriptParserRhinoJavaScriptEngine. getParser(SourceCompletionProvider provider, int dot, TypeDeclarationOptions options)
-