public class MethodUnprofitableException extends CFGBuilderException
| Constructor and Description |
|---|
MethodUnprofitableException(JavaClassAndMethod method)
Constructor.
|
MethodUnprofitableException(org.apache.bcel.classfile.JavaClass jClass,
org.apache.bcel.classfile.Method method)
Constructor.
|
MethodUnprofitableException(MethodDescriptor methodDescriptor)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XMethod |
getMethod() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodUnprofitableException(JavaClassAndMethod method)
method - the method that is unprofitable to analyzepublic MethodUnprofitableException(org.apache.bcel.classfile.JavaClass jClass,
org.apache.bcel.classfile.Method method)
jClass - the class containing the method that is unprofitable to
analyzemethod - the method that is unprofitable to analyzepublic MethodUnprofitableException(MethodDescriptor methodDescriptor)
methodDescriptor - the MethodDescriptor indicating the method it is unprofitable
to analyzepublic XMethod getMethod()
Copyright © 2003–2015. All rights reserved.