|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.umlv.corosol.component.impl.AbstractJVMComponent
fr.umlv.corosol.component.impl.DefaultJMethodLookup
public class DefaultJMethodLookup
The default implementation of the JMethodLookup interface.
| Constructor Summary | |
|---|---|
DefaultJMethodLookup()
The default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getComponentClass()
Returns the class object describing this component. |
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. |
java.lang.String |
toString()
Returns a string representation of this method lookup. |
| Methods inherited from class fr.umlv.corosol.component.impl.AbstractJVMComponent |
|---|
configure, replace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface fr.umlv.corosol.component.JVMComponent |
|---|
configure, replace |
| Constructor Detail |
|---|
public DefaultJMethodLookup()
| Method Detail |
|---|
public JClassMethod lookup(JClass clazz,
java.lang.String name,
java.lang.String desc)
lookup in interface JMethodLookupclazz - the class from which the research startsname - the name of the method to be looked updesc - the descriptor method to be looked up
public JMethod superclassLookup(JClass clazz,
java.lang.String name,
java.lang.String desc)
superclassLookup in interface JMethodLookupclazz - the class from which the research startsname - the name of the method to be looked updesc - the descriptor method to be looked up
public JMethod superInterfacesLookup(JClass clazz,
java.lang.String name,
java.lang.String desc)
superInterfacesLookup in interface JMethodLookupclazz - the class from which the research startsname - the name of the method to be looked updesc - the descriptor method to be looked up
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Class getComponentClass()
getComponentClass in interface JVMComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||