Uses of Interface
java.lang.classfile.FieldElement
Packages that use FieldElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile library.-
Uses of FieldElement in java.lang.classfile
Subinterfaces of FieldElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterfaceModels the access flags for a class, method, or field.Classes in java.lang.classfile that implement FieldElementModifier and TypeClassDescriptionclassCustomAttribute<T extends CustomAttribute<T>>Models a non-standard attribute of a classfile.Subinterfaces with type arguments of type FieldElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterfaceA builder for fields.interfaceModels a field.interfaceA transformation on streams ofFieldElement.Method parameters in java.lang.classfile with type arguments of type FieldElementModifier and TypeMethodDescriptionstatic FieldTransformFieldTransform.dropping(Predicate<FieldElement> filter) Create a field transform that passes each element through to the builder, except for those that the suppliedPredicateis true for. -
Uses of FieldElement in java.lang.classfile.attribute
Subinterfaces of FieldElement in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theConstantValueattribute (JVMS 4.7.2), which can appear on fields and indicates that the field's value is a constant.interfaceModels theDeprecatedattribute (JVMS 4.7.15), which can appear on classes, methods, and fields.interfaceModels theRuntimeInvisibleAnnotationsattribute (JVMS 4.7.17), which can appear on classes, methods, and fields.interfaceModels theRuntimeInvisibleTypeAnnotationsattribute (JVMS 4.7.21), which can appear on classes, methods, fields, and code attributes.interfaceModels theRuntimeVisibleAnnotationsattribute (JVMS 4.7.16), which can appear on classes, methods, and fields.interfaceModels theRuntimeVisibleTypeAnnotationsattribute (JVMS 4.7.20), which can appear on classes, methods, fields, and code attributes.interfaceModels theSignatureattribute (JVMS 4.7.9), which can appear on classes, methods, or fields.interfaceModels theSyntheticattribute (JVMS 4.7.8), which can appear on classes, methods, and fields.interfaceModels an unknown attribute on a class, method, or field.