Documentation of 'org.matheclipse.core.eval.TraceStack' Java class
TraceStack
org.matheclipse.core.eval

Class TraceStack



  • public final class TraceStack
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void add(IExpr expr)
      Add the expression to the internal trace list, if the trace matcher returns true.
      void addIfEmpty(IExpr expr)
      Add the expression to the internal trace list, if the trace matcher returns true and the trace lit is empty.
      IAST getList() 
      void popList() 
      void pushList() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • pushList

        public void pushList()
      • popList

        public void popList()
      • getList

        public IAST getList()
      • add

        public void add(IExpr expr)
        Add the expression to the internal trace list, if the trace matcher returns true.
        Parameters:
        expr - an expression
      • addIfEmpty

        public void addIfEmpty(IExpr expr)
        Add the expression to the internal trace list, if the trace matcher returns true and the trace lit is empty.
        Parameters:
        expr - an expression

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.