Uses of Class
classUtils.javassist.bytecode.FieldInfo

Packages that use FieldInfo
classUtils.javassist   
classUtils.javassist.bytecode Bytecode-level API. 
 

Uses of FieldInfo in classUtils.javassist
 

Methods in classUtils.javassist that return FieldInfo
 FieldInfo CtField.getFieldInfo()
          Returns the FieldInfo representing the field in the class file.
 FieldInfo CtField.getFieldInfo2()
          Undocumented method.
 

Uses of FieldInfo in classUtils.javassist.bytecode
 

Methods in classUtils.javassist.bytecode with parameters of type FieldInfo
 void JAClassFile.addField(FieldInfo finfo)
          Appends a field to the class.