Package javassist.runtime
Class Cflow
- java.lang.Object
-
- java.lang.ThreadLocal
-
- javassist.runtime.Cflow
-
public class Cflow extends java.lang.ThreadLocal
A support class for implementing$cflow
. This support class is required at runtime only if$cflow
is used.- See Also:
CtBehavior.useCflow(String)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
Cflow.Depth
-
Constructor Summary
Constructors Constructor Description Cflow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enter()
Increments the counter.void
exit()
Decrements the counter.protected java.lang.Object
initialValue()
int
value()
Returns the value of the counter.
-