Package javassist.runtime
Class Cflow
- java.lang.Object
-
- java.lang.ThreadLocal<javassist.runtime.Cflow.Depth>
-
- javassist.runtime.Cflow
-
public class Cflow extends java.lang.ThreadLocal<javassist.runtime.Cflow.Depth>A support class for implementing$cflow. This support class is required at runtime only if$cflowis used.- See Also:
CtBehavior.useCflow(String)
-
-
Constructor Summary
Constructors Constructor Description Cflow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenter()Increments the counter.voidexit()Decrements the counter.intvalue()Returns the value of the counter.
-