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