Uses of Interface
java.lang.classfile.Instruction
Packages that use InstructionPREVIEW
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfilePREVIEW library.-
Uses of InstructionPREVIEW in java.lang.classfile.instructionPREVIEW
Subinterfaces of InstructionPREVIEW in java.lang.classfile.instructionPREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models an array load instruction in thecodearray of aCodeattribute.interfacePreview.Models an array store instruction in thecodearray of aCodeattribute.interfacePreview.Models a branching instruction (conditional or unconditional) in thecodearray of aCodeattribute.interfacePreview.Models a constant-load instruction in thecodearray of aCodeattribute, including "intrinsic constant" instructions (e.g.,iconst_0), "argument constant" instructions (e.g.,bipush), and "load constant" instructions (e.g.,LDC).static interfacePreview.Models an "argument constant" instruction (e.g.,bipush).static interfacePreview.Models an "intrinsic constant" instruction (e.g.,iconst_0).static interfacePreview.Models a "load constant" instruction (e.g.,ldc).interfacePreview.Models a primitive conversion instruction in thecodearray of aCodeattribute, such asi2l.interfacePreview.Models instruction discontinued from thecodearray of aCodeattribute.static interfacePreview.Models JSR and JSR_W instructions discontinued from thecodearray of aCodeattribute since class file version 51.0.static interfacePreview.Models RET and RET_W instructions discontinued from thecodearray of aCodeattribute since class file version 51.0.interfacePreview.Models a field access instruction in thecodearray of aCodeattribute.interfacePreview.Models a local variable increment instruction in thecodearray of aCodeattribute.interfacePreview.Models aninvokedynamicinstruction in thecodearray of aCodeattribute.interfacePreview.Models a method invocation instruction in thecodearray of aCodeattribute, other thaninvokedynamic.interfacePreview.Models a local variable load instruction in thecodearray of aCodeattribute.interfacePreview.Models alookupswitchinstruction in thecodearray of aCodeattribute.interfacePreview.Models amonitorenterormonitorexitinstruction in thecodearray of aCodeattribute.interfacePreview.Models amultianewarrayinvocation instruction in thecodearray of aCodeattribute.interfacePreview.Models anewinstruction in thecodearray of aCodeattribute.interfacePreview.Models anewarrayinvocation instruction in thecodearray of aCodeattribute.interfacePreview.Models aanewarrayinvocation instruction in thecodearray of aCodeattribute.interfacePreview.Models anopinvocation instruction in thecodearray of aCodeattribute.interfacePreview.Models an arithmetic operator instruction in thecodearray of aCodeattribute.interfacePreview.Models a return-from-method instruction in thecodearray of aCodeattribute.interfacePreview.Models a stack manipulation instruction in thecodearray of aCodeattribute.interfacePreview.Models a local variable store instruction in thecodearray of aCodeattribute.interfacePreview.Models atableswitchinstruction in thecodearray of aCodeattribute.interfacePreview.Models anathrowinstruction in thecodearray of aCodeattribute.interfacePreview.Models aninstanceoforcheckcastinstruction in thecodearray of aCodeattribute.