public static class InstrumentationClassFinder.PseudoClass
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
InstrumentationClassFinder.PseudoMethod |
findMethod(java.lang.String name,
java.lang.String descriptor) |
InstrumentationClassFinder.PseudoMethod |
findMethodInHierarchy(java.lang.String name,
java.lang.String descriptor) |
java.util.List<InstrumentationClassFinder.PseudoMethod> |
findMethods(java.lang.String name) |
java.lang.String |
getDescriptor() |
InstrumentationClassFinder |
getFinder() |
InstrumentationClassFinder.PseudoClass[] |
getInterfaces() |
java.util.List<InstrumentationClassFinder.PseudoMethod> |
getMethods() |
int |
getModifiers() |
java.lang.String |
getName() |
InstrumentationClassFinder.PseudoClass |
getSuperClass() |
boolean |
hasDefaultPublicConstructor() |
boolean |
isAssignableFrom(InstrumentationClassFinder.PseudoClass x) |
boolean |
isInterface() |
public int getModifiers()
public boolean isInterface()
public java.lang.String getName()
public java.util.List<InstrumentationClassFinder.PseudoMethod> getMethods()
public java.util.List<InstrumentationClassFinder.PseudoMethod> findMethods(java.lang.String name)
public InstrumentationClassFinder.PseudoMethod findMethod(java.lang.String name, java.lang.String descriptor)
public InstrumentationClassFinder.PseudoMethod findMethodInHierarchy(java.lang.String name, java.lang.String descriptor) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public InstrumentationClassFinder getFinder()
public InstrumentationClassFinder.PseudoClass getSuperClass() throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public InstrumentationClassFinder.PseudoClass[] getInterfaces() throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean isAssignableFrom(InstrumentationClassFinder.PseudoClass x) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public boolean hasDefaultPublicConstructor()
public java.lang.String getDescriptor()