jasco.tools.aspectparser
Class ContextPropertySetter

java.lang.Object
  extended by jasco.tools.aspectparser.ContextPropertySetter

public class ContextPropertySetter
extends java.lang.Object


Constructor Summary
ContextPropertySetter(ClassFileEditor editor)
           
 
Method Summary
 HookContextProperty computeContextProperty(javassist.CtClass clz, HookContextProperty prop)
           
 ClassFileEditor getEditor()
           
protected  void makeEverythingPublic(javassist.CtClass clazz)
           
 void setProperty(HookContextProperty original)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextPropertySetter

public ContextPropertySetter(ClassFileEditor editor)
Method Detail

getEditor

public ClassFileEditor getEditor()

setProperty

public void setProperty(HookContextProperty original)
                 throws java.lang.Exception
Throws:
java.lang.Exception

makeEverythingPublic

protected void makeEverythingPublic(javassist.CtClass clazz)
                             throws java.lang.Exception
Throws:
java.lang.Exception

computeContextProperty

public HookContextProperty computeContextProperty(javassist.CtClass clz,
                                                  HookContextProperty prop)
                                           throws java.lang.Exception
Throws:
java.lang.Exception