abc.weaving.weaver
Class SingleValueWeavingContext

java.lang.Object
  extended by abc.weaving.weaver.WeavingContext
      extended by abc.weaving.weaver.SingleValueWeavingContext

public class SingleValueWeavingContext
extends WeavingContext

Somewhere to put a single value in the weaving context (used for 'perthis' and pertarget' setup)

Author:
Ganesh Sittampalam

Field Summary
 Value value
           
 
Constructor Summary
SingleValueWeavingContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public Value value
Constructor Detail

SingleValueWeavingContext

public SingleValueWeavingContext()