jasco.tools.aspectparser
Class ContextPropertySetter

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

public class ContextPropertySetter
extends java.lang.Object


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

Method Detail

setProperty

public void setProperty(java.lang.String classname,
                        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