abc.weaving.weaver
Class WeavingState

java.lang.Object
  extended by abc.weaving.weaver.WeavingState

public class WeavingState
extends java.lang.Object

State used during weaving that needs to be reset for reweaving.

Author:
Ondrej Lhotak

Constructor Summary
WeavingState()
           
 
Method Summary
 Local get_JoinPointInfo_thisJoinPoint(JoinPointInfo key)
           
static void reset()
           
 void set_JoinPointInfo_thisJoinPoint(JoinPointInfo key, Local value)
           
static WeavingState v()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeavingState

public WeavingState()
Method Detail

v

public static WeavingState v()

reset

public static void reset()

get_JoinPointInfo_thisJoinPoint

public Local get_JoinPointInfo_thisJoinPoint(JoinPointInfo key)

set_JoinPointInfo_thisJoinPoint

public void set_JoinPointInfo_thisJoinPoint(JoinPointInfo key,
                                            Local value)