Class Post

All Implemented Interfaces:
Iterable<String>, Iterator<String>, Fiber.Worker

class Post extends Generator<String>
  • Field Details

  • Constructor Details

    • Post

      Post(Tree t)
  • Method Details

    • execute

      public void execute() throws Pausable
      Description copied from class: Continuation
      the top level entrypoint for the continuation override this method cannot be called directly - use run() instead use Fiber.yield() to yield control cooperatively and return execution to the caller of run()
      Specified by:
      execute in interface Fiber.Worker
      Overrides:
      execute in class Continuation
      Throws:
      Pausable
    • walk

      void walk(Tree t) throws Pausable
      Throws:
      Pausable