| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--org.apache.bcel.generic.EmptyVisitor
        |
        +--org.apache.bcel.verifier.structurals.InstConstraintVisitor
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 behaviour concerning monitors (MONITORENTER, MONITOREXIT) is not modeled in JustIce.
StructuralCodeConstraintException, 
LinkingConstraintException| Constructor Summary | |
| InstConstraintVisitor()The constructor. | |
| Method Summary | |
|  void | setConstantPoolGen(ConstantPoolGen cpg)Sets the ConstantPoolGen instance needed for constraint checking prior to execution. | 
|  void | setFrame(Frame f)This returns the single instance of the InstConstraintVisitor class. | 
|  void | setMethodGen(MethodGen mg)Sets the MethodGen instance needed for constraint checking prior to execution. | 
|  void | visitAALOAD(AALOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitAASTORE(AASTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitACONST_NULL(ACONST_NULL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitALOAD(ALOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitANEWARRAY(ANEWARRAY o)Ensures the specific preconditions of the said instruction. | 
|  void | visitARETURN(ARETURN o)Ensures the specific preconditions of the said instruction. | 
|  void | visitARRAYLENGTH(ARRAYLENGTH o)Ensures the specific preconditions of the said instruction. | 
|  void | visitASTORE(ASTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitATHROW(ATHROW o)Ensures the specific preconditions of the said instruction. | 
|  void | visitBALOAD(BALOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitBASTORE(BASTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitBIPUSH(BIPUSH o)Ensures the specific preconditions of the said instruction. | 
|  void | visitBREAKPOINT(BREAKPOINT o)Ensures the specific preconditions of the said instruction. | 
|  void | visitCALOAD(CALOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitCASTORE(CASTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitCHECKCAST(CHECKCAST o)Ensures the specific preconditions of the said instruction. | 
|  void | visitCPInstruction(CPInstruction o)Ensures the general preconditions of a CPInstruction instance. | 
|  void | visitD2F(D2F o)Ensures the specific preconditions of the said instruction. | 
|  void | visitD2I(D2I o)Ensures the specific preconditions of the said instruction. | 
|  void | visitD2L(D2L o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDADD(DADD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDALOAD(DALOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDASTORE(DASTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDCMPG(DCMPG o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDCMPL(DCMPL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDCONST(DCONST o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDDIV(DDIV o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDLOAD(DLOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDMUL(DMUL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDNEG(DNEG o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDREM(DREM o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDRETURN(DRETURN o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDSTORE(DSTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDSUB(DSUB o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDUP_X1(DUP_X1 o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDUP_X2(DUP_X2 o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDUP(DUP o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDUP2_X1(DUP2_X1 o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDUP2_X2(DUP2_X2 o)Ensures the specific preconditions of the said instruction. | 
|  void | visitDUP2(DUP2 o)Ensures the specific preconditions of the said instruction. | 
|  void | visitF2D(F2D o)Ensures the specific preconditions of the said instruction. | 
|  void | visitF2I(F2I o)Ensures the specific preconditions of the said instruction. | 
|  void | visitF2L(F2L o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFADD(FADD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFALOAD(FALOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFASTORE(FASTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFCMPG(FCMPG o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFCMPL(FCMPL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFCONST(FCONST o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFDIV(FDIV o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFieldInstruction(FieldInstruction o)Ensures the general preconditions of a FieldInstruction instance. | 
|  void | visitFLOAD(FLOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFMUL(FMUL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFNEG(FNEG o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFREM(FREM o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFRETURN(FRETURN o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFSTORE(FSTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitFSUB(FSUB o)Ensures the specific preconditions of the said instruction. | 
|  void | visitGETFIELD(GETFIELD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitGETSTATIC(GETSTATIC o)Ensures the specific preconditions of the said instruction. | 
|  void | visitGOTO_W(GOTO_W o)Ensures the specific preconditions of the said instruction. | 
|  void | visitGOTO(GOTO o)Ensures the specific preconditions of the said instruction. | 
|  void | visitI2B(I2B o)Ensures the specific preconditions of the said instruction. | 
|  void | visitI2C(I2C o)Ensures the specific preconditions of the said instruction. | 
|  void | visitI2D(I2D o)Ensures the specific preconditions of the said instruction. | 
|  void | visitI2F(I2F o)Ensures the specific preconditions of the said instruction. | 
|  void | visitI2L(I2L o)Ensures the specific preconditions of the said instruction. | 
|  void | visitI2S(I2S o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIADD(IADD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIALOAD(IALOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIAND(IAND o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIASTORE(IASTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitICONST(ICONST o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIDIV(IDIV o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIF_ACMPEQ(IF_ACMPEQ o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIF_ACMPNE(IF_ACMPNE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIF_ICMPEQ(IF_ICMPEQ o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIF_ICMPGE(IF_ICMPGE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIF_ICMPGT(IF_ICMPGT o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIF_ICMPLE(IF_ICMPLE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIF_ICMPLT(IF_ICMPLT o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIF_ICMPNE(IF_ICMPNE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIFEQ(IFEQ o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIFGE(IFGE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIFGT(IFGT o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIFLE(IFLE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIFLT(IFLT o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIFNE(IFNE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIFNONNULL(IFNONNULL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIFNULL(IFNULL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIINC(IINC o)Ensures the specific preconditions of the said instruction. | 
|  void | visitILOAD(ILOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIMPDEP1(IMPDEP1 o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIMPDEP2(IMPDEP2 o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIMUL(IMUL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitINEG(INEG o)Ensures the specific preconditions of the said instruction. | 
|  void | visitINSTANCEOF(INSTANCEOF o)Ensures the specific preconditions of the said instruction. | 
|  void | visitInvokeInstruction(InvokeInstruction o)Ensures the general preconditions of an InvokeInstruction instance. | 
|  void | visitINVOKEINTERFACE(INVOKEINTERFACE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitINVOKESPECIAL(INVOKESPECIAL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitINVOKESTATIC(INVOKESTATIC o)Ensures the specific preconditions of the said instruction. | 
|  void | visitINVOKEVIRTUAL(INVOKEVIRTUAL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIOR(IOR o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIREM(IREM o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIRETURN(IRETURN o)Ensures the specific preconditions of the said instruction. | 
|  void | visitISHL(ISHL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitISHR(ISHR o)Ensures the specific preconditions of the said instruction. | 
|  void | visitISTORE(ISTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitISUB(ISUB o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIUSHR(IUSHR o)Ensures the specific preconditions of the said instruction. | 
|  void | visitIXOR(IXOR o)Ensures the specific preconditions of the said instruction. | 
|  void | visitJSR_W(JSR_W o)Ensures the specific preconditions of the said instruction. | 
|  void | visitJSR(JSR o)Ensures the specific preconditions of the said instruction. | 
|  void | visitL2D(L2D o)Ensures the specific preconditions of the said instruction. | 
|  void | visitL2F(L2F o)Ensures the specific preconditions of the said instruction. | 
|  void | visitL2I(L2I o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLADD(LADD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLALOAD(LALOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLAND(LAND o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLASTORE(LASTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLCMP(LCMP o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLCONST(LCONST o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLDC_W(LDC_W o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLDC(LDC o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLDC2_W(LDC2_W o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLDIV(LDIV o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLLOAD(LLOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLMUL(LMUL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLNEG(LNEG o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLoadClass(LoadClass o)Assures the generic preconditions of a LoadClass instance. | 
|  void | visitLoadInstruction(LoadInstruction o)Assures the generic preconditions of a LoadInstruction instance. | 
|  void | visitLocalVariableInstruction(LocalVariableInstruction o)Assures the generic preconditions of a LocalVariableInstruction instance. | 
|  void | visitLOOKUPSWITCH(LOOKUPSWITCH o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLOR(LOR o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLREM(LREM o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLRETURN(LRETURN o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLSHL(LSHL o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLSHR(LSHR o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLSTORE(LSTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLSUB(LSUB o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLUSHR(LUSHR o)Ensures the specific preconditions of the said instruction. | 
|  void | visitLXOR(LXOR o)Ensures the specific preconditions of the said instruction. | 
|  void | visitMONITORENTER(MONITORENTER o)Ensures the specific preconditions of the said instruction. | 
|  void | visitMONITOREXIT(MONITOREXIT o)Ensures the specific preconditions of the said instruction. | 
|  void | visitMULTIANEWARRAY(MULTIANEWARRAY o)Ensures the specific preconditions of the said instruction. | 
|  void | visitNEW(NEW o)Ensures the specific preconditions of the said instruction. | 
|  void | visitNEWARRAY(NEWARRAY o)Ensures the specific preconditions of the said instruction. | 
|  void | visitNOP(NOP o)Ensures the specific preconditions of the said instruction. | 
|  void | visitPOP(POP o)Ensures the specific preconditions of the said instruction. | 
|  void | visitPOP2(POP2 o)Ensures the specific preconditions of the said instruction. | 
|  void | visitPUTFIELD(PUTFIELD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitPUTSTATIC(PUTSTATIC o)Ensures the specific preconditions of the said instruction. | 
|  void | visitRET(RET o)Ensures the specific preconditions of the said instruction. | 
|  void | visitRETURN(RETURN o)Ensures the specific preconditions of the said instruction. | 
|  void | visitReturnInstruction(ReturnInstruction o)Assures the generic preconditions of a ReturnInstruction instance. | 
|  void | visitSALOAD(SALOAD o)Ensures the specific preconditions of the said instruction. | 
|  void | visitSASTORE(SASTORE o)Ensures the specific preconditions of the said instruction. | 
|  void | visitSIPUSH(SIPUSH o)Ensures the specific preconditions of the said instruction. | 
|  void | visitStackConsumer(StackConsumer o)Ensures the general preconditions of a StackConsumer instance. | 
|  void | visitStackInstruction(StackInstruction o)Ensures the general preconditions of a StackInstruction instance. | 
|  void | visitStackProducer(StackProducer o)Ensures the general preconditions of a StackProducer instance. | 
|  void | visitStoreInstruction(StoreInstruction o)Assures the generic preconditions of a StoreInstruction instance. | 
|  void | visitSWAP(SWAP o)Ensures the specific preconditions of the said instruction. | 
|  void | visitTABLESWITCH(TABLESWITCH o)Ensures the specific preconditions of the said instruction. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public InstConstraintVisitor()
| Method Detail | 
public void setFrame(Frame f)
setConstantPoolGen(ConstantPoolGen cpg), 
setMethodGen(MethodGen mg)public void setConstantPoolGen(ConstantPoolGen cpg)
public void setMethodGen(MethodGen mg)
public void visitLoadClass(LoadClass o)
visitLoadClass in interface VisitorvisitLoadClass in class EmptyVisitorpublic void visitStackConsumer(StackConsumer o)
visitStackConsumer in interface VisitorvisitStackConsumer in class EmptyVisitorpublic void visitStackProducer(StackProducer o)
visitStackProducer in interface VisitorvisitStackProducer in class EmptyVisitorpublic void visitCPInstruction(CPInstruction o)
visitCPInstruction in interface VisitorvisitCPInstruction in class EmptyVisitorpublic void visitFieldInstruction(FieldInstruction o)
visitFieldInstruction in interface VisitorvisitFieldInstruction in class EmptyVisitorpublic void visitInvokeInstruction(InvokeInstruction o)
visitInvokeInstruction in interface VisitorvisitInvokeInstruction in class EmptyVisitorpublic void visitStackInstruction(StackInstruction o)
visitStackInstruction in interface VisitorvisitStackInstruction in class EmptyVisitorpublic void visitLocalVariableInstruction(LocalVariableInstruction o)
visitLocalVariableInstruction in interface VisitorvisitLocalVariableInstruction in class EmptyVisitorpublic void visitLoadInstruction(LoadInstruction o)
visitLoadInstruction in interface VisitorvisitLoadInstruction in class EmptyVisitorpublic void visitStoreInstruction(StoreInstruction o)
visitStoreInstruction in interface VisitorvisitStoreInstruction in class EmptyVisitorpublic void visitReturnInstruction(ReturnInstruction o)
visitReturnInstruction in interface VisitorvisitReturnInstruction in class EmptyVisitorpublic void visitAALOAD(AALOAD o)
visitAALOAD in interface VisitorvisitAALOAD in class EmptyVisitorpublic void visitAASTORE(AASTORE o)
visitAASTORE in interface VisitorvisitAASTORE in class EmptyVisitorpublic void visitACONST_NULL(ACONST_NULL o)
visitACONST_NULL in interface VisitorvisitACONST_NULL in class EmptyVisitorpublic void visitALOAD(ALOAD o)
visitALOAD in interface VisitorvisitALOAD in class EmptyVisitorpublic void visitANEWARRAY(ANEWARRAY o)
visitANEWARRAY in interface VisitorvisitANEWARRAY in class EmptyVisitorpublic void visitARETURN(ARETURN o)
visitARETURN in interface VisitorvisitARETURN in class EmptyVisitorpublic void visitARRAYLENGTH(ARRAYLENGTH o)
visitARRAYLENGTH in interface VisitorvisitARRAYLENGTH in class EmptyVisitorpublic void visitASTORE(ASTORE o)
visitASTORE in interface VisitorvisitASTORE in class EmptyVisitorpublic void visitATHROW(ATHROW o)
visitATHROW in interface VisitorvisitATHROW in class EmptyVisitorpublic void visitBALOAD(BALOAD o)
visitBALOAD in interface VisitorvisitBALOAD in class EmptyVisitorpublic void visitBASTORE(BASTORE o)
visitBASTORE in interface VisitorvisitBASTORE in class EmptyVisitorpublic void visitBIPUSH(BIPUSH o)
visitBIPUSH in interface VisitorvisitBIPUSH in class EmptyVisitorpublic void visitBREAKPOINT(BREAKPOINT o)
visitBREAKPOINT in interface VisitorvisitBREAKPOINT in class EmptyVisitorpublic void visitCALOAD(CALOAD o)
visitCALOAD in interface VisitorvisitCALOAD in class EmptyVisitorpublic void visitCASTORE(CASTORE o)
visitCASTORE in interface VisitorvisitCASTORE in class EmptyVisitorpublic void visitCHECKCAST(CHECKCAST o)
visitCHECKCAST in interface VisitorvisitCHECKCAST in class EmptyVisitorpublic void visitD2F(D2F o)
visitD2F in interface VisitorvisitD2F in class EmptyVisitorpublic void visitD2I(D2I o)
visitD2I in interface VisitorvisitD2I in class EmptyVisitorpublic void visitD2L(D2L o)
visitD2L in interface VisitorvisitD2L in class EmptyVisitorpublic void visitDADD(DADD o)
visitDADD in interface VisitorvisitDADD in class EmptyVisitorpublic void visitDALOAD(DALOAD o)
visitDALOAD in interface VisitorvisitDALOAD in class EmptyVisitorpublic void visitDASTORE(DASTORE o)
visitDASTORE in interface VisitorvisitDASTORE in class EmptyVisitorpublic void visitDCMPG(DCMPG o)
visitDCMPG in interface VisitorvisitDCMPG in class EmptyVisitorpublic void visitDCMPL(DCMPL o)
visitDCMPL in interface VisitorvisitDCMPL in class EmptyVisitorpublic void visitDCONST(DCONST o)
visitDCONST in interface VisitorvisitDCONST in class EmptyVisitorpublic void visitDDIV(DDIV o)
visitDDIV in interface VisitorvisitDDIV in class EmptyVisitorpublic void visitDLOAD(DLOAD o)
visitDLOAD in interface VisitorvisitDLOAD in class EmptyVisitorpublic void visitDMUL(DMUL o)
visitDMUL in interface VisitorvisitDMUL in class EmptyVisitorpublic void visitDNEG(DNEG o)
visitDNEG in interface VisitorvisitDNEG in class EmptyVisitorpublic void visitDREM(DREM o)
visitDREM in interface VisitorvisitDREM in class EmptyVisitorpublic void visitDRETURN(DRETURN o)
visitDRETURN in interface VisitorvisitDRETURN in class EmptyVisitorpublic void visitDSTORE(DSTORE o)
visitDSTORE in interface VisitorvisitDSTORE in class EmptyVisitorpublic void visitDSUB(DSUB o)
visitDSUB in interface VisitorvisitDSUB in class EmptyVisitorpublic void visitDUP(DUP o)
visitDUP in interface VisitorvisitDUP in class EmptyVisitorpublic void visitDUP_X1(DUP_X1 o)
visitDUP_X1 in interface VisitorvisitDUP_X1 in class EmptyVisitorpublic void visitDUP_X2(DUP_X2 o)
visitDUP_X2 in interface VisitorvisitDUP_X2 in class EmptyVisitorpublic void visitDUP2(DUP2 o)
visitDUP2 in interface VisitorvisitDUP2 in class EmptyVisitorpublic void visitDUP2_X1(DUP2_X1 o)
visitDUP2_X1 in interface VisitorvisitDUP2_X1 in class EmptyVisitorpublic void visitDUP2_X2(DUP2_X2 o)
visitDUP2_X2 in interface VisitorvisitDUP2_X2 in class EmptyVisitorpublic void visitF2D(F2D o)
visitF2D in interface VisitorvisitF2D in class EmptyVisitorpublic void visitF2I(F2I o)
visitF2I in interface VisitorvisitF2I in class EmptyVisitorpublic void visitF2L(F2L o)
visitF2L in interface VisitorvisitF2L in class EmptyVisitorpublic void visitFADD(FADD o)
visitFADD in interface VisitorvisitFADD in class EmptyVisitorpublic void visitFALOAD(FALOAD o)
visitFALOAD in interface VisitorvisitFALOAD in class EmptyVisitorpublic void visitFASTORE(FASTORE o)
visitFASTORE in interface VisitorvisitFASTORE in class EmptyVisitorpublic void visitFCMPG(FCMPG o)
visitFCMPG in interface VisitorvisitFCMPG in class EmptyVisitorpublic void visitFCMPL(FCMPL o)
visitFCMPL in interface VisitorvisitFCMPL in class EmptyVisitorpublic void visitFCONST(FCONST o)
visitFCONST in interface VisitorvisitFCONST in class EmptyVisitorpublic void visitFDIV(FDIV o)
visitFDIV in interface VisitorvisitFDIV in class EmptyVisitorpublic void visitFLOAD(FLOAD o)
visitFLOAD in interface VisitorvisitFLOAD in class EmptyVisitorpublic void visitFMUL(FMUL o)
visitFMUL in interface VisitorvisitFMUL in class EmptyVisitorpublic void visitFNEG(FNEG o)
visitFNEG in interface VisitorvisitFNEG in class EmptyVisitorpublic void visitFREM(FREM o)
visitFREM in interface VisitorvisitFREM in class EmptyVisitorpublic void visitFRETURN(FRETURN o)
visitFRETURN in interface VisitorvisitFRETURN in class EmptyVisitorpublic void visitFSTORE(FSTORE o)
visitFSTORE in interface VisitorvisitFSTORE in class EmptyVisitorpublic void visitFSUB(FSUB o)
visitFSUB in interface VisitorvisitFSUB in class EmptyVisitorpublic void visitGETFIELD(GETFIELD o)
visitGETFIELD in interface VisitorvisitGETFIELD in class EmptyVisitorpublic void visitGETSTATIC(GETSTATIC o)
visitGETSTATIC in interface VisitorvisitGETSTATIC in class EmptyVisitorpublic void visitGOTO(GOTO o)
visitGOTO in interface VisitorvisitGOTO in class EmptyVisitorpublic void visitGOTO_W(GOTO_W o)
visitGOTO_W in interface VisitorvisitGOTO_W in class EmptyVisitorpublic void visitI2B(I2B o)
visitI2B in interface VisitorvisitI2B in class EmptyVisitorpublic void visitI2C(I2C o)
visitI2C in interface VisitorvisitI2C in class EmptyVisitorpublic void visitI2D(I2D o)
visitI2D in interface VisitorvisitI2D in class EmptyVisitorpublic void visitI2F(I2F o)
visitI2F in interface VisitorvisitI2F in class EmptyVisitorpublic void visitI2L(I2L o)
visitI2L in interface VisitorvisitI2L in class EmptyVisitorpublic void visitI2S(I2S o)
visitI2S in interface VisitorvisitI2S in class EmptyVisitorpublic void visitIADD(IADD o)
visitIADD in interface VisitorvisitIADD in class EmptyVisitorpublic void visitIALOAD(IALOAD o)
visitIALOAD in interface VisitorvisitIALOAD in class EmptyVisitorpublic void visitIAND(IAND o)
visitIAND in interface VisitorvisitIAND in class EmptyVisitorpublic void visitIASTORE(IASTORE o)
visitIASTORE in interface VisitorvisitIASTORE in class EmptyVisitorpublic void visitICONST(ICONST o)
visitICONST in interface VisitorvisitICONST in class EmptyVisitorpublic void visitIDIV(IDIV o)
visitIDIV in interface VisitorvisitIDIV in class EmptyVisitorpublic void visitIF_ACMPEQ(IF_ACMPEQ o)
visitIF_ACMPEQ in interface VisitorvisitIF_ACMPEQ in class EmptyVisitorpublic void visitIF_ACMPNE(IF_ACMPNE o)
visitIF_ACMPNE in interface VisitorvisitIF_ACMPNE in class EmptyVisitorpublic void visitIF_ICMPEQ(IF_ICMPEQ o)
visitIF_ICMPEQ in interface VisitorvisitIF_ICMPEQ in class EmptyVisitorpublic void visitIF_ICMPGE(IF_ICMPGE o)
visitIF_ICMPGE in interface VisitorvisitIF_ICMPGE in class EmptyVisitorpublic void visitIF_ICMPGT(IF_ICMPGT o)
visitIF_ICMPGT in interface VisitorvisitIF_ICMPGT in class EmptyVisitorpublic void visitIF_ICMPLE(IF_ICMPLE o)
visitIF_ICMPLE in interface VisitorvisitIF_ICMPLE in class EmptyVisitorpublic void visitIF_ICMPLT(IF_ICMPLT o)
visitIF_ICMPLT in interface VisitorvisitIF_ICMPLT in class EmptyVisitorpublic void visitIF_ICMPNE(IF_ICMPNE o)
visitIF_ICMPNE in interface VisitorvisitIF_ICMPNE in class EmptyVisitorpublic void visitIFEQ(IFEQ o)
visitIFEQ in interface VisitorvisitIFEQ in class EmptyVisitorpublic void visitIFGE(IFGE o)
visitIFGE in interface VisitorvisitIFGE in class EmptyVisitorpublic void visitIFGT(IFGT o)
visitIFGT in interface VisitorvisitIFGT in class EmptyVisitorpublic void visitIFLE(IFLE o)
visitIFLE in interface VisitorvisitIFLE in class EmptyVisitorpublic void visitIFLT(IFLT o)
visitIFLT in interface VisitorvisitIFLT in class EmptyVisitorpublic void visitIFNE(IFNE o)
visitIFNE in interface VisitorvisitIFNE in class EmptyVisitorpublic void visitIFNONNULL(IFNONNULL o)
visitIFNONNULL in interface VisitorvisitIFNONNULL in class EmptyVisitorpublic void visitIFNULL(IFNULL o)
visitIFNULL in interface VisitorvisitIFNULL in class EmptyVisitorpublic void visitIINC(IINC o)
visitIINC in interface VisitorvisitIINC in class EmptyVisitorpublic void visitILOAD(ILOAD o)
visitILOAD in interface VisitorvisitILOAD in class EmptyVisitorpublic void visitIMPDEP1(IMPDEP1 o)
visitIMPDEP1 in interface VisitorvisitIMPDEP1 in class EmptyVisitorpublic void visitIMPDEP2(IMPDEP2 o)
visitIMPDEP2 in interface VisitorvisitIMPDEP2 in class EmptyVisitorpublic void visitIMUL(IMUL o)
visitIMUL in interface VisitorvisitIMUL in class EmptyVisitorpublic void visitINEG(INEG o)
visitINEG in interface VisitorvisitINEG in class EmptyVisitorpublic void visitINSTANCEOF(INSTANCEOF o)
visitINSTANCEOF in interface VisitorvisitINSTANCEOF in class EmptyVisitorpublic void visitINVOKEINTERFACE(INVOKEINTERFACE o)
visitINVOKEINTERFACE in interface VisitorvisitINVOKEINTERFACE in class EmptyVisitorpublic void visitINVOKESPECIAL(INVOKESPECIAL o)
visitINVOKESPECIAL in interface VisitorvisitINVOKESPECIAL in class EmptyVisitorpublic void visitINVOKESTATIC(INVOKESTATIC o)
visitINVOKESTATIC in interface VisitorvisitINVOKESTATIC in class EmptyVisitorpublic void visitINVOKEVIRTUAL(INVOKEVIRTUAL o)
visitINVOKEVIRTUAL in interface VisitorvisitINVOKEVIRTUAL in class EmptyVisitorpublic void visitIOR(IOR o)
visitIOR in interface VisitorvisitIOR in class EmptyVisitorpublic void visitIREM(IREM o)
visitIREM in interface VisitorvisitIREM in class EmptyVisitorpublic void visitIRETURN(IRETURN o)
visitIRETURN in interface VisitorvisitIRETURN in class EmptyVisitorpublic void visitISHL(ISHL o)
visitISHL in interface VisitorvisitISHL in class EmptyVisitorpublic void visitISHR(ISHR o)
visitISHR in interface VisitorvisitISHR in class EmptyVisitorpublic void visitISTORE(ISTORE o)
visitISTORE in interface VisitorvisitISTORE in class EmptyVisitorpublic void visitISUB(ISUB o)
visitISUB in interface VisitorvisitISUB in class EmptyVisitorpublic void visitIUSHR(IUSHR o)
visitIUSHR in interface VisitorvisitIUSHR in class EmptyVisitorpublic void visitIXOR(IXOR o)
visitIXOR in interface VisitorvisitIXOR in class EmptyVisitorpublic void visitJSR(JSR o)
visitJSR in interface VisitorvisitJSR in class EmptyVisitorpublic void visitJSR_W(JSR_W o)
visitJSR_W in interface VisitorvisitJSR_W in class EmptyVisitorpublic void visitL2D(L2D o)
visitL2D in interface VisitorvisitL2D in class EmptyVisitorpublic void visitL2F(L2F o)
visitL2F in interface VisitorvisitL2F in class EmptyVisitorpublic void visitL2I(L2I o)
visitL2I in interface VisitorvisitL2I in class EmptyVisitorpublic void visitLADD(LADD o)
visitLADD in interface VisitorvisitLADD in class EmptyVisitorpublic void visitLALOAD(LALOAD o)
visitLALOAD in interface VisitorvisitLALOAD in class EmptyVisitorpublic void visitLAND(LAND o)
visitLAND in interface VisitorvisitLAND in class EmptyVisitorpublic void visitLASTORE(LASTORE o)
visitLASTORE in interface VisitorvisitLASTORE in class EmptyVisitorpublic void visitLCMP(LCMP o)
visitLCMP in interface VisitorvisitLCMP in class EmptyVisitorpublic void visitLCONST(LCONST o)
visitLCONST in interface VisitorvisitLCONST in class EmptyVisitorpublic void visitLDC(LDC o)
visitLDC in interface VisitorvisitLDC in class EmptyVisitorpublic void visitLDC_W(LDC_W o)
public void visitLDC2_W(LDC2_W o)
visitLDC2_W in interface VisitorvisitLDC2_W in class EmptyVisitorpublic void visitLDIV(LDIV o)
visitLDIV in interface VisitorvisitLDIV in class EmptyVisitorpublic void visitLLOAD(LLOAD o)
visitLLOAD in interface VisitorvisitLLOAD in class EmptyVisitorpublic void visitLMUL(LMUL o)
visitLMUL in interface VisitorvisitLMUL in class EmptyVisitorpublic void visitLNEG(LNEG o)
visitLNEG in interface VisitorvisitLNEG in class EmptyVisitorpublic void visitLOOKUPSWITCH(LOOKUPSWITCH o)
visitLOOKUPSWITCH in interface VisitorvisitLOOKUPSWITCH in class EmptyVisitorpublic void visitLOR(LOR o)
visitLOR in interface VisitorvisitLOR in class EmptyVisitorpublic void visitLREM(LREM o)
visitLREM in interface VisitorvisitLREM in class EmptyVisitorpublic void visitLRETURN(LRETURN o)
visitLRETURN in interface VisitorvisitLRETURN in class EmptyVisitorpublic void visitLSHL(LSHL o)
visitLSHL in interface VisitorvisitLSHL in class EmptyVisitorpublic void visitLSHR(LSHR o)
visitLSHR in interface VisitorvisitLSHR in class EmptyVisitorpublic void visitLSTORE(LSTORE o)
visitLSTORE in interface VisitorvisitLSTORE in class EmptyVisitorpublic void visitLSUB(LSUB o)
visitLSUB in interface VisitorvisitLSUB in class EmptyVisitorpublic void visitLUSHR(LUSHR o)
visitLUSHR in interface VisitorvisitLUSHR in class EmptyVisitorpublic void visitLXOR(LXOR o)
visitLXOR in interface VisitorvisitLXOR in class EmptyVisitorpublic void visitMONITORENTER(MONITORENTER o)
visitMONITORENTER in interface VisitorvisitMONITORENTER in class EmptyVisitorpublic void visitMONITOREXIT(MONITOREXIT o)
visitMONITOREXIT in interface VisitorvisitMONITOREXIT in class EmptyVisitorpublic void visitMULTIANEWARRAY(MULTIANEWARRAY o)
visitMULTIANEWARRAY in interface VisitorvisitMULTIANEWARRAY in class EmptyVisitorpublic void visitNEW(NEW o)
visitNEW in interface VisitorvisitNEW in class EmptyVisitorpublic void visitNEWARRAY(NEWARRAY o)
visitNEWARRAY in interface VisitorvisitNEWARRAY in class EmptyVisitorpublic void visitNOP(NOP o)
visitNOP in interface VisitorvisitNOP in class EmptyVisitorpublic void visitPOP(POP o)
visitPOP in interface VisitorvisitPOP in class EmptyVisitorpublic void visitPOP2(POP2 o)
visitPOP2 in interface VisitorvisitPOP2 in class EmptyVisitorpublic void visitPUTFIELD(PUTFIELD o)
visitPUTFIELD in interface VisitorvisitPUTFIELD in class EmptyVisitorpublic void visitPUTSTATIC(PUTSTATIC o)
visitPUTSTATIC in interface VisitorvisitPUTSTATIC in class EmptyVisitorpublic void visitRET(RET o)
visitRET in interface VisitorvisitRET in class EmptyVisitorpublic void visitRETURN(RETURN o)
visitRETURN in interface VisitorvisitRETURN in class EmptyVisitorpublic void visitSALOAD(SALOAD o)
visitSALOAD in interface VisitorvisitSALOAD in class EmptyVisitorpublic void visitSASTORE(SASTORE o)
visitSASTORE in interface VisitorvisitSASTORE in class EmptyVisitorpublic void visitSIPUSH(SIPUSH o)
visitSIPUSH in interface VisitorvisitSIPUSH in class EmptyVisitorpublic void visitSWAP(SWAP o)
visitSWAP in interface VisitorvisitSWAP in class EmptyVisitorpublic void visitTABLESWITCH(TABLESWITCH o)
visitTABLESWITCH in interface VisitorvisitTABLESWITCH in class EmptyVisitor| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||