Interface PostScriptOperation


public interface PostScriptOperation
  • Method Summary

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

    • eval

      void eval(Stack<Object> environment)
      evaluate the function, popping the stack as needed and pushing results.