public class Cflow extends ThreadLocal
$cflow.
 This support class is required at runtime
 only if $cflow is used.CtBehavior.useCflow(String)| Constructor and Description | 
|---|
| Cflow() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | enter()Increments the counter. | 
| void | exit()Decrements the counter. | 
| protected Object | initialValue() | 
| int | value()Returns the value of the counter. | 
get, remove, set, withInitialprotected Object initialValue()
initialValue in class ThreadLocalpublic void enter()
public void exit()
public int value()
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.