Uses of Interface
java.lang.classfile.CodeModel
Packages that use CodeModel
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of CodeModel in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type CodeModelModifier and TypeMethodDescriptionMethodModel.code()
Returns the body of this method, if there is one.Methods in java.lang.classfile with parameters of type CodeModelModifier and TypeMethodDescriptionMethodBuilder.transformCode
(CodeModel code, CodeTransform transform) Build the method body for this method by transforming the body of another method. -
Uses of CodeModel in java.lang.classfile.attribute
Subinterfaces of CodeModel in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface