com.ibm.wala.j2ee.client
Interface IField

All Known Implementing Classes:
FieldImpl

public interface IField

Interface to information about a field.


Method Summary
 java.lang.String getClassLoaderName()
          This method returns something like "Primordial" or "Application"
 IClass getDeclaringClass()
          This method returns something of the form com.foo.bar
 java.lang.String getName()
          This method returns something like createLargeOrder
 

Method Detail

getDeclaringClass

IClass getDeclaringClass()
This method returns something of the form com.foo.bar

Returns:
String representation of the declaring class

getClassLoaderName

java.lang.String getClassLoaderName()
This method returns something like "Primordial" or "Application"

Returns:
String representation of the name of the classloader

getName

java.lang.String getName()
This method returns something like createLargeOrder

Returns:
String representation of the name of the method