|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JMethodLookup
A JMethodLookup object processes the research of a method in a hierarchy of classes.
| Method Summary | |
|---|---|
JClassMethod |
lookup(JClass clazz,
java.lang.String name,
java.lang.String desc)
Looks up the specified method or constructor from the specified class. |
JMethod |
superclassLookup(JClass clazz,
java.lang.String name,
java.lang.String desc)
Looks up the specified method from the super class of the specified class. |
JMethod |
superInterfacesLookup(JClass clazz,
java.lang.String name,
java.lang.String desc)
Looks up the specified method from the super interfaces of the specified class. |
| Methods inherited from interface fr.umlv.corosol.component.JVMComponent |
|---|
configure, getComponentClass, replace |
| Method Detail |
|---|
JClassMethod lookup(JClass clazz,
java.lang.String name,
java.lang.String desc)
clazz - the class from which the research startsname - the name of the method to be looked updesc - the descriptor method to be looked up
JMethod superclassLookup(JClass clazz,
java.lang.String name,
java.lang.String desc)
clazz - the class from which the research startsname - the name of the method to be looked updesc - the descriptor method to be looked up
JMethod superInterfacesLookup(JClass clazz,
java.lang.String name,
java.lang.String desc)
clazz - the class from which the research startsname - the name of the method to be looked updesc - the descriptor method to be looked up
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||