com.ibm.wala.j2ee.client.impl
Class FieldImpl

java.lang.Object
  extended by com.ibm.wala.j2ee.client.impl.MemberImpl
      extended by com.ibm.wala.j2ee.client.impl.FieldImpl
All Implemented Interfaces:
IField

public class FieldImpl
extends MemberImpl
implements IField

Object to track a field in analysis results


Constructor Summary
FieldImpl(FieldReference f)
           
 
Method Summary
 boolean equals(java.lang.Object arg0)
           
 java.lang.String toString()
           
 
Methods inherited from class com.ibm.wala.j2ee.client.impl.MemberImpl
getClassLoaderName, getDeclaringClass, getName, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.wala.j2ee.client.IField
getClassLoaderName, getDeclaringClass, getName
 

Constructor Detail

FieldImpl

public FieldImpl(FieldReference f)
Parameters:
f - data structure representing a field
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object arg0)
Specified by:
equals in class MemberImpl