Uses of Class
jef.dna.annotations.RefersToField

Packages that use RefersToField
jef.dna.instructions.impl   
 

Uses of RefersToField in jef.dna.instructions.impl
 

Classes in jef.dna.instructions.impl with annotations of type RefersToField
 class GetField
          This class maps the GETFIELD bytecode instruction which fetches field from object.
 class GetStatic
          This class maps the GETSTATIC bytecode instruction which gets static field from class.
 class PutField
          This class maps the PUTFIELD bytecode instruction which set field in object.
 class PutStatic
          This class maps the PUTSTATIC bytecode instruction which set static field in class.