Class PreProcessingScripts


  • public class PreProcessingScripts
    extends java.lang.Object
    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 Detail

      • preProcessingCompletions

        private java.util.Set<org.fife.ui.autocomplete.Completion> preProcessingCompletions
    • Method Detail

      • reset

        public void reset()
      • getCompletions

        public java.util.Set<org.fife.ui.autocomplete.Completion> getCompletions()