Java org.objectweb.asm Opcodes fields, constructors, methods, implement or subclass

Example usage for Java org.objectweb.asm Opcodes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.objectweb.asm Opcodes.

The text is from its open source code.

Implementation

org.objectweb.asm.Opcodes has the following implementations.
Click this link to see all its implementation.

Field

intASM4
intASM5
intASM6
intASM7
intV1_1
intV1_2
intV1_3
intV1_4
intV1_5
intV1_6
intV1_7
intV1_8
intV9
intV10
intV11
intV13
intV14
intV_PREVIEW
Version flag indicating that the class is using 'preview' features.
intACC_PUBLIC
intACC_PRIVATE
intACC_PROTECTED
intACC_STATIC
intACC_FINAL
intACC_SUPER
intACC_SYNCHRONIZED
intACC_OPEN
intACC_TRANSITIVE
intACC_VOLATILE
intACC_BRIDGE
intACC_STATIC_PHASE
intACC_VARARGS
intACC_TRANSIENT
intACC_NATIVE
intACC_INTERFACE
intACC_ABSTRACT
intACC_STRICT
intACC_SYNTHETIC
intACC_ANNOTATION
intACC_ENUM
intACC_MANDATED
intACC_MODULE
intACC_DEPRECATED
intT_BOOLEAN
intT_CHAR
intT_FLOAT
intT_DOUBLE
intT_BYTE
intT_SHORT
intT_INT
intT_LONG
intH_GETFIELD
intH_GETSTATIC
intH_PUTFIELD
intH_PUTSTATIC
intH_INVOKEVIRTUAL
intH_INVOKESTATIC
intH_INVOKESPECIAL
intH_NEWINVOKESPECIAL
intH_INVOKEINTERFACE
intF_NEW
An expanded frame.
intF_FULL
A compressed frame with complete frame data.
intF_APPEND
A compressed frame where locals are the same as the locals in the previous frame, except that additional 1-3 locals are defined, and with an empty stack.
intF_CHOP
A compressed frame where locals are the same as the locals in the previous frame, except that the last 1-3 locals are absent and with an empty stack.
intF_SAME
A compressed frame with exactly the same locals as the previous frame and with an empty stack.
intF_SAME1
A compressed frame with exactly the same locals as the previous frame and with a single value on the stack.
IntegerTOP
IntegerINTEGER
IntegerFLOAT
IntegerDOUBLE
IntegerLONG
IntegerNULL
IntegerUNINITIALIZED_THIS
intNOP
intACONST_NULL
intICONST_M1
intICONST_0
intICONST_1
intICONST_2
intICONST_3
intICONST_4
intICONST_5
intLCONST_0
intLCONST_1
intFCONST_0
intFCONST_1
intFCONST_2
intDCONST_0
intDCONST_1
intBIPUSH
intSIPUSH
intLDC
intILOAD
intLLOAD
intFLOAD
intDLOAD
intALOAD
intIALOAD
intLALOAD
intFALOAD
intDALOAD
intAALOAD
intBALOAD
intCALOAD
intSALOAD
intISTORE
intLSTORE
intFSTORE
intDSTORE
intASTORE
intIASTORE
intLASTORE
intFASTORE
intDASTORE
intAASTORE
intBASTORE
intCASTORE
intSASTORE
intPOP
intPOP2
intDUP
intDUP_X1
intDUP_X2
intDUP2
intDUP2_X1
intDUP2_X2
intSWAP
intIADD
intLADD
intFADD
intDADD
intISUB
intLSUB
intFSUB
intDSUB
intIMUL
intLMUL
intFMUL
intDMUL
intIDIV
intLDIV
intFDIV
intDDIV
intIREM
intLREM
intFREM
intDREM
intINEG
intLNEG
intFNEG
intDNEG
intISHL
intLSHL
intISHR
intLSHR
intIUSHR
intLUSHR
intIAND
intLAND
intIOR
intLOR
intIXOR
intLXOR
intIINC
intI2L
intI2F
intI2D
intL2I
intL2F
intL2D
intF2I
intF2L
intF2D
intD2I
intD2L
intD2F
intI2B
intI2C
intI2S
intLCMP
intFCMPL
intFCMPG
intDCMPL
intDCMPG
intIFEQ
intIFNE
intIFLT
intIFGE
intIFGT
intIFLE
intIF_ICMPEQ
intIF_ICMPNE
intIF_ICMPLT
intIF_ICMPGE
intIF_ICMPGT
intIF_ICMPLE
intIF_ACMPEQ
intIF_ACMPNE
intGOTO
intJSR
intRET
intTABLESWITCH
intLOOKUPSWITCH
intIRETURN
intLRETURN
intFRETURN
intDRETURN
intARETURN
intRETURN
intGETSTATIC
intPUTSTATIC
intGETFIELD
intPUTFIELD
intINVOKEVIRTUAL
intINVOKESPECIAL
intINVOKESTATIC
intINVOKEINTERFACE
intINVOKEDYNAMIC
intNEW
intNEWARRAY
intANEWARRAY
intARRAYLENGTH
intATHROW
intCHECKCAST
intINSTANCEOF
intMONITORENTER
intMONITOREXIT
intMULTIANEWARRAY
intIFNULL
intIFNONNULL