Package kawa.standard

Class TracedProcedure

  • All Implemented Interfaces:
    Named

    public class TracedProcedure
    extends ProcedureN
    A TracedProcedure is a Procedure wrapper that writes trace output.
    • Constructor Detail

      • TracedProcedure

        public TracedProcedure​(Procedure proc,
                               boolean enable)
    • Method Detail

      • applyN

        public java.lang.Object applyN​(java.lang.Object[] args)
                                throws java.lang.Throwable
        Overrides:
        applyN in class Procedure
        Throws:
        java.lang.Throwable
      • print

        public void print​(java.io.PrintWriter ps)