Package javassist.runtime
Class Cflow
- java.lang.Object
-
- java.lang.ThreadLocal
-
- javassist.runtime.Cflow
-
public class Cflow extends java.lang.ThreadLocalA support class for implementing$cflow. This support class is required at runtime only if$cflowis used.- See Also:
CtBehavior.useCflow(String)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classCflow.Depth
-
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.protected java.lang.ObjectinitialValue()intvalue()Returns the value of the counter.
-