public class MethodUnprofitableException extends CFGBuilderException
Constructor | Description |
---|---|
MethodUnprofitableException(JavaClassAndMethod method) |
Constructor.
|
MethodUnprofitableException(MethodDescriptor methodDescriptor) |
Constructor.
|
MethodUnprofitableException(org.apache.bcel.classfile.JavaClass jClass,
org.apache.bcel.classfile.Method method) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
XMethod |
getMethod() |
public 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()
SpotBugs is licensed under the LGPL.