Package editor

Class EditorHost.ParseTask

java.lang.Object
editor.EditorHost.ParseTask
All Implemented Interfaces:
Runnable
Enclosing class:
EditorHost

class EditorHost.ParseTask extends Object implements Runnable
  • Field Details

    • _strSource

      private String _strSource
    • _forceCodeCompletion

      private boolean _forceCodeCompletion
    • _changed

      private boolean _changed
  • Constructor Details

    • ParseTask

      public ParseTask(String strSource, boolean forceCodeCompletion, boolean changed)
  • Method Details

    • getEditor

      public EditorHost getEditor()
    • run

      public void run()
      Specified by:
      run in interface Runnable