|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bytecodes.Visitor | |
---|---|
joeq.Compiler.BytecodeAnalysis |
Uses of Bytecodes.Visitor in joeq.Compiler.BytecodeAnalysis |
---|
Classes in joeq.Compiler.BytecodeAnalysis that implement Bytecodes.Visitor | |
---|---|
static class |
Bytecodes.EmptyVisitor
|
Methods in joeq.Compiler.BytecodeAnalysis with parameters of type Bytecodes.Visitor | |
---|---|
abstract void |
Bytecodes.Instruction.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.InstructionHandle.accept(Bytecodes.Visitor v)
Convenience method, simply calls accept() on the contained instruction. |
void |
Bytecodes.InstructionList.accept(Bytecodes.Visitor v)
Convenience method, simply calls accept() on the contained instructions. |
void |
Bytecodes.ARRAYLENGTH.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.AALOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.AASTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ACONST_NULL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ALOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ANEWARRAY.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ARETURN.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ASTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ATHROW.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.BALOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.BASTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.BIPUSH.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.BREAKPOINT.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.CALOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.CASTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.CHECKCAST.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.D2F.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.D2I.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.D2L.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DADD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DALOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DASTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DCMPG.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DCMPL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DCONST.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DDIV.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DLOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DMUL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DNEG.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DREM.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DRETURN.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DSTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DSUB.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DUP2.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DUP2_X1.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DUP2_X2.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DUP.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DUP_X1.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.DUP_X2.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.F2D.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.F2I.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.F2L.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FADD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FALOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FASTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FCMPG.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FCMPL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FCONST.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FDIV.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FLOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FMUL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FNEG.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FREM.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FRETURN.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FSTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.FSUB.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.GETFIELD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.GETSTATIC.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.GOTO.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.GOTO_W.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.I2B.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.I2C.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.I2D.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.I2F.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.I2L.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.I2S.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IADD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IALOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IAND.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IASTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ICONST.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IDIV.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IF_ACMPEQ.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IF_ACMPNE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IFEQ.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IFGE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IFGT.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IF_ICMPEQ.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IF_ICMPGE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IF_ICMPGT.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IF_ICMPLE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IF_ICMPLT.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IF_ICMPNE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IFLE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IFLT.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IFNE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IFNONNULL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IFNULL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IINC.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ILOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IMUL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.INEG.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.INSTANCEOF.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.INVOKEINTERFACE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.INVOKESPECIAL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.INVOKESTATIC.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.INVOKEVIRTUAL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IOR.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IREM.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IRETURN.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ISHL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ISHR.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ISTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.ISUB.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IUSHR.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.IXOR.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.JSR.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.JSR_W.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.L2D.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.L2F.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.L2I.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LADD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LALOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LAND.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LASTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LCMP.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LCONST.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LDC2_W.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LDC.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LDIV.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LLOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LMUL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LNEG.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LOOKUPSWITCH.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LOR.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LREM.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LRETURN.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LSHL.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LSHR.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LSTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LSUB.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LUSHR.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LXOR.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.MONITORENTER.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.MONITOREXIT.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.MULTIANEWARRAY.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.NEWARRAY.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.NEW.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.NOP.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.POP2.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.POP.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.PUTFIELD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.PUTSTATIC.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.RET.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.RETURN.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.SALOAD.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.SASTORE.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.SIPUSH.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.SWAP.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.TABLESWITCH.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.LoadInstruction.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
void |
Bytecodes.StoreInstruction.accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |