Uses of Class
aQute.bnd.classfile.FieldInfo
Packages that use FieldInfo
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of FieldInfo in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as FieldInfoMethods in aQute.bnd.classfile that return FieldInfoModifier and TypeMethodDescriptionstatic FieldInfo
FieldInfo.read
(DataInput in, ConstantPool constant_pool) Constructors in aQute.bnd.classfile with parameters of type FieldInfoModifierConstructorDescriptionClassFile
(int minor_version, int major_version, ConstantPool constant_pool, int access_flags, String this_class, String super_class, String[] interfaces, FieldInfo[] fields, MethodInfo[] methods, Attribute[] attributes) -
Uses of FieldInfo in aQute.bnd.classfile.builder
Methods in aQute.bnd.classfile.builder that return types with arguments of type FieldInfoMethods in aQute.bnd.classfile.builder with parameters of type FieldInfoModifier and TypeMethodDescriptionMethod parameters in aQute.bnd.classfile.builder with type arguments of type FieldInfo