Interface PostScriptOperation


public interface PostScriptOperation

PostScriptOperation interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    eval(Deque<Object> environment)
    evaluate the function, popping the stack as needed and pushing results.
  • Method Details

    • eval

      void eval(Deque<Object> environment)
      evaluate the function, popping the stack as needed and pushing results.
      Parameters:
      environment - a Deque object.