Class Cflow


  • public class Cflow
    extends ThreadLocal<javassist.runtime.Cflow.Depth>
    A support class for implementing $cflow. This support class is required at runtime only if $cflow is used.
    See Also:
    CtBehavior.useCflow(String)
    • Constructor Detail

      • Cflow

        public Cflow()
    • Method Detail

      • enter

        public void enter()
        Increments the counter.
      • exit

        public void exit()
        Decrements the counter.
      • value

        public int value()
        Returns the value of the counter.