|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ThreadLocal
javassist.runtime.Cflow
public class Cflow
A support class for implementing $cflow.
This support class is required at runtime
only if $cflow is used.
CtBehavior.useCflow(String)| Constructor Summary | |
|---|---|
Cflow()
|
|
| Method Summary | |
|---|---|
void |
enter()
Increments the counter. |
void |
exit()
Decrements the counter. |
protected java.lang.Object |
initialValue()
|
int |
value()
Returns the value of the counter. |
| Methods inherited from class java.lang.ThreadLocal |
|---|
get, remove, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cflow()
| Method Detail |
|---|
protected java.lang.Object initialValue()
initialValue in class java.lang.ThreadLocalpublic void enter()
public void exit()
public int value()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||