Uses of Interface
jef.disconnection.DisconnectedField

Packages that use DisconnectedField
jef.disconnection   
jef.disconnection.impl   
 

Uses of DisconnectedField in jef.disconnection
 

Subinterfaces of DisconnectedField in jef.disconnection
 interface DisconnectedMethod
          This interface represents the set of information needed to fully describe a Java class' method.
 

Methods in jef.disconnection with parameters of type DisconnectedField
 void FieldDisconnector.extract(FieldInfoStructure fieldInfo, DisconnectedField disconnectedField, DeepCopier deepCopier)
          This method copies into the disconnectField instance provided as parameter the fieldInfo object.
 

Uses of DisconnectedField in jef.disconnection.impl
 

Classes in jef.disconnection.impl that implement DisconnectedField
 class DefaultDisconnectedField
          Default implementation of the DisconnectedField interface.
 class DefaultDisconnectedMethod
          Default implementation of the DisconnectedMethod interface.
 

Methods in jef.disconnection.impl with parameters of type DisconnectedField
 void DefaultFieldDisconnector.extract(FieldInfoStructure fieldInfo, DisconnectedField disconnectedField, DeepCopier deepCopier)
          This method copies into the disconnectField instance provided as parameter the fieldInfo object.