joeq.Compiler.BytecodeAnalysis
Interface Bytecodes.TypedInstruction

All Known Subinterfaces:
Bytecodes.ConstantPushInstruction
All Known Implementing Classes:
Bytecodes.AALOAD, Bytecodes.AASTORE, Bytecodes.ACONST_NULL, Bytecodes.ALOAD, Bytecodes.ANEWARRAY, Bytecodes.ARETURN, Bytecodes.ArithmeticInstruction, Bytecodes.ArrayInstruction, Bytecodes.ASTORE, Bytecodes.BALOAD, Bytecodes.BASTORE, Bytecodes.BIPUSH, Bytecodes.CALOAD, Bytecodes.CASTORE, Bytecodes.CHECKCAST, Bytecodes.ConversionInstruction, Bytecodes.CPInstruction, Bytecodes.D2F, Bytecodes.D2I, Bytecodes.D2L, Bytecodes.DADD, Bytecodes.DALOAD, Bytecodes.DASTORE, Bytecodes.DCMPG, Bytecodes.DCMPL, Bytecodes.DCONST, Bytecodes.DDIV, Bytecodes.DLOAD, Bytecodes.DMUL, Bytecodes.DNEG, Bytecodes.DREM, Bytecodes.DRETURN, Bytecodes.DSTORE, Bytecodes.DSUB, Bytecodes.F2D, Bytecodes.F2I, Bytecodes.F2L, Bytecodes.FADD, Bytecodes.FALOAD, Bytecodes.FASTORE, Bytecodes.FCMPG, Bytecodes.FCMPL, Bytecodes.FCONST, Bytecodes.FDIV, Bytecodes.FieldInstruction, Bytecodes.FieldOrMethod, Bytecodes.FLOAD, Bytecodes.FMUL, Bytecodes.FNEG, Bytecodes.FREM, Bytecodes.FRETURN, Bytecodes.FSTORE, Bytecodes.FSUB, Bytecodes.GETFIELD, Bytecodes.GETSTATIC, Bytecodes.I2B, Bytecodes.I2C, Bytecodes.I2D, Bytecodes.I2F, Bytecodes.I2L, Bytecodes.I2S, Bytecodes.IADD, Bytecodes.IALOAD, Bytecodes.IAND, Bytecodes.IASTORE, Bytecodes.ICONST, Bytecodes.IDIV, Bytecodes.IINC, Bytecodes.ILOAD, Bytecodes.IMUL, Bytecodes.INEG, Bytecodes.INSTANCEOF, Bytecodes.InvokeInstruction, Bytecodes.INVOKEINTERFACE, Bytecodes.INVOKESPECIAL, Bytecodes.INVOKESTATIC, Bytecodes.INVOKEVIRTUAL, Bytecodes.IOR, Bytecodes.IREM, Bytecodes.IRETURN, Bytecodes.ISHL, Bytecodes.ISHR, Bytecodes.ISTORE, Bytecodes.ISUB, Bytecodes.IUSHR, Bytecodes.IXOR, Bytecodes.JSR, Bytecodes.JSR_W, Bytecodes.JsrInstruction, Bytecodes.L2D, Bytecodes.L2F, Bytecodes.L2I, Bytecodes.LADD, Bytecodes.LALOAD, Bytecodes.LAND, Bytecodes.LASTORE, Bytecodes.LCMP, Bytecodes.LCONST, Bytecodes.LDC, Bytecodes.LDC_W, Bytecodes.LDC2_W, Bytecodes.LDIV, Bytecodes.LLOAD, Bytecodes.LMUL, Bytecodes.LNEG, Bytecodes.LoadInstruction, Bytecodes.LocalVariableInstruction, Bytecodes.LOR, Bytecodes.LREM, Bytecodes.LRETURN, Bytecodes.LSHL, Bytecodes.LSHR, Bytecodes.LSTORE, Bytecodes.LSUB, Bytecodes.LUSHR, Bytecodes.LXOR, Bytecodes.MULTIANEWARRAY, Bytecodes.NEW, Bytecodes.PUTFIELD, Bytecodes.PUTSTATIC, Bytecodes.RET, Bytecodes.RETURN, Bytecodes.ReturnInstruction, Bytecodes.SALOAD, Bytecodes.SASTORE, Bytecodes.SIPUSH, Bytecodes.StoreInstruction
Enclosing interface:
Bytecodes

public static interface Bytecodes.TypedInstruction


Method Summary
 jq_Type getType()
           
 

Method Detail

getType

jq_Type getType()


Copyright © 2001-2008 John Whaley. All Rights Reserved.