Package fr.umlv.corosol.component.instruction

Interface Summary
JInstruction An object JInstruction represents a JVM instruction.
JInstruction.AALoad The interface representing the aaloadinstruction.
JInstruction.AAStore The interface representing the aastoreinstruction.
JInstruction.AConst_Null The interface representing the aconst_nullinstruction.
JInstruction.ALoad The interface representing the aloadinstruction.
JInstruction.ALoad_0 The interface representing the aload_0instruction.
JInstruction.ALoad_1 The interface representing the aload_1instruction.
JInstruction.ALoad_2 The interface representing the aload_2instruction.
JInstruction.ALoad_3 The interface representing the aload_3instruction.
JInstruction.ANewArray The interface representing the anewarrayinstruction.
JInstruction.AReturn The interface representing the areturninstruction.
JInstruction.ArrayLength The interface representing the arraylengthinstruction.
JInstruction.AStore The interface representing the astoreinstruction.
JInstruction.AStore_0 The interface representing the astore_0instruction.
JInstruction.AStore_1 The interface representing the astore_1instruction.
JInstruction.AStore_2 The interface representing the astore_2instruction.
JInstruction.AStore_3 The interface representing the astore_3instruction.
JInstruction.AThrow The interface representing the athrowinstruction.
JInstruction.BALoad The interface representing the baloadinstruction.
JInstruction.BAStore The interface representing the bastoreinstruction.
JInstruction.BIPush The interface representing the bipushinstruction.
JInstruction.CALoad The interface representing the caloadinstruction.
JInstruction.CAStore The interface representing the castoreinstruction.
JInstruction.CheckCast The interface representing the checkcastinstruction.
JInstruction.D2F The interface representing the d2finstruction.
JInstruction.D2I The interface representing the d2iinstruction.
JInstruction.D2L The interface representing the d2linstruction.
JInstruction.DAdd The interface representing the daddinstruction.
JInstruction.DALoad The interface representing the daloadinstruction.
JInstruction.DAStore The interface representing the dastoreinstruction.
JInstruction.DCmpG The interface representing the dcmpginstruction.
JInstruction.DCmpL The interface representing the dcmplinstruction.
JInstruction.DConst_0 The interface representing the dconst_0instruction.
JInstruction.DConst_1 The interface representing the dconst_1instruction.
JInstruction.DDiv The interface representing the ddivinstruction.
JInstruction.DLoad The interface representing the dloadinstruction.
JInstruction.DLoad_0 The interface representing the dload_0instruction.
JInstruction.DLoad_1 The interface representing the dload_1instruction.
JInstruction.DLoad_2 The interface representing the dload_2instruction.
JInstruction.DLoad_3 The interface representing the dload_3instruction.
JInstruction.DMul The interface representing the dmulinstruction.
JInstruction.DNeg The interface representing the dneginstruction.
JInstruction.DRem The interface representing the dreminstruction.
JInstruction.DReturn The interface representing the dreturninstruction.
JInstruction.DStore The interface representing the dstoreinstruction.
JInstruction.DStore_0 The interface representing the dstore_0instruction.
JInstruction.DStore_1 The interface representing the dstore_1instruction.
JInstruction.DStore_2 The interface representing the dstore_2instruction.
JInstruction.DStore_3 The interface representing the dstore_3instruction.
JInstruction.DSub The interface representing the dsubinstruction.
JInstruction.Dup The interface representing the dupinstruction.
JInstruction.Dup_X1 The interface representing the dup_x1instruction.
JInstruction.Dup_X2 The interface representing the dup_x2instruction.
JInstruction.Dup2 The interface representing the dup2instruction.
JInstruction.Dup2_X1 The interface representing the dup2_x1instruction.
JInstruction.Dup2_X2 The interface representing the dup2_x2instruction.
JInstruction.F2D The interface representing the f2dinstruction.
JInstruction.F2I The interface representing the f2iinstruction.
JInstruction.F2L The interface representing the f2linstruction.
JInstruction.FAdd The interface representing the faddinstruction.
JInstruction.FALoad The interface representing the faloadinstruction.
JInstruction.FAStore The interface representing the fastoreinstruction.
JInstruction.FCmpG The interface representing the fcmpginstruction.
JInstruction.FCmpL The interface representing the fcmplinstruction.
JInstruction.FConst_0 The interface representing the fconst_0instruction.
JInstruction.FConst_1 The interface representing the fconst_1instruction.
JInstruction.FConst_2 The interface representing the fconst_2instruction.
JInstruction.FDiv The interface representing the fdivinstruction.
JInstruction.FLoad The interface representing the floadinstruction.
JInstruction.FLoad_0 The interface representing the fload_0instruction.
JInstruction.FLoad_1 The interface representing the fload_1instruction.
JInstruction.FLoad_2 The interface representing the fload_2instruction.
JInstruction.FLoad_3 The interface representing the fload_3instruction.
JInstruction.FMul The interface representing the fmulinstruction.
JInstruction.FNeg The interface representing the fneginstruction.
JInstruction.FRem The interface representing the freminstruction.
JInstruction.FReturn The interface representing the freturninstruction.
JInstruction.FStore The interface representing the fstoreinstruction.
JInstruction.FStore_0 The interface representing the fstore_0instruction.
JInstruction.FStore_1 The interface representing the fstore_1instruction.
JInstruction.FStore_2 The interface representing the fstore_2instruction.
JInstruction.FStore_3 The interface representing the fstore_3instruction.
JInstruction.FSub The interface representing the fsubinstruction.
JInstruction.GetField The interface representing the getfieldinstruction.
JInstruction.GetStatic The interface representing the getstaticinstruction.
JInstruction.Goto The interface representing the gotoinstruction.
JInstruction.Goto_W The interface representing the goto_winstruction.
JInstruction.I2B The interface representing the i2binstruction.
JInstruction.I2C The interface representing the i2cinstruction.
JInstruction.I2D The interface representing the i2dinstruction.
JInstruction.I2F The interface representing the i2finstruction.
JInstruction.I2L The interface representing the i2linstruction.
JInstruction.I2S The interface representing the i2sinstruction.
JInstruction.IAdd The interface representing the iaddinstruction.
JInstruction.IALoad The interface representing the ialoadinstruction.
JInstruction.IAND The interface representing the iandinstruction.
JInstruction.IAStore The interface representing the iastoreinstruction.
JInstruction.IConst_0 The interface representing the iconst_0instruction.
JInstruction.IConst_1 The interface representing the iconst_1instruction.
JInstruction.IConst_2 The interface representing the iconst_2instruction.
JInstruction.IConst_3 The interface representing the iconst_3instruction.
JInstruction.IConst_4 The interface representing the iconst_4instruction.
JInstruction.IConst_5 The interface representing the iconst_5instruction.
JInstruction.IConst_M1 The interface representing the iconst_m1instruction.
JInstruction.IDiv The interface representing the idivinstruction.
JInstruction.IfACmpEq The interface representing the if_acmpeqinstruction.
JInstruction.IfACmpNE The interface representing the if_acmpneinstruction.
JInstruction.IfEq The interface representing the ifeqinstruction.
JInstruction.IfGE The interface representing the ifgeinstruction.
JInstruction.IfGT The interface representing the ifgtinstruction.
JInstruction.IfICmpEq The interface representing the if_icmpeqinstruction.
JInstruction.IfICmpGE The interface representing the if_icmpgeinstruction.
JInstruction.IfICmpGT The interface representing the if_icmpgtinstruction.
JInstruction.IfICmpLE The interface representing the if_icmpleinstruction.
JInstruction.IfICmpLT The interface representing the if_icmpltinstruction.
JInstruction.IfICmpNE The interface representing the if_icmpneinstruction.
JInstruction.IfLE The interface representing the ifleinstruction.
JInstruction.IfLT The interface representing the ifltinstruction.
JInstruction.IfNE The interface representing the ifneinstruction.
JInstruction.IfNonNull The interface representing the ifnonnullinstruction.
JInstruction.IfNull The interface representing the ifnullinstruction.
JInstruction.IInc The interface representing the iincinstruction.
JInstruction.ILoad The interface representing the iloadinstruction.
JInstruction.ILoad_0 The interface representing the iload_0instruction.
JInstruction.ILoad_1 The interface representing the iload_1instruction.
JInstruction.ILoad_2 The interface representing the iload_2instruction.
JInstruction.ILoad_3 The interface representing the iload_3instruction.
JInstruction.IMul The interface representing the imulinstruction.
JInstruction.INeg The interface representing the ineginstruction.
JInstruction.InstanceOf The interface representing the instanceofinstruction.
JInstruction.InvokeInterface The interface representing the invokeinterfaceinstruction.
JInstruction.InvokeSpecial The interface representing the invokespecialinstruction.
JInstruction.InvokeStatic The interface representing the invokestaticinstruction.
JInstruction.InvokeVirtual The interface representing the invokevirtualinstruction.
JInstruction.IOR The interface representing the iorinstruction.
JInstruction.IRem The interface representing the ireminstruction.
JInstruction.IReturn The interface representing the ireturninstruction.
JInstruction.IShL The interface representing the ishlinstruction.
JInstruction.IShR The interface representing the ishrinstruction.
JInstruction.IStore The interface representing the istoreinstruction.
JInstruction.IStore_0 The interface representing the istore_0instruction.
JInstruction.IStore_1 The interface representing the istore_1instruction.
JInstruction.IStore_2 The interface representing the istore_2instruction.
JInstruction.IStore_3 The interface representing the istore_3instruction.
JInstruction.ISub The interface representing the isubinstruction.
JInstruction.IUShR The interface representing the iushrinstruction.
JInstruction.IXOR The interface representing the ixorinstruction.
JInstruction.JSR The interface representing the jsrinstruction.
JInstruction.JSR_W The interface representing the jsr_winstruction.
JInstruction.L2D The interface representing the l2dinstruction.
JInstruction.L2F The interface representing the l2finstruction.
JInstruction.L2I The interface representing the l2iinstruction.
JInstruction.LAdd The interface representing the laddinstruction.
JInstruction.LALoad The interface representing the laloadinstruction.
JInstruction.LAND The interface representing the landinstruction.
JInstruction.LAStore The interface representing the lastoreinstruction.
JInstruction.LCmp The interface representing the lcmpinstruction.
JInstruction.LConst_0 The interface representing the lconst_0instruction.
JInstruction.LConst_1 The interface representing the lconst_1instruction.
JInstruction.LdC The interface representing the ldcinstruction.
JInstruction.LdC_W The interface representing the ldc_winstruction.
JInstruction.LdC2_W The interface representing the ldc2_winstruction.
JInstruction.LDiv The interface representing the ldivinstruction.
JInstruction.LLoad The interface representing the lloadinstruction.
JInstruction.LLoad_0 The interface representing the lload_0instruction.
JInstruction.LLoad_1 The interface representing the lload_1instruction.
JInstruction.LLoad_2 The interface representing the lload_2instruction.
JInstruction.LLoad_3 The interface representing the lload_3instruction.
JInstruction.LMul The interface representing the lmulinstruction.
JInstruction.LNeg The interface representing the lneginstruction.
JInstruction.LookupSwitch The interface representing the lookupswitchinstruction.
JInstruction.LOR The interface representing the lorinstruction.
JInstruction.LRem The interface representing the lreminstruction.
JInstruction.LReturn The interface representing the lreturninstruction.
JInstruction.LShL The interface representing the lshlinstruction.
JInstruction.LShR The interface representing the lshrinstruction.
JInstruction.LStore The interface representing the lstoreinstruction.
JInstruction.LStore_0 The interface representing the lstore_0instruction.
JInstruction.LStore_1 The interface representing the lstore_1instruction.
JInstruction.LStore_2 The interface representing the lstore_2instruction.
JInstruction.LStore_3 The interface representing the lstore_3instruction.
JInstruction.LSub The interface representing the lsubinstruction.
JInstruction.LUShR The interface representing the lushrinstruction.
JInstruction.LXOR The interface representing the lxorinstruction.
JInstruction.MonitorEnter The interface representing the monitorenterinstruction.
JInstruction.MonitorExit The interface representing the monitorexitinstruction.
JInstruction.MultiANewArray The interface representing the multianewarrayinstruction.
JInstruction.New The interface representing the newinstruction.
JInstruction.NewArray The interface representing the newarrayinstruction.
JInstruction.NOp The interface representing the nopinstruction.
JInstruction.Pop The interface representing the popinstruction.
JInstruction.Pop2 The interface representing the pop2instruction.
JInstruction.PutField The interface representing the putfieldinstruction.
JInstruction.PutStatic The interface representing the putstaticinstruction.
JInstruction.Ret The interface representing the retinstruction.
JInstruction.Return The interface representing the returninstruction.
JInstruction.SALoad The interface representing the saloadinstruction.
JInstruction.SAStore The interface representing the sastoreinstruction.
JInstruction.SIPush The interface representing the sipushinstruction.
JInstruction.Swap The interface representing the swapinstruction.
JInstruction.TableSwitch The interface representing the tableswitchinstruction.
JInstruction.Wide The interface representing the wideinstruction.
JInstructionFactory This interface represents a factory of JInstruction objects.
JOperandInput The JOperandInput interface provides for reading operands from a bytecode stream and reconstructing from them data in any Java primitives types.
 

Class Summary
AbstractJInstruction An abstract implementation of the JInstruction interface.