Package org.fife.rsta.ac.js
Class PreProcessingScripts
java.lang.Object
org.fife.rsta.ac.js.PreProcessingScripts
Scripts to be processed before parsing main script text. Useful for includes within JavaScript client.
Caches the completions so they don't have to be parsed every single time the main script text is parsed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Set<org.fife.ui.autocomplete.Completion> private SourceCompletionProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.fife.ui.autocomplete.Completion> voidparseScript(String scriptText, TypeDeclarationOptions options) voidreset()
-
Field Details
-
provider
-
preProcessingCompletions
-
-
Constructor Details
-
PreProcessingScripts
-
-
Method Details
-
parseScript
-
reset
public void reset() -
getCompletions
-