Uses of Class
org.hotswap.agent.javassist.bytecode.FieldInfo
-
Packages that use FieldInfo Package Description org.hotswap.agent.javassist The Javassist Core API.org.hotswap.agent.javassist.bytecode Bytecode-level API.org.hotswap.agent.javassist.compiler -
-
Uses of FieldInfo in org.hotswap.agent.javassist
Fields in org.hotswap.agent.javassist declared as FieldInfo Modifier and Type Field Description protected FieldInfoCtField. fieldInfoMethods in org.hotswap.agent.javassist that return FieldInfo Modifier and Type Method Description FieldInfoCtField. getFieldInfo()Returns the FieldInfo representing the field in the class file.FieldInfoCtField. getFieldInfo2()Returns the FieldInfo representing the field in the class file (read only). -
Uses of FieldInfo in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.javassist.bytecode that return types with arguments of type FieldInfo Modifier and Type Method Description List<FieldInfo>ClassFile. getFields()Returns all the fields declared in the class.Methods in org.hotswap.agent.javassist.bytecode with parameters of type FieldInfo Modifier and Type Method Description voidClassFile. addField(FieldInfo finfo)Appends a field to the class.voidClassFile. addField2(FieldInfo finfo)Just appends a field to the class. -
Uses of FieldInfo in org.hotswap.agent.javassist.compiler
Methods in org.hotswap.agent.javassist.compiler with parameters of type FieldInfo Modifier and Type Method Description MethodInfoAccessorMaker. getFieldGetter(FieldInfo finfo, boolean is_static)Returns the method_info representing the added getter.MethodInfoAccessorMaker. getFieldSetter(FieldInfo finfo, boolean is_static)Returns the method_info representing the added setter.
-