| Modifier and Type | Method and Description |
|---|---|
JavassistMethod |
JavassistReflectionFactory.createMethod(JavassistMethodInfo info)
Creates a javassist method.
|
| Modifier and Type | Method and Description |
|---|---|
static JavassistMethod |
JavassistMemberFactory.createJavassistMethod(Class<?> superClass,
JavassistMethodInfo method,
boolean debug)
Creates a new JavassistMethod implementation for a given method
|
| Modifier and Type | Method and Description |
|---|---|
static JavassistMethod |
DefaultMemberFactory.createJavassistMethod(JavassistMethodInfo methodInfo)
Creates a new
JavassistMethod implementation for a given method |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsJavassistMethod |
| Constructor and Description |
|---|
MetricsJavassistMethod(JavassistMethod delegate,
String sig) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.