public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.bcel.classfile.JavaClass |
getOuterClass(org.apache.bcel.classfile.JavaClass obj)
Determine the outer class of obj.
|
static int |
getSizeOfSurroundingTryBlock(org.apache.bcel.classfile.ConstantPool constantPool,
org.apache.bcel.classfile.Code code,
String vmNameOfExceptionClass,
int pc) |
static int |
getSizeOfSurroundingTryBlock(org.apache.bcel.classfile.Method method,
Class<? extends Throwable> exceptionClass,
int pc) |
static int |
getSizeOfSurroundingTryBlock(org.apache.bcel.classfile.Method method,
String vmNameOfExceptionClass,
int pc) |
static org.apache.bcel.classfile.CodeException |
getSurroundingTryBlock(org.apache.bcel.classfile.ConstantPool constantPool,
org.apache.bcel.classfile.Code code,
String vmNameOfExceptionClass,
int pc) |
@CheckForNull public static org.apache.bcel.classfile.JavaClass getOuterClass(org.apache.bcel.classfile.JavaClass obj) throws ClassNotFoundException
obj - ClassNotFoundExceptionpublic static int getSizeOfSurroundingTryBlock(@CheckForNull org.apache.bcel.classfile.Method method, Class<? extends Throwable> exceptionClass, int pc)
public static int getSizeOfSurroundingTryBlock(@CheckForNull org.apache.bcel.classfile.Method method, @CheckForNull String vmNameOfExceptionClass, int pc)
@CheckForNull public static org.apache.bcel.classfile.CodeException getSurroundingTryBlock(org.apache.bcel.classfile.ConstantPool constantPool, org.apache.bcel.classfile.Code code, @CheckForNull String vmNameOfExceptionClass, int pc)
public static int getSizeOfSurroundingTryBlock(org.apache.bcel.classfile.ConstantPool constantPool,
org.apache.bcel.classfile.Code code,
@CheckForNull@SlashedClassName
String vmNameOfExceptionClass,
int pc)
Copyright © 2003–2015. All rights reserved.