|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mebigfatguy.fbcontrib.utils.XClassUtils
public class XClassUtils
Utility class for XClass and XMethod classes.
| Constructor Summary | |
|---|---|
XClassUtils()
|
|
| Method Summary | |
|---|---|
edu.umd.cs.findbugs.ba.XClass |
getXClass(edu.umd.cs.findbugs.classfile.ClassDescriptor classDesc)
Returns an XClass object for the given
ClassDescriptor object. |
edu.umd.cs.findbugs.ba.XClass |
getXClass(java.lang.String slashedClassName)
Returns an XClass object for the given slashed class name. |
edu.umd.cs.findbugs.ba.XMethod |
getXMethod(java.lang.String slashedClassName,
java.lang.String methodName,
java.lang.String methodSig)
Looks for the method up the class hierarchy. |
edu.umd.cs.findbugs.ba.XMethod |
getXMethod(edu.umd.cs.findbugs.ba.XClass xClass,
java.lang.String methodName,
java.lang.String methodSig)
Looks for the method up the class hierarchy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XClassUtils()
| Method Detail |
|---|
public edu.umd.cs.findbugs.ba.XClass getXClass(edu.umd.cs.findbugs.classfile.ClassDescriptor classDesc)
throws java.lang.AssertionError
XClass object for the given
ClassDescriptor object.
classDesc - the class descriptor for which to find the XClass object
java.lang.AssertionErrorpublic edu.umd.cs.findbugs.ba.XClass getXClass(java.lang.String slashedClassName)
XClass object for the given slashed class name.
slashedClassName - the class name for which to find the XClass object
java.lang.AssertionError
public edu.umd.cs.findbugs.ba.XMethod getXMethod(edu.umd.cs.findbugs.ba.XClass xClass,
java.lang.String methodName,
java.lang.String methodSig)
xClass - the class where to look for the methodmethodName - the name of the method to look formethodSig - the signature of the method to look for
public edu.umd.cs.findbugs.ba.XMethod getXMethod(java.lang.String slashedClassName,
java.lang.String methodName,
java.lang.String methodSig)
slashedClassName - the class slashed name where to look for the methodmethodName - the name of the method to look formethodSig - the signature of the method to look for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||