Package editor

Class EditorHost.ParseTask

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    EditorHost

    class EditorHost.ParseTask
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseTask​(java.lang.String strSource, boolean forceCodeCompletion, boolean changed)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EditorHost getEditor()  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _strSource

        private java.lang.String _strSource
      • _forceCodeCompletion

        private boolean _forceCodeCompletion
      • _changed

        private boolean _changed
    • Constructor Detail

      • ParseTask

        public ParseTask​(java.lang.String strSource,
                         boolean forceCodeCompletion,
                         boolean changed)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable