Uses of Class
javassist.bytecode.FieldInfo

Packages that use FieldInfo
javassist The Javassist Core API. 
javassist.bytecode Bytecode-level API. 
 

Uses of FieldInfo in javassist
 

Methods in javassist that return FieldInfo
 FieldInfo CtField.getFieldInfo()
          Returns the FieldInfo representing the field in the class file.
 FieldInfo CtField.getFieldInfo2()
          Returns the FieldInfo representing the field in the class file (read only).
 

Uses of FieldInfo in javassist.bytecode
 

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



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.