public class BaseMethodExclusion extends Object implements MethodExclusion
| Constructor and Description |
|---|
BaseMethodExclusion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exclude(javassist.bytecode.ClassFile clazz,
javassist.bytecode.MethodInfo mi) |
static boolean |
isBridge(javassist.bytecode.MethodInfo methodInfo) |
static boolean |
isPublic(javassist.bytecode.MethodInfo methodInfo) |
public static boolean isPublic(javassist.bytecode.MethodInfo methodInfo)
public static boolean isBridge(javassist.bytecode.MethodInfo methodInfo)
public boolean exclude(javassist.bytecode.ClassFile clazz,
javassist.bytecode.MethodInfo mi)
exclude in interface MethodExclusionCopyright © 2015 JBoss, a division of Red Hat, Inc. All rights reserved.