Uses of Class
javassist.bytecode.FieldInfo
Packages that use FieldInfo
Package
Description
The Javassist Core API.
Bytecode-level API.
-
Uses of FieldInfo in javassist
Modifier and TypeMethodDescriptionCtField.getFieldInfo()
Returns the FieldInfo representing the field in the class file.CtField.getFieldInfo2()
Returns the FieldInfo representing the field in the class file (read only). -
Uses of FieldInfo in javassist.bytecode
Fields in javassist.bytecode with type parameters of type FieldInfoMethods in javassist.bytecode that return types with arguments of type FieldInfoModifier and TypeMethodDescriptionClassFile.getFields()
Returns all the fields declared in the class.Methods in javassist.bytecode with parameters of type FieldInfo -
Uses of FieldInfo in javassist.compiler
Methods in javassist.compiler with parameters of type FieldInfoModifier and TypeMethodDescriptionprivate int
MemberCodeGen.addFieldrefInfo
(CtField f, FieldInfo finfo) AccessorMaker.getFieldGetter
(FieldInfo finfo, boolean is_static) Returns the method_info representing the added getter.AccessorMaker.getFieldSetter
(FieldInfo finfo, boolean is_static) Returns the method_info representing the added setter.private AccessorMaker
MemberCodeGen.isAccessibleField
(CtField f, FieldInfo finfo) Returns null if the field is accessible.private boolean
MemberCodeGen.setFieldType
(FieldInfo finfo) Sets exprType, arrayDim, and className.