ix.util.reflect
Interface FieldVisitor


public interface FieldVisitor

An object called to visit a field when examining class and field descriptions.

See Also:
ClassDescr.visitFields(FieldVisitor)

Method Summary
 void visitField(ClassDescr cd, FieldDescr fd)
          Visit the specified field in the specified class
 

Method Detail

visitField

void visitField(ClassDescr cd,
                FieldDescr fd)
Visit the specified field in the specified class

Parameters:
cd - the class that contains the field
fd - the field