|
|||||||||
| 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.DefaultJFieldLookup
public class DefaultJFieldLookup
The default implementation of the JFieldLookup interface.
| Constructor Summary | |
|---|---|
DefaultJFieldLookup()
The default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getComponentClass()
Returns the class object describing this component. |
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. |
java.lang.String |
toString()
Returns a string representation of this field 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 DefaultJFieldLookup()
| Method Detail |
|---|
public JField lookup(JClass clazz,
java.lang.String name)
lookup in interface JFieldLookupclazz - the class from which the research startsname - the name of the field to be looked up
public JField superclassLookup(JClass clazz,
java.lang.String name)
superclassLookup in interface JFieldLookupclazz - the class from which the research startsname - the name of the field to be looked up
public JField superInterfacesLookup(JClass clazz,
java.lang.String name)
superInterfacesLookup in interface JFieldLookupclazz - the class from which the research startsname - the name of the field 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 | ||||||||