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
Fields in aQute.bnd.classfile.builder declared as FieldInfoModifier and TypeFieldDescription(package private) static final FieldInfo[]
ClassFileBuilder.EMPTY_FIELD_ARRAY
Fields in aQute.bnd.classfile.builder with type parameters of type FieldInfoMethods 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 -
Uses of FieldInfo in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type FieldInfoModifier and TypeMethodDescription(package private) static Annotation.ElementType
Clazz.elementType
(FieldInfo fieldInfo)