| Package | Description |
|---|---|
| com.github.randomcodeorg.ppplugin.ppdefaults | |
| com.github.randomcodeorg.ppplugin.ppdefaults.logging |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractClassModificationProcessor.processClass(ByteCodeHelper helper,
javassist.CtClass ctClass,
java.lang.Class<?> clazz)
Processes the given class.
|
| Modifier and Type | Method and Description |
|---|---|
protected javassist.CtField |
AbstractLoggingProcessor.injectLogger(ByteCodeHelper helper,
javassist.CtClass ctClass)
Creates the field that holds the logger for the given class.
|
protected void |
InsertMethodCallLogProcessor.processClass(ByteCodeHelper helper,
javassist.CtClass ctClass,
java.lang.Class<?> clazz) |
protected void |
InsertCaughtExceptionLogProcessor.processClass(ByteCodeHelper helper,
javassist.CtClass ctClass,
java.lang.Class<?> runtimeClass) |
protected void |
InsertMethodCallLogProcessor.processMethod(ByteCodeHelper helper,
javassist.CtClass ctClass,
java.lang.Class<?> clazz,
javassist.CtMethod m,
java.lang.reflect.Method runtimeMethod,
LogThis annotation) |
Copyright © 2015. All Rights Reserved.