Uses of Interface
java.lang.classfile.attribute.CodeAttribute
Packages that use CodeAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of CodeAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type CodeAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<CodeAttribute> Attributes.code()
Returns Attribute mapper for theCode
attribute. -
Uses of CodeAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type CodeAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theCode
attribute (JVMS 4.7.3), appears on non-native, non-abstract methods and contains the bytecode of the method body.