public class Cflow
extends java.lang.ThreadLocal
$cflow
.
This support class is required at runtime
only if $cflow
is used.CtBehavior.useCflow(String)
Modifier and Type | Class and Description |
---|---|
private static class |
Cflow.Depth |
Constructor and Description |
---|
Cflow() |
Modifier and Type | Method and Description |
---|---|
void |
enter()
Increments the counter.
|
void |
exit()
Decrements the counter.
|
protected java.lang.Object |
initialValue() |
int |
value()
Returns the value of the counter.
|