Uses of Interface
java.lang.classfile.CodeModel
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of CodeModelPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionMethodModel.code()
Returns the body of this method, if there is one.Modifier and TypeMethodDescriptionMethodBuilder.transformCode
(CodeModelPREVIEW code, CodeTransformPREVIEW transform) Build the method body for this method by transforming the body of another method. -
Uses of CodeModelPREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models theCode
attribute (JVMS 4.7.3), appears on non-native, non-abstract methods and contains the bytecode of the method body.