Class InstConstraintVisitor
- java.lang.Object
-
- org.apache.bcel.generic.EmptyVisitor
-
- org.apache.bcel.verifier.structurals.InstConstraintVisitor
-
- All Implemented Interfaces:
Visitor
public class InstConstraintVisitor extends EmptyVisitor
A Visitor class testing for valid preconditions of JVM instructions. The instance of this class will throw a StructuralCodeConstraintException instance if an instruction is visitXXX()ed which has preconditions that are not satisfied. TODO: Currently, the JVM's behavior concerning monitors (MONITORENTER, MONITOREXIT) is not modeled in JustIce.- See Also:
StructuralCodeConstraintException
-
-
Constructor Summary
Constructors Constructor Description InstConstraintVisitor()The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetConstantPoolGen(ConstantPoolGen cpg)Sets the ConstantPoolGen instance needed for constraint checking prior to execution.voidsetFrame(Frame f)This returns the single instance of the InstConstraintVisitor class.voidsetMethodGen(MethodGen mg)Sets the MethodGen instance needed for constraint checking prior to execution.voidvisitAALOAD(AALOAD o)Ensures the specific preconditions of the said instruction.voidvisitAASTORE(AASTORE o)Ensures the specific preconditions of the said instruction.voidvisitACONST_NULL(ACONST_NULL o)Ensures the specific preconditions of the said instruction.voidvisitALOAD(ALOAD o)Ensures the specific preconditions of the said instruction.voidvisitANEWARRAY(ANEWARRAY o)Ensures the specific preconditions of the said instruction.voidvisitARETURN(ARETURN o)Ensures the specific preconditions of the said instruction.voidvisitARRAYLENGTH(ARRAYLENGTH o)Ensures the specific preconditions of the said instruction.voidvisitASTORE(ASTORE o)Ensures the specific preconditions of the said instruction.voidvisitATHROW(ATHROW o)Ensures the specific preconditions of the said instruction.voidvisitBALOAD(BALOAD o)Ensures the specific preconditions of the said instruction.voidvisitBASTORE(BASTORE o)Ensures the specific preconditions of the said instruction.voidvisitBIPUSH(BIPUSH o)Ensures the specific preconditions of the said instruction.voidvisitBREAKPOINT(BREAKPOINT o)Ensures the specific preconditions of the said instruction.voidvisitCALOAD(CALOAD o)Ensures the specific preconditions of the said instruction.voidvisitCASTORE(CASTORE o)Ensures the specific preconditions of the said instruction.voidvisitCHECKCAST(CHECKCAST o)Ensures the specific preconditions of the said instruction.voidvisitCPInstruction(CPInstruction o)Ensures the general preconditions of a CPInstruction instance.voidvisitD2F(D2F o)Ensures the specific preconditions of the said instruction.voidvisitD2I(D2I o)Ensures the specific preconditions of the said instruction.voidvisitD2L(D2L o)Ensures the specific preconditions of the said instruction.voidvisitDADD(DADD o)Ensures the specific preconditions of the said instruction.voidvisitDALOAD(DALOAD o)Ensures the specific preconditions of the said instruction.voidvisitDASTORE(DASTORE o)Ensures the specific preconditions of the said instruction.voidvisitDCMPG(DCMPG o)Ensures the specific preconditions of the said instruction.voidvisitDCMPL(DCMPL o)Ensures the specific preconditions of the said instruction.voidvisitDCONST(DCONST o)Ensures the specific preconditions of the said instruction.voidvisitDDIV(DDIV o)Ensures the specific preconditions of the said instruction.voidvisitDLOAD(DLOAD o)Ensures the specific preconditions of the said instruction.voidvisitDMUL(DMUL o)Ensures the specific preconditions of the said instruction.voidvisitDNEG(DNEG o)Ensures the specific preconditions of the said instruction.voidvisitDREM(DREM o)Ensures the specific preconditions of the said instruction.voidvisitDRETURN(DRETURN o)Ensures the specific preconditions of the said instruction.voidvisitDSTORE(DSTORE o)Ensures the specific preconditions of the said instruction.voidvisitDSUB(DSUB o)Ensures the specific preconditions of the said instruction.voidvisitDUP(DUP o)Ensures the specific preconditions of the said instruction.voidvisitDUP_X1(DUP_X1 o)Ensures the specific preconditions of the said instruction.voidvisitDUP_X2(DUP_X2 o)Ensures the specific preconditions of the said instruction.voidvisitDUP2(DUP2 o)Ensures the specific preconditions of the said instruction.voidvisitDUP2_X1(DUP2_X1 o)Ensures the specific preconditions of the said instruction.voidvisitDUP2_X2(DUP2_X2 o)Ensures the specific preconditions of the said instruction.voidvisitF2D(F2D o)Ensures the specific preconditions of the said instruction.voidvisitF2I(F2I o)Ensures the specific preconditions of the said instruction.voidvisitF2L(F2L o)Ensures the specific preconditions of the said instruction.voidvisitFADD(FADD o)Ensures the specific preconditions of the said instruction.voidvisitFALOAD(FALOAD o)Ensures the specific preconditions of the said instruction.voidvisitFASTORE(FASTORE o)Ensures the specific preconditions of the said instruction.voidvisitFCMPG(FCMPG o)Ensures the specific preconditions of the said instruction.voidvisitFCMPL(FCMPL o)Ensures the specific preconditions of the said instruction.voidvisitFCONST(FCONST o)Ensures the specific preconditions of the said instruction.voidvisitFDIV(FDIV o)Ensures the specific preconditions of the said instruction.voidvisitFieldInstruction(FieldInstruction o)Ensures the general preconditions of a FieldInstruction instance.voidvisitFLOAD(FLOAD o)Ensures the specific preconditions of the said instruction.voidvisitFMUL(FMUL o)Ensures the specific preconditions of the said instruction.voidvisitFNEG(FNEG o)Ensures the specific preconditions of the said instruction.voidvisitFREM(FREM o)Ensures the specific preconditions of the said instruction.voidvisitFRETURN(FRETURN o)Ensures the specific preconditions of the said instruction.voidvisitFSTORE(FSTORE o)Ensures the specific preconditions of the said instruction.voidvisitFSUB(FSUB o)Ensures the specific preconditions of the said instruction.voidvisitGETFIELD(GETFIELD o)Ensures the specific preconditions of the said instruction.voidvisitGETSTATIC(GETSTATIC o)Ensures the specific preconditions of the said instruction.voidvisitGOTO(GOTO o)Ensures the specific preconditions of the said instruction.voidvisitGOTO_W(GOTO_W o)Ensures the specific preconditions of the said instruction.voidvisitI2B(I2B o)Ensures the specific preconditions of the said instruction.voidvisitI2C(I2C o)Ensures the specific preconditions of the said instruction.voidvisitI2D(I2D o)Ensures the specific preconditions of the said instruction.voidvisitI2F(I2F o)Ensures the specific preconditions of the said instruction.voidvisitI2L(I2L o)Ensures the specific preconditions of the said instruction.voidvisitI2S(I2S o)Ensures the specific preconditions of the said instruction.voidvisitIADD(IADD o)Ensures the specific preconditions of the said instruction.voidvisitIALOAD(IALOAD o)Ensures the specific preconditions of the said instruction.voidvisitIAND(IAND o)Ensures the specific preconditions of the said instruction.voidvisitIASTORE(IASTORE o)Ensures the specific preconditions of the said instruction.voidvisitICONST(ICONST o)Ensures the specific preconditions of the said instruction.voidvisitIDIV(IDIV o)Ensures the specific preconditions of the said instruction.voidvisitIF_ACMPEQ(IF_ACMPEQ o)Ensures the specific preconditions of the said instruction.voidvisitIF_ACMPNE(IF_ACMPNE o)Ensures the specific preconditions of the said instruction.voidvisitIF_ICMPEQ(IF_ICMPEQ o)Ensures the specific preconditions of the said instruction.voidvisitIF_ICMPGE(IF_ICMPGE o)Ensures the specific preconditions of the said instruction.voidvisitIF_ICMPGT(IF_ICMPGT o)Ensures the specific preconditions of the said instruction.voidvisitIF_ICMPLE(IF_ICMPLE o)Ensures the specific preconditions of the said instruction.voidvisitIF_ICMPLT(IF_ICMPLT o)Ensures the specific preconditions of the said instruction.voidvisitIF_ICMPNE(IF_ICMPNE o)Ensures the specific preconditions of the said instruction.voidvisitIFEQ(IFEQ o)Ensures the specific preconditions of the said instruction.voidvisitIFGE(IFGE o)Ensures the specific preconditions of the said instruction.voidvisitIFGT(IFGT o)Ensures the specific preconditions of the said instruction.voidvisitIFLE(IFLE o)Ensures the specific preconditions of the said instruction.voidvisitIFLT(IFLT o)Ensures the specific preconditions of the said instruction.voidvisitIFNE(IFNE o)Ensures the specific preconditions of the said instruction.voidvisitIFNONNULL(IFNONNULL o)Ensures the specific preconditions of the said instruction.voidvisitIFNULL(IFNULL o)Ensures the specific preconditions of the said instruction.voidvisitIINC(IINC o)Ensures the specific preconditions of the said instruction.voidvisitILOAD(ILOAD o)Ensures the specific preconditions of the said instruction.voidvisitIMPDEP1(IMPDEP1 o)Ensures the specific preconditions of the said instruction.voidvisitIMPDEP2(IMPDEP2 o)Ensures the specific preconditions of the said instruction.voidvisitIMUL(IMUL o)Ensures the specific preconditions of the said instruction.voidvisitINEG(INEG o)Ensures the specific preconditions of the said instruction.voidvisitINSTANCEOF(INSTANCEOF o)Ensures the specific preconditions of the said instruction.voidvisitINVOKEDYNAMIC(INVOKEDYNAMIC o)Ensures the specific preconditions of the said instruction.voidvisitInvokeInstruction(InvokeInstruction o)Ensures the general preconditions of an InvokeInstruction instance.voidvisitINVOKEINTERFACE(INVOKEINTERFACE o)Ensures the specific preconditions of the said instruction.voidvisitINVOKESPECIAL(INVOKESPECIAL o)Ensures the specific preconditions of the said instruction.voidvisitINVOKESTATIC(INVOKESTATIC o)Ensures the specific preconditions of the said instruction.voidvisitINVOKEVIRTUAL(INVOKEVIRTUAL o)Ensures the specific preconditions of the said instruction.voidvisitIOR(IOR o)Ensures the specific preconditions of the said instruction.voidvisitIREM(IREM o)Ensures the specific preconditions of the said instruction.voidvisitIRETURN(IRETURN o)Ensures the specific preconditions of the said instruction.voidvisitISHL(ISHL o)Ensures the specific preconditions of the said instruction.voidvisitISHR(ISHR o)Ensures the specific preconditions of the said instruction.voidvisitISTORE(ISTORE o)Ensures the specific preconditions of the said instruction.voidvisitISUB(ISUB o)Ensures the specific preconditions of the said instruction.voidvisitIUSHR(IUSHR o)Ensures the specific preconditions of the said instruction.voidvisitIXOR(IXOR o)Ensures the specific preconditions of the said instruction.voidvisitJSR(JSR o)Ensures the specific preconditions of the said instruction.voidvisitJSR_W(JSR_W o)Ensures the specific preconditions of the said instruction.voidvisitL2D(L2D o)Ensures the specific preconditions of the said instruction.voidvisitL2F(L2F o)Ensures the specific preconditions of the said instruction.voidvisitL2I(L2I o)Ensures the specific preconditions of the said instruction.voidvisitLADD(LADD o)Ensures the specific preconditions of the said instruction.voidvisitLALOAD(LALOAD o)Ensures the specific preconditions of the said instruction.voidvisitLAND(LAND o)Ensures the specific preconditions of the said instruction.voidvisitLASTORE(LASTORE o)Ensures the specific preconditions of the said instruction.voidvisitLCMP(LCMP o)Ensures the specific preconditions of the said instruction.voidvisitLCONST(LCONST o)Ensures the specific preconditions of the said instruction.voidvisitLDC(LDC o)Ensures the specific preconditions of the said instruction.voidvisitLDC_W(LDC_W o)Ensures the specific preconditions of the said instruction.voidvisitLDC2_W(LDC2_W o)Ensures the specific preconditions of the said instruction.voidvisitLDIV(LDIV o)Ensures the specific preconditions of the said instruction.voidvisitLLOAD(LLOAD o)Ensures the specific preconditions of the said instruction.voidvisitLMUL(LMUL o)Ensures the specific preconditions of the said instruction.voidvisitLNEG(LNEG o)Ensures the specific preconditions of the said instruction.voidvisitLoadClass(LoadClass o)Assures the generic preconditions of a LoadClass instance.voidvisitLoadInstruction(LoadInstruction o)Assures the generic preconditions of a LoadInstruction instance.voidvisitLocalVariableInstruction(LocalVariableInstruction o)Assures the generic preconditions of a LocalVariableInstruction instance.voidvisitLOOKUPSWITCH(LOOKUPSWITCH o)Ensures the specific preconditions of the said instruction.voidvisitLOR(LOR o)Ensures the specific preconditions of the said instruction.voidvisitLREM(LREM o)Ensures the specific preconditions of the said instruction.voidvisitLRETURN(LRETURN o)Ensures the specific preconditions of the said instruction.voidvisitLSHL(LSHL o)Ensures the specific preconditions of the said instruction.voidvisitLSHR(LSHR o)Ensures the specific preconditions of the said instruction.voidvisitLSTORE(LSTORE o)Ensures the specific preconditions of the said instruction.voidvisitLSUB(LSUB o)Ensures the specific preconditions of the said instruction.voidvisitLUSHR(LUSHR o)Ensures the specific preconditions of the said instruction.voidvisitLXOR(LXOR o)Ensures the specific preconditions of the said instruction.voidvisitMONITORENTER(MONITORENTER o)Ensures the specific preconditions of the said instruction.voidvisitMONITOREXIT(MONITOREXIT o)Ensures the specific preconditions of the said instruction.voidvisitMULTIANEWARRAY(MULTIANEWARRAY o)Ensures the specific preconditions of the said instruction.voidvisitNEW(NEW o)Ensures the specific preconditions of the said instruction.voidvisitNEWARRAY(NEWARRAY o)Ensures the specific preconditions of the said instruction.voidvisitNOP(NOP o)Ensures the specific preconditions of the said instruction.voidvisitPOP(POP o)Ensures the specific preconditions of the said instruction.voidvisitPOP2(POP2 o)Ensures the specific preconditions of the said instruction.voidvisitPUTFIELD(PUTFIELD o)Ensures the specific preconditions of the said instruction.voidvisitPUTSTATIC(PUTSTATIC o)Ensures the specific preconditions of the said instruction.voidvisitRET(RET o)Ensures the specific preconditions of the said instruction.voidvisitRETURN(RETURN o)Ensures the specific preconditions of the said instruction.voidvisitReturnInstruction(ReturnInstruction o)Assures the generic preconditions of a ReturnInstruction instance.voidvisitSALOAD(SALOAD o)Ensures the specific preconditions of the said instruction.voidvisitSASTORE(SASTORE o)Ensures the specific preconditions of the said instruction.voidvisitSIPUSH(SIPUSH o)Ensures the specific preconditions of the said instruction.voidvisitStackConsumer(StackConsumer o)Ensures the general preconditions of a StackConsumer instance.voidvisitStackInstruction(StackInstruction o)Ensures the general preconditions of a StackInstruction instance.voidvisitStackProducer(StackProducer o)Ensures the general preconditions of a StackProducer instance.voidvisitStoreInstruction(StoreInstruction o)Assures the generic preconditions of a StoreInstruction instance.voidvisitSWAP(SWAP o)Ensures the specific preconditions of the said instruction.voidvisitTABLESWITCH(TABLESWITCH o)Ensures the specific preconditions of the said instruction.-
Methods inherited from class org.apache.bcel.generic.EmptyVisitor
visitAllocationInstruction, visitArithmeticInstruction, visitArrayInstruction, visitBranchInstruction, visitConstantPushInstruction, visitConversionInstruction, visitExceptionThrower, visitFieldOrMethod, visitGotoInstruction, visitIfInstruction, visitJsrInstruction, visitPopInstruction, visitPushInstruction, visitSelect, visitTypedInstruction, visitUnconditionalBranch, visitVariableLengthInstruction
-
-
-
-
Method Detail
-
setFrame
public void setFrame(Frame f)
This returns the single instance of the InstConstraintVisitor class. To operate correctly, other values must have been set before actually using the instance. Use this method for performance reasons.
-
setConstantPoolGen
public void setConstantPoolGen(ConstantPoolGen cpg)
Sets the ConstantPoolGen instance needed for constraint checking prior to execution.
-
setMethodGen
public void setMethodGen(MethodGen mg)
Sets the MethodGen instance needed for constraint checking prior to execution.
-
visitLoadClass
public void visitLoadClass(LoadClass o)
Assures the generic preconditions of a LoadClass instance. The referenced class is loaded and pass2-verified.- Specified by:
visitLoadClassin interfaceVisitor- Overrides:
visitLoadClassin classEmptyVisitor
-
visitStackConsumer
public void visitStackConsumer(StackConsumer o)
Ensures the general preconditions of a StackConsumer instance.- Specified by:
visitStackConsumerin interfaceVisitor- Overrides:
visitStackConsumerin classEmptyVisitor
-
visitStackProducer
public void visitStackProducer(StackProducer o)
Ensures the general preconditions of a StackProducer instance.- Specified by:
visitStackProducerin interfaceVisitor- Overrides:
visitStackProducerin classEmptyVisitor
-
visitCPInstruction
public void visitCPInstruction(CPInstruction o)
Ensures the general preconditions of a CPInstruction instance.- Specified by:
visitCPInstructionin interfaceVisitor- Overrides:
visitCPInstructionin classEmptyVisitor
-
visitFieldInstruction
public void visitFieldInstruction(FieldInstruction o)
Ensures the general preconditions of a FieldInstruction instance.- Specified by:
visitFieldInstructionin interfaceVisitor- Overrides:
visitFieldInstructionin classEmptyVisitor
-
visitInvokeInstruction
public void visitInvokeInstruction(InvokeInstruction o)
Ensures the general preconditions of an InvokeInstruction instance.- Specified by:
visitInvokeInstructionin interfaceVisitor- Overrides:
visitInvokeInstructionin classEmptyVisitor
-
visitStackInstruction
public void visitStackInstruction(StackInstruction o)
Ensures the general preconditions of a StackInstruction instance.- Specified by:
visitStackInstructionin interfaceVisitor- Overrides:
visitStackInstructionin classEmptyVisitor
-
visitLocalVariableInstruction
public void visitLocalVariableInstruction(LocalVariableInstruction o)
Assures the generic preconditions of a LocalVariableInstruction instance. That is, the index of the local variable must be valid.- Specified by:
visitLocalVariableInstructionin interfaceVisitor- Overrides:
visitLocalVariableInstructionin classEmptyVisitor
-
visitLoadInstruction
public void visitLoadInstruction(LoadInstruction o)
Assures the generic preconditions of a LoadInstruction instance.- Specified by:
visitLoadInstructionin interfaceVisitor- Overrides:
visitLoadInstructionin classEmptyVisitor
-
visitStoreInstruction
public void visitStoreInstruction(StoreInstruction o)
Assures the generic preconditions of a StoreInstruction instance.- Specified by:
visitStoreInstructionin interfaceVisitor- Overrides:
visitStoreInstructionin classEmptyVisitor
-
visitReturnInstruction
public void visitReturnInstruction(ReturnInstruction o)
Assures the generic preconditions of a ReturnInstruction instance.- Specified by:
visitReturnInstructionin interfaceVisitor- Overrides:
visitReturnInstructionin classEmptyVisitor
-
visitAALOAD
public void visitAALOAD(AALOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitAALOADin interfaceVisitor- Overrides:
visitAALOADin classEmptyVisitor
-
visitAASTORE
public void visitAASTORE(AASTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitAASTOREin interfaceVisitor- Overrides:
visitAASTOREin classEmptyVisitor
-
visitACONST_NULL
public void visitACONST_NULL(ACONST_NULL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitACONST_NULLin interfaceVisitor- Overrides:
visitACONST_NULLin classEmptyVisitor
-
visitALOAD
public void visitALOAD(ALOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitALOADin interfaceVisitor- Overrides:
visitALOADin classEmptyVisitor
-
visitANEWARRAY
public void visitANEWARRAY(ANEWARRAY o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitANEWARRAYin interfaceVisitor- Overrides:
visitANEWARRAYin classEmptyVisitor
-
visitARETURN
public void visitARETURN(ARETURN o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitARETURNin interfaceVisitor- Overrides:
visitARETURNin classEmptyVisitor
-
visitARRAYLENGTH
public void visitARRAYLENGTH(ARRAYLENGTH o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitARRAYLENGTHin interfaceVisitor- Overrides:
visitARRAYLENGTHin classEmptyVisitor
-
visitASTORE
public void visitASTORE(ASTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitASTOREin interfaceVisitor- Overrides:
visitASTOREin classEmptyVisitor
-
visitATHROW
public void visitATHROW(ATHROW o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitATHROWin interfaceVisitor- Overrides:
visitATHROWin classEmptyVisitor
-
visitBALOAD
public void visitBALOAD(BALOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitBALOADin interfaceVisitor- Overrides:
visitBALOADin classEmptyVisitor
-
visitBASTORE
public void visitBASTORE(BASTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitBASTOREin interfaceVisitor- Overrides:
visitBASTOREin classEmptyVisitor
-
visitBIPUSH
public void visitBIPUSH(BIPUSH o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitBIPUSHin interfaceVisitor- Overrides:
visitBIPUSHin classEmptyVisitor
-
visitBREAKPOINT
public void visitBREAKPOINT(BREAKPOINT o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitBREAKPOINTin interfaceVisitor- Overrides:
visitBREAKPOINTin classEmptyVisitor
-
visitCALOAD
public void visitCALOAD(CALOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitCALOADin interfaceVisitor- Overrides:
visitCALOADin classEmptyVisitor
-
visitCASTORE
public void visitCASTORE(CASTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitCASTOREin interfaceVisitor- Overrides:
visitCASTOREin classEmptyVisitor
-
visitCHECKCAST
public void visitCHECKCAST(CHECKCAST o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitCHECKCASTin interfaceVisitor- Overrides:
visitCHECKCASTin classEmptyVisitor
-
visitD2F
public void visitD2F(D2F o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitD2Fin interfaceVisitor- Overrides:
visitD2Fin classEmptyVisitor
-
visitD2I
public void visitD2I(D2I o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitD2Iin interfaceVisitor- Overrides:
visitD2Iin classEmptyVisitor
-
visitD2L
public void visitD2L(D2L o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitD2Lin interfaceVisitor- Overrides:
visitD2Lin classEmptyVisitor
-
visitDADD
public void visitDADD(DADD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDADDin interfaceVisitor- Overrides:
visitDADDin classEmptyVisitor
-
visitDALOAD
public void visitDALOAD(DALOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDALOADin interfaceVisitor- Overrides:
visitDALOADin classEmptyVisitor
-
visitDASTORE
public void visitDASTORE(DASTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDASTOREin interfaceVisitor- Overrides:
visitDASTOREin classEmptyVisitor
-
visitDCMPG
public void visitDCMPG(DCMPG o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDCMPGin interfaceVisitor- Overrides:
visitDCMPGin classEmptyVisitor
-
visitDCMPL
public void visitDCMPL(DCMPL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDCMPLin interfaceVisitor- Overrides:
visitDCMPLin classEmptyVisitor
-
visitDCONST
public void visitDCONST(DCONST o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDCONSTin interfaceVisitor- Overrides:
visitDCONSTin classEmptyVisitor
-
visitDDIV
public void visitDDIV(DDIV o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDDIVin interfaceVisitor- Overrides:
visitDDIVin classEmptyVisitor
-
visitDLOAD
public void visitDLOAD(DLOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDLOADin interfaceVisitor- Overrides:
visitDLOADin classEmptyVisitor
-
visitDMUL
public void visitDMUL(DMUL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDMULin interfaceVisitor- Overrides:
visitDMULin classEmptyVisitor
-
visitDNEG
public void visitDNEG(DNEG o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDNEGin interfaceVisitor- Overrides:
visitDNEGin classEmptyVisitor
-
visitDREM
public void visitDREM(DREM o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDREMin interfaceVisitor- Overrides:
visitDREMin classEmptyVisitor
-
visitDRETURN
public void visitDRETURN(DRETURN o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDRETURNin interfaceVisitor- Overrides:
visitDRETURNin classEmptyVisitor
-
visitDSTORE
public void visitDSTORE(DSTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDSTOREin interfaceVisitor- Overrides:
visitDSTOREin classEmptyVisitor
-
visitDSUB
public void visitDSUB(DSUB o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDSUBin interfaceVisitor- Overrides:
visitDSUBin classEmptyVisitor
-
visitDUP
public void visitDUP(DUP o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDUPin interfaceVisitor- Overrides:
visitDUPin classEmptyVisitor
-
visitDUP_X1
public void visitDUP_X1(DUP_X1 o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDUP_X1in interfaceVisitor- Overrides:
visitDUP_X1in classEmptyVisitor
-
visitDUP_X2
public void visitDUP_X2(DUP_X2 o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDUP_X2in interfaceVisitor- Overrides:
visitDUP_X2in classEmptyVisitor
-
visitDUP2
public void visitDUP2(DUP2 o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDUP2in interfaceVisitor- Overrides:
visitDUP2in classEmptyVisitor
-
visitDUP2_X1
public void visitDUP2_X1(DUP2_X1 o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDUP2_X1in interfaceVisitor- Overrides:
visitDUP2_X1in classEmptyVisitor
-
visitDUP2_X2
public void visitDUP2_X2(DUP2_X2 o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitDUP2_X2in interfaceVisitor- Overrides:
visitDUP2_X2in classEmptyVisitor
-
visitF2D
public void visitF2D(F2D o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitF2Din interfaceVisitor- Overrides:
visitF2Din classEmptyVisitor
-
visitF2I
public void visitF2I(F2I o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitF2Iin interfaceVisitor- Overrides:
visitF2Iin classEmptyVisitor
-
visitF2L
public void visitF2L(F2L o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitF2Lin interfaceVisitor- Overrides:
visitF2Lin classEmptyVisitor
-
visitFADD
public void visitFADD(FADD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFADDin interfaceVisitor- Overrides:
visitFADDin classEmptyVisitor
-
visitFALOAD
public void visitFALOAD(FALOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFALOADin interfaceVisitor- Overrides:
visitFALOADin classEmptyVisitor
-
visitFASTORE
public void visitFASTORE(FASTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFASTOREin interfaceVisitor- Overrides:
visitFASTOREin classEmptyVisitor
-
visitFCMPG
public void visitFCMPG(FCMPG o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFCMPGin interfaceVisitor- Overrides:
visitFCMPGin classEmptyVisitor
-
visitFCMPL
public void visitFCMPL(FCMPL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFCMPLin interfaceVisitor- Overrides:
visitFCMPLin classEmptyVisitor
-
visitFCONST
public void visitFCONST(FCONST o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFCONSTin interfaceVisitor- Overrides:
visitFCONSTin classEmptyVisitor
-
visitFDIV
public void visitFDIV(FDIV o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFDIVin interfaceVisitor- Overrides:
visitFDIVin classEmptyVisitor
-
visitFLOAD
public void visitFLOAD(FLOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFLOADin interfaceVisitor- Overrides:
visitFLOADin classEmptyVisitor
-
visitFMUL
public void visitFMUL(FMUL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFMULin interfaceVisitor- Overrides:
visitFMULin classEmptyVisitor
-
visitFNEG
public void visitFNEG(FNEG o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFNEGin interfaceVisitor- Overrides:
visitFNEGin classEmptyVisitor
-
visitFREM
public void visitFREM(FREM o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFREMin interfaceVisitor- Overrides:
visitFREMin classEmptyVisitor
-
visitFRETURN
public void visitFRETURN(FRETURN o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFRETURNin interfaceVisitor- Overrides:
visitFRETURNin classEmptyVisitor
-
visitFSTORE
public void visitFSTORE(FSTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFSTOREin interfaceVisitor- Overrides:
visitFSTOREin classEmptyVisitor
-
visitFSUB
public void visitFSUB(FSUB o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitFSUBin interfaceVisitor- Overrides:
visitFSUBin classEmptyVisitor
-
visitGETFIELD
public void visitGETFIELD(GETFIELD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitGETFIELDin interfaceVisitor- Overrides:
visitGETFIELDin classEmptyVisitor
-
visitGETSTATIC
public void visitGETSTATIC(GETSTATIC o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitGETSTATICin interfaceVisitor- Overrides:
visitGETSTATICin classEmptyVisitor
-
visitGOTO
public void visitGOTO(GOTO o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitGOTOin interfaceVisitor- Overrides:
visitGOTOin classEmptyVisitor
-
visitGOTO_W
public void visitGOTO_W(GOTO_W o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitGOTO_Win interfaceVisitor- Overrides:
visitGOTO_Win classEmptyVisitor
-
visitI2B
public void visitI2B(I2B o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitI2Bin interfaceVisitor- Overrides:
visitI2Bin classEmptyVisitor
-
visitI2C
public void visitI2C(I2C o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitI2Cin interfaceVisitor- Overrides:
visitI2Cin classEmptyVisitor
-
visitI2D
public void visitI2D(I2D o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitI2Din interfaceVisitor- Overrides:
visitI2Din classEmptyVisitor
-
visitI2F
public void visitI2F(I2F o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitI2Fin interfaceVisitor- Overrides:
visitI2Fin classEmptyVisitor
-
visitI2L
public void visitI2L(I2L o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitI2Lin interfaceVisitor- Overrides:
visitI2Lin classEmptyVisitor
-
visitI2S
public void visitI2S(I2S o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitI2Sin interfaceVisitor- Overrides:
visitI2Sin classEmptyVisitor
-
visitIADD
public void visitIADD(IADD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIADDin interfaceVisitor- Overrides:
visitIADDin classEmptyVisitor
-
visitIALOAD
public void visitIALOAD(IALOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIALOADin interfaceVisitor- Overrides:
visitIALOADin classEmptyVisitor
-
visitIAND
public void visitIAND(IAND o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIANDin interfaceVisitor- Overrides:
visitIANDin classEmptyVisitor
-
visitIASTORE
public void visitIASTORE(IASTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIASTOREin interfaceVisitor- Overrides:
visitIASTOREin classEmptyVisitor
-
visitICONST
public void visitICONST(ICONST o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitICONSTin interfaceVisitor- Overrides:
visitICONSTin classEmptyVisitor
-
visitIDIV
public void visitIDIV(IDIV o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIDIVin interfaceVisitor- Overrides:
visitIDIVin classEmptyVisitor
-
visitIF_ACMPEQ
public void visitIF_ACMPEQ(IF_ACMPEQ o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIF_ACMPEQin interfaceVisitor- Overrides:
visitIF_ACMPEQin classEmptyVisitor
-
visitIF_ACMPNE
public void visitIF_ACMPNE(IF_ACMPNE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIF_ACMPNEin interfaceVisitor- Overrides:
visitIF_ACMPNEin classEmptyVisitor
-
visitIF_ICMPEQ
public void visitIF_ICMPEQ(IF_ICMPEQ o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIF_ICMPEQin interfaceVisitor- Overrides:
visitIF_ICMPEQin classEmptyVisitor
-
visitIF_ICMPGE
public void visitIF_ICMPGE(IF_ICMPGE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIF_ICMPGEin interfaceVisitor- Overrides:
visitIF_ICMPGEin classEmptyVisitor
-
visitIF_ICMPGT
public void visitIF_ICMPGT(IF_ICMPGT o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIF_ICMPGTin interfaceVisitor- Overrides:
visitIF_ICMPGTin classEmptyVisitor
-
visitIF_ICMPLE
public void visitIF_ICMPLE(IF_ICMPLE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIF_ICMPLEin interfaceVisitor- Overrides:
visitIF_ICMPLEin classEmptyVisitor
-
visitIF_ICMPLT
public void visitIF_ICMPLT(IF_ICMPLT o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIF_ICMPLTin interfaceVisitor- Overrides:
visitIF_ICMPLTin classEmptyVisitor
-
visitIF_ICMPNE
public void visitIF_ICMPNE(IF_ICMPNE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIF_ICMPNEin interfaceVisitor- Overrides:
visitIF_ICMPNEin classEmptyVisitor
-
visitIFEQ
public void visitIFEQ(IFEQ o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIFEQin interfaceVisitor- Overrides:
visitIFEQin classEmptyVisitor
-
visitIFGE
public void visitIFGE(IFGE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIFGEin interfaceVisitor- Overrides:
visitIFGEin classEmptyVisitor
-
visitIFGT
public void visitIFGT(IFGT o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIFGTin interfaceVisitor- Overrides:
visitIFGTin classEmptyVisitor
-
visitIFLE
public void visitIFLE(IFLE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIFLEin interfaceVisitor- Overrides:
visitIFLEin classEmptyVisitor
-
visitIFLT
public void visitIFLT(IFLT o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIFLTin interfaceVisitor- Overrides:
visitIFLTin classEmptyVisitor
-
visitIFNE
public void visitIFNE(IFNE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIFNEin interfaceVisitor- Overrides:
visitIFNEin classEmptyVisitor
-
visitIFNONNULL
public void visitIFNONNULL(IFNONNULL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIFNONNULLin interfaceVisitor- Overrides:
visitIFNONNULLin classEmptyVisitor
-
visitIFNULL
public void visitIFNULL(IFNULL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIFNULLin interfaceVisitor- Overrides:
visitIFNULLin classEmptyVisitor
-
visitIINC
public void visitIINC(IINC o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIINCin interfaceVisitor- Overrides:
visitIINCin classEmptyVisitor
-
visitILOAD
public void visitILOAD(ILOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitILOADin interfaceVisitor- Overrides:
visitILOADin classEmptyVisitor
-
visitIMPDEP1
public void visitIMPDEP1(IMPDEP1 o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIMPDEP1in interfaceVisitor- Overrides:
visitIMPDEP1in classEmptyVisitor
-
visitIMPDEP2
public void visitIMPDEP2(IMPDEP2 o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIMPDEP2in interfaceVisitor- Overrides:
visitIMPDEP2in classEmptyVisitor
-
visitIMUL
public void visitIMUL(IMUL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIMULin interfaceVisitor- Overrides:
visitIMULin classEmptyVisitor
-
visitINEG
public void visitINEG(INEG o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitINEGin interfaceVisitor- Overrides:
visitINEGin classEmptyVisitor
-
visitINSTANCEOF
public void visitINSTANCEOF(INSTANCEOF o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitINSTANCEOFin interfaceVisitor- Overrides:
visitINSTANCEOFin classEmptyVisitor
-
visitINVOKEDYNAMIC
public void visitINVOKEDYNAMIC(INVOKEDYNAMIC o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitINVOKEDYNAMICin interfaceVisitor- Overrides:
visitINVOKEDYNAMICin classEmptyVisitor- Since:
- 6.0
-
visitINVOKEINTERFACE
public void visitINVOKEINTERFACE(INVOKEINTERFACE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitINVOKEINTERFACEin interfaceVisitor- Overrides:
visitINVOKEINTERFACEin classEmptyVisitor
-
visitINVOKESPECIAL
public void visitINVOKESPECIAL(INVOKESPECIAL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitINVOKESPECIALin interfaceVisitor- Overrides:
visitINVOKESPECIALin classEmptyVisitor
-
visitINVOKESTATIC
public void visitINVOKESTATIC(INVOKESTATIC o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitINVOKESTATICin interfaceVisitor- Overrides:
visitINVOKESTATICin classEmptyVisitor
-
visitINVOKEVIRTUAL
public void visitINVOKEVIRTUAL(INVOKEVIRTUAL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitINVOKEVIRTUALin interfaceVisitor- Overrides:
visitINVOKEVIRTUALin classEmptyVisitor
-
visitIOR
public void visitIOR(IOR o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIORin interfaceVisitor- Overrides:
visitIORin classEmptyVisitor
-
visitIREM
public void visitIREM(IREM o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIREMin interfaceVisitor- Overrides:
visitIREMin classEmptyVisitor
-
visitIRETURN
public void visitIRETURN(IRETURN o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIRETURNin interfaceVisitor- Overrides:
visitIRETURNin classEmptyVisitor
-
visitISHL
public void visitISHL(ISHL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitISHLin interfaceVisitor- Overrides:
visitISHLin classEmptyVisitor
-
visitISHR
public void visitISHR(ISHR o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitISHRin interfaceVisitor- Overrides:
visitISHRin classEmptyVisitor
-
visitISTORE
public void visitISTORE(ISTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitISTOREin interfaceVisitor- Overrides:
visitISTOREin classEmptyVisitor
-
visitISUB
public void visitISUB(ISUB o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitISUBin interfaceVisitor- Overrides:
visitISUBin classEmptyVisitor
-
visitIUSHR
public void visitIUSHR(IUSHR o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIUSHRin interfaceVisitor- Overrides:
visitIUSHRin classEmptyVisitor
-
visitIXOR
public void visitIXOR(IXOR o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitIXORin interfaceVisitor- Overrides:
visitIXORin classEmptyVisitor
-
visitJSR
public void visitJSR(JSR o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitJSRin interfaceVisitor- Overrides:
visitJSRin classEmptyVisitor
-
visitJSR_W
public void visitJSR_W(JSR_W o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitJSR_Win interfaceVisitor- Overrides:
visitJSR_Win classEmptyVisitor
-
visitL2D
public void visitL2D(L2D o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitL2Din interfaceVisitor- Overrides:
visitL2Din classEmptyVisitor
-
visitL2F
public void visitL2F(L2F o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitL2Fin interfaceVisitor- Overrides:
visitL2Fin classEmptyVisitor
-
visitL2I
public void visitL2I(L2I o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitL2Iin interfaceVisitor- Overrides:
visitL2Iin classEmptyVisitor
-
visitLADD
public void visitLADD(LADD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLADDin interfaceVisitor- Overrides:
visitLADDin classEmptyVisitor
-
visitLALOAD
public void visitLALOAD(LALOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLALOADin interfaceVisitor- Overrides:
visitLALOADin classEmptyVisitor
-
visitLAND
public void visitLAND(LAND o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLANDin interfaceVisitor- Overrides:
visitLANDin classEmptyVisitor
-
visitLASTORE
public void visitLASTORE(LASTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLASTOREin interfaceVisitor- Overrides:
visitLASTOREin classEmptyVisitor
-
visitLCMP
public void visitLCMP(LCMP o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLCMPin interfaceVisitor- Overrides:
visitLCMPin classEmptyVisitor
-
visitLCONST
public void visitLCONST(LCONST o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLCONSTin interfaceVisitor- Overrides:
visitLCONSTin classEmptyVisitor
-
visitLDC
public void visitLDC(LDC o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLDCin interfaceVisitor- Overrides:
visitLDCin classEmptyVisitor
-
visitLDC_W
public void visitLDC_W(LDC_W o)
Ensures the specific preconditions of the said instruction.
-
visitLDC2_W
public void visitLDC2_W(LDC2_W o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLDC2_Win interfaceVisitor- Overrides:
visitLDC2_Win classEmptyVisitor
-
visitLDIV
public void visitLDIV(LDIV o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLDIVin interfaceVisitor- Overrides:
visitLDIVin classEmptyVisitor
-
visitLLOAD
public void visitLLOAD(LLOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLLOADin interfaceVisitor- Overrides:
visitLLOADin classEmptyVisitor
-
visitLMUL
public void visitLMUL(LMUL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLMULin interfaceVisitor- Overrides:
visitLMULin classEmptyVisitor
-
visitLNEG
public void visitLNEG(LNEG o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLNEGin interfaceVisitor- Overrides:
visitLNEGin classEmptyVisitor
-
visitLOOKUPSWITCH
public void visitLOOKUPSWITCH(LOOKUPSWITCH o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLOOKUPSWITCHin interfaceVisitor- Overrides:
visitLOOKUPSWITCHin classEmptyVisitor
-
visitLOR
public void visitLOR(LOR o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLORin interfaceVisitor- Overrides:
visitLORin classEmptyVisitor
-
visitLREM
public void visitLREM(LREM o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLREMin interfaceVisitor- Overrides:
visitLREMin classEmptyVisitor
-
visitLRETURN
public void visitLRETURN(LRETURN o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLRETURNin interfaceVisitor- Overrides:
visitLRETURNin classEmptyVisitor
-
visitLSHL
public void visitLSHL(LSHL o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLSHLin interfaceVisitor- Overrides:
visitLSHLin classEmptyVisitor
-
visitLSHR
public void visitLSHR(LSHR o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLSHRin interfaceVisitor- Overrides:
visitLSHRin classEmptyVisitor
-
visitLSTORE
public void visitLSTORE(LSTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLSTOREin interfaceVisitor- Overrides:
visitLSTOREin classEmptyVisitor
-
visitLSUB
public void visitLSUB(LSUB o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLSUBin interfaceVisitor- Overrides:
visitLSUBin classEmptyVisitor
-
visitLUSHR
public void visitLUSHR(LUSHR o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLUSHRin interfaceVisitor- Overrides:
visitLUSHRin classEmptyVisitor
-
visitLXOR
public void visitLXOR(LXOR o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitLXORin interfaceVisitor- Overrides:
visitLXORin classEmptyVisitor
-
visitMONITORENTER
public void visitMONITORENTER(MONITORENTER o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitMONITORENTERin interfaceVisitor- Overrides:
visitMONITORENTERin classEmptyVisitor
-
visitMONITOREXIT
public void visitMONITOREXIT(MONITOREXIT o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitMONITOREXITin interfaceVisitor- Overrides:
visitMONITOREXITin classEmptyVisitor
-
visitMULTIANEWARRAY
public void visitMULTIANEWARRAY(MULTIANEWARRAY o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitMULTIANEWARRAYin interfaceVisitor- Overrides:
visitMULTIANEWARRAYin classEmptyVisitor
-
visitNEW
public void visitNEW(NEW o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitNEWin interfaceVisitor- Overrides:
visitNEWin classEmptyVisitor
-
visitNEWARRAY
public void visitNEWARRAY(NEWARRAY o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitNEWARRAYin interfaceVisitor- Overrides:
visitNEWARRAYin classEmptyVisitor
-
visitNOP
public void visitNOP(NOP o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitNOPin interfaceVisitor- Overrides:
visitNOPin classEmptyVisitor
-
visitPOP
public void visitPOP(POP o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitPOPin interfaceVisitor- Overrides:
visitPOPin classEmptyVisitor
-
visitPOP2
public void visitPOP2(POP2 o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitPOP2in interfaceVisitor- Overrides:
visitPOP2in classEmptyVisitor
-
visitPUTFIELD
public void visitPUTFIELD(PUTFIELD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitPUTFIELDin interfaceVisitor- Overrides:
visitPUTFIELDin classEmptyVisitor
-
visitPUTSTATIC
public void visitPUTSTATIC(PUTSTATIC o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitPUTSTATICin interfaceVisitor- Overrides:
visitPUTSTATICin classEmptyVisitor
-
visitRET
public void visitRET(RET o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitRETin interfaceVisitor- Overrides:
visitRETin classEmptyVisitor
-
visitRETURN
public void visitRETURN(RETURN o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitRETURNin interfaceVisitor- Overrides:
visitRETURNin classEmptyVisitor
-
visitSALOAD
public void visitSALOAD(SALOAD o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitSALOADin interfaceVisitor- Overrides:
visitSALOADin classEmptyVisitor
-
visitSASTORE
public void visitSASTORE(SASTORE o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitSASTOREin interfaceVisitor- Overrides:
visitSASTOREin classEmptyVisitor
-
visitSIPUSH
public void visitSIPUSH(SIPUSH o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitSIPUSHin interfaceVisitor- Overrides:
visitSIPUSHin classEmptyVisitor
-
visitSWAP
public void visitSWAP(SWAP o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitSWAPin interfaceVisitor- Overrides:
visitSWAPin classEmptyVisitor
-
visitTABLESWITCH
public void visitTABLESWITCH(TABLESWITCH o)
Ensures the specific preconditions of the said instruction.- Specified by:
visitTABLESWITCHin interfaceVisitor- Overrides:
visitTABLESWITCHin classEmptyVisitor
-
-