Package | Description |
---|---|
javassist.tools |
Covenient tools.
|
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.
|
Copyright © 2016 Shigeru Chiba, www.javassist.org. All rights reserved.