public class XClassUtils
extends java.lang.Object
Constructor and Description |
---|
XClassUtils() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 objectjava.lang.AssertionError
public 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 objectjava.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 forpublic 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 forCopyright © 2005-2011 MeBigFatGuy.com. All Rights Reserved.