jasco.runtime.transform
Class FieldGeneratorForInlineJutta

java.lang.Object
  extended by jasco.runtime.transform.ClassProcessor
      extended by jasco.runtime.transform.MethodProcessor
          extended by jasco.runtime.transform.FieldGenerator
              extended by jasco.runtime.transform.FieldGeneratorForInlineJutta

public class FieldGeneratorForInlineJutta
extends FieldGenerator


Constructor Summary
FieldGeneratorForInlineJutta(ClassProcessor g)
           
 
Method Summary
 void generateCallbackClassField()
           
 java.lang.String generateCallbackObject(javassist.CtMethod method)
           
 
Methods inherited from class jasco.runtime.transform.FieldGenerator
generateClass, generateInitCode, generateJascoMethodType, generateStaticInit, getClassLoader, getMethodString, getMethodString, initClassLoader, processMethod, startProcessing
 
Methods inherited from class jasco.runtime.transform.MethodProcessor
getProcessMethods, setProcessMethods
 
Methods inherited from class jasco.runtime.transform.ClassProcessor
accessField, addField, addNoAspects, debug, getClassPool, getFieldClass, getFieldClassName, getNewMethod, getNewMethodName, getSignatureSourceName, getSourceName, getTargetByteCode, getTargetClass, getUniqueClassID, makeDir, makePrimitiveObject, process, process, setClassPool, setFieldClass, setTargetClass, setUseFieldClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldGeneratorForInlineJutta

public FieldGeneratorForInlineJutta(ClassProcessor g)
Method Detail

generateCallbackClassField

public void generateCallbackClassField()
                                throws java.lang.Exception
Overrides:
generateCallbackClassField in class FieldGenerator
Throws:
java.lang.Exception

generateCallbackObject

public java.lang.String generateCallbackObject(javassist.CtMethod method)
Overrides:
generateCallbackObject in class FieldGenerator