Package | Description |
---|---|
javassist.tools |
Covenient tools.
|
Modifier and Type | Field and Description |
---|---|
static java.util.HashMap<java.lang.String,Callback> |
Callback.callbacks |
Modifier and Type | Method and Description |
---|---|
static void |
Callback.insertAfter(CtBehavior behavior,
Callback callback)
Utility method to inserts callback at the end of the body.
|
static void |
Callback.insertAfter(CtBehavior behavior,
Callback callback,
boolean asFinally)
Utility method to inserts callback at the end of the body.
|
static int |
Callback.insertAt(CtBehavior behavior,
Callback callback,
int lineNum)
Utility method to inserts callback at the specified line in the body.
|
static void |
Callback.insertBefore(CtBehavior behavior,
Callback callback)
Utility method to insert callback at the beginning of the body.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.