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
Methods in java.lang.classfilePREVIEW that return types with arguments of type CodeModelPREVIEWModifier and TypeMethodDescriptionMethodModel.code()
Returns the body of this method, if there is one.Methods in java.lang.classfilePREVIEW with parameters of type CodeModelPREVIEWModifier 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
Subinterfaces of CodeModelPREVIEW in java.lang.classfile.attributePREVIEWModifier 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.