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