Package org.eclipse.jdt.core.util
Class ByteCodeVisitorAdapter
java.lang.Object
org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
- All Implemented Interfaces:
IBytecodeVisitor
Adapter that implements the IBytecodeVisitor. This class is intended to
be subclassed by clients.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
_aaload
(int pc) void
_aastore
(int pc) void
_aconst_null
(int pc) void
_aload
(int pc, int index) void
_aload_0
(int pc) void
_aload_1
(int pc) void
_aload_2
(int pc) void
_aload_3
(int pc) void
_anewarray
(int pc, int index, IConstantPoolEntry constantClass) void
_areturn
(int pc) void
_arraylength
(int pc) void
_astore
(int pc, int index) void
_astore_0
(int pc) void
_astore_1
(int pc) void
_astore_2
(int pc) void
_astore_3
(int pc) void
_athrow
(int pc) void
_baload
(int pc) void
_bastore
(int pc) void
_bipush
(int pc, byte _byte) void
_breakpoint
(int pc) void
_caload
(int pc) void
_castore
(int pc) void
_checkcast
(int pc, int index, IConstantPoolEntry constantClass) void
_d2f
(int pc) void
_d2i
(int pc) void
_d2l
(int pc) void
_dadd
(int pc) void
_daload
(int pc) void
_dastore
(int pc) void
_dcmpg
(int pc) void
_dcmpl
(int pc) void
_dconst_0
(int pc) void
_dconst_1
(int pc) void
_ddiv
(int pc) void
_dload
(int pc, int index) void
_dload_0
(int pc) void
_dload_1
(int pc) void
_dload_2
(int pc) void
_dload_3
(int pc) void
_dmul
(int pc) void
_dneg
(int pc) void
_drem
(int pc) void
_dreturn
(int pc) void
_dstore
(int pc, int index) void
_dstore_0
(int pc) void
_dstore_1
(int pc) void
_dstore_2
(int pc) void
_dstore_3
(int pc) void
_dsub
(int pc) void
_dup
(int pc) void
_dup_x1
(int pc) void
_dup_x2
(int pc) void
_dup2
(int pc) void
_dup2_x1
(int pc) void
_dup2_x2
(int pc) void
_f2d
(int pc) void
_f2i
(int pc) void
_f2l
(int pc) void
_fadd
(int pc) void
_faload
(int pc) void
_fastore
(int pc) void
_fcmpg
(int pc) void
_fcmpl
(int pc) void
_fconst_0
(int pc) void
_fconst_1
(int pc) void
_fconst_2
(int pc) void
_fdiv
(int pc) void
_fload
(int pc, int index) void
_fload_0
(int pc) void
_fload_1
(int pc) void
_fload_2
(int pc) void
_fload_3
(int pc) void
_fmul
(int pc) void
_fneg
(int pc) void
_frem
(int pc) void
_freturn
(int pc) void
_fstore
(int pc, int index) void
_fstore_0
(int pc) void
_fstore_1
(int pc) void
_fstore_2
(int pc) void
_fstore_3
(int pc) void
_fsub
(int pc) void
_getfield
(int pc, int index, IConstantPoolEntry constantFieldref) void
_getstatic
(int pc, int index, IConstantPoolEntry constantFieldref) void
_goto
(int pc, int branchOffset) void
_goto_w
(int pc, int branchOffset) void
_i2b
(int pc) void
_i2c
(int pc) void
_i2d
(int pc) void
_i2f
(int pc) void
_i2l
(int pc) void
_i2s
(int pc) void
_iadd
(int pc) void
_iaload
(int pc) void
_iand
(int pc) void
_iastore
(int pc) void
_iconst_0
(int pc) void
_iconst_1
(int pc) void
_iconst_2
(int pc) void
_iconst_3
(int pc) void
_iconst_4
(int pc) void
_iconst_5
(int pc) void
_iconst_m1
(int pc) void
_idiv
(int pc) void
_if_acmpeq
(int pc, int branchOffset) void
_if_acmpne
(int pc, int branchOffset) void
_if_icmpeq
(int pc, int branchOffset) void
_if_icmpge
(int pc, int branchOffset) void
_if_icmpgt
(int pc, int branchOffset) void
_if_icmple
(int pc, int branchOffset) void
_if_icmplt
(int pc, int branchOffset) void
_if_icmpne
(int pc, int branchOffset) void
_ifeq
(int pc, int branchOffset) void
_ifge
(int pc, int branchOffset) void
_ifgt
(int pc, int branchOffset) void
_ifle
(int pc, int branchOffset) void
_iflt
(int pc, int branchOffset) void
_ifne
(int pc, int branchOffset) void
_ifnonnull
(int pc, int branchOffset) void
_ifnull
(int pc, int branchOffset) void
_iinc
(int pc, int index, int _const) void
_iload
(int pc, int index) void
_iload_0
(int pc) void
_iload_1
(int pc) void
_iload_2
(int pc) void
_iload_3
(int pc) void
_impdep1
(int pc) void
_impdep2
(int pc) void
_imul
(int pc) void
_ineg
(int pc) void
_instanceof
(int pc, int index, IConstantPoolEntry constantClass) void
_invokedynamic
(int pc, int index, IConstantPoolEntry invokeDynamicEntry) void
_invokedynamic
(int pc, int index, IConstantPoolEntry nameEntry, IConstantPoolEntry descriptorEntry) Deprecated.void
_invokeinterface
(int pc, int index, byte nargs, IConstantPoolEntry constantInterfaceMethodref) void
_invokespecial
(int pc, int index, IConstantPoolEntry constantMethodref) void
_invokestatic
(int pc, int index, IConstantPoolEntry constantMethodref) void
_invokevirtual
(int pc, int index, IConstantPoolEntry constantMethodref) void
_ior
(int pc) void
_irem
(int pc) void
_ireturn
(int pc) void
_ishl
(int pc) void
_ishr
(int pc) void
_istore
(int pc, int index) void
_istore_0
(int pc) void
_istore_1
(int pc) void
_istore_2
(int pc) void
_istore_3
(int pc) void
_isub
(int pc) void
_iushr
(int pc) void
_ixor
(int pc) void
_jsr
(int pc, int branchOffset) void
_jsr_w
(int pc, int branchOffset) void
_l2d
(int pc) void
_l2f
(int pc) void
_l2i
(int pc) void
_ladd
(int pc) void
_laload
(int pc) void
_land
(int pc) void
_lastore
(int pc) void
_lcmp
(int pc) void
_lconst_0
(int pc) void
_lconst_1
(int pc) void
_ldc
(int pc, int index, IConstantPoolEntry constantPoolEntry) void
_ldc_w
(int pc, int index, IConstantPoolEntry constantPoolEntry) void
_ldc2_w
(int pc, int index, IConstantPoolEntry constantPoolEntry) void
_ldiv
(int pc) void
_lload
(int pc, int index) void
_lload_0
(int pc) void
_lload_1
(int pc) void
_lload_2
(int pc) void
_lload_3
(int pc) void
_lmul
(int pc) void
_lneg
(int pc) void
_lookupswitch
(int pc, int defaultoffset, int npairs, int[][] offset_pairs) void
_lor
(int pc) void
_lrem
(int pc) void
_lreturn
(int pc) void
_lshl
(int pc) void
_lshr
(int pc) void
_lstore
(int pc, int index) void
_lstore_0
(int pc) void
_lstore_1
(int pc) void
_lstore_2
(int pc) void
_lstore_3
(int pc) void
_lsub
(int pc) void
_lushr
(int pc) void
_lxor
(int pc) void
_monitorenter
(int pc) void
_monitorexit
(int pc) void
_multianewarray
(int pc, int index, int dimensions, IConstantPoolEntry constantClass) void
_new
(int pc, int index, IConstantPoolEntry constantClass) void
_newarray
(int pc, int atype) void
_nop
(int pc) void
_pop
(int pc) void
_pop2
(int pc) void
_putfield
(int pc, int index, IConstantPoolEntry constantFieldref) void
_putstatic
(int pc, int index, IConstantPoolEntry constantFieldref) void
_ret
(int pc, int index) void
_return
(int pc) void
_saload
(int pc) void
_sastore
(int pc) void
_sipush
(int pc, short value) void
_swap
(int pc) void
_tableswitch
(int pc, int defaultoffset, int low, int high, int[] jump_offsets) void
_wide
(int pc, int opcode, int index) void
_wide
(int pc, int iincopcode, int index, int _const)
-
Constructor Details
-
ByteCodeVisitorAdapter
public ByteCodeVisitorAdapter()
-
-
Method Details
-
_aaload
public void _aaload(int pc) - Specified by:
_aaload
in interfaceIBytecodeVisitor
- See Also:
-
_aastore
public void _aastore(int pc) - Specified by:
_aastore
in interfaceIBytecodeVisitor
- See Also:
-
_aconst_null
public void _aconst_null(int pc) - Specified by:
_aconst_null
in interfaceIBytecodeVisitor
- See Also:
-
_aload_0
public void _aload_0(int pc) - Specified by:
_aload_0
in interfaceIBytecodeVisitor
- See Also:
-
_aload_1
public void _aload_1(int pc) - Specified by:
_aload_1
in interfaceIBytecodeVisitor
- See Also:
-
_aload_2
public void _aload_2(int pc) - Specified by:
_aload_2
in interfaceIBytecodeVisitor
- See Also:
-
_aload_3
public void _aload_3(int pc) - Specified by:
_aload_3
in interfaceIBytecodeVisitor
- See Also:
-
_aload
public void _aload(int pc, int index) - Specified by:
_aload
in interfaceIBytecodeVisitor
- See Also:
-
_anewarray
- Specified by:
_anewarray
in interfaceIBytecodeVisitor
- See Also:
-
_areturn
public void _areturn(int pc) - Specified by:
_areturn
in interfaceIBytecodeVisitor
- See Also:
-
_arraylength
public void _arraylength(int pc) - Specified by:
_arraylength
in interfaceIBytecodeVisitor
- See Also:
-
_astore_0
public void _astore_0(int pc) - Specified by:
_astore_0
in interfaceIBytecodeVisitor
- See Also:
-
_astore_1
public void _astore_1(int pc) - Specified by:
_astore_1
in interfaceIBytecodeVisitor
- See Also:
-
_astore_2
public void _astore_2(int pc) - Specified by:
_astore_2
in interfaceIBytecodeVisitor
- See Also:
-
_astore_3
public void _astore_3(int pc) - Specified by:
_astore_3
in interfaceIBytecodeVisitor
- See Also:
-
_astore
public void _astore(int pc, int index) - Specified by:
_astore
in interfaceIBytecodeVisitor
- See Also:
-
_athrow
public void _athrow(int pc) - Specified by:
_athrow
in interfaceIBytecodeVisitor
- See Also:
-
_baload
public void _baload(int pc) - Specified by:
_baload
in interfaceIBytecodeVisitor
- See Also:
-
_bastore
public void _bastore(int pc) - Specified by:
_bastore
in interfaceIBytecodeVisitor
- See Also:
-
_bipush
public void _bipush(int pc, byte _byte) - Specified by:
_bipush
in interfaceIBytecodeVisitor
- See Also:
-
_caload
public void _caload(int pc) - Specified by:
_caload
in interfaceIBytecodeVisitor
- See Also:
-
_castore
public void _castore(int pc) - Specified by:
_castore
in interfaceIBytecodeVisitor
- See Also:
-
_checkcast
- Specified by:
_checkcast
in interfaceIBytecodeVisitor
- See Also:
-
_d2f
public void _d2f(int pc) - Specified by:
_d2f
in interfaceIBytecodeVisitor
- See Also:
-
_d2i
public void _d2i(int pc) - Specified by:
_d2i
in interfaceIBytecodeVisitor
- See Also:
-
_d2l
public void _d2l(int pc) - Specified by:
_d2l
in interfaceIBytecodeVisitor
- See Also:
-
_dadd
public void _dadd(int pc) - Specified by:
_dadd
in interfaceIBytecodeVisitor
- See Also:
-
_daload
public void _daload(int pc) - Specified by:
_daload
in interfaceIBytecodeVisitor
- See Also:
-
_dastore
public void _dastore(int pc) - Specified by:
_dastore
in interfaceIBytecodeVisitor
- See Also:
-
_dcmpg
public void _dcmpg(int pc) - Specified by:
_dcmpg
in interfaceIBytecodeVisitor
- See Also:
-
_dcmpl
public void _dcmpl(int pc) - Specified by:
_dcmpl
in interfaceIBytecodeVisitor
- See Also:
-
_dconst_0
public void _dconst_0(int pc) - Specified by:
_dconst_0
in interfaceIBytecodeVisitor
- See Also:
-
_dconst_1
public void _dconst_1(int pc) - Specified by:
_dconst_1
in interfaceIBytecodeVisitor
- See Also:
-
_ddiv
public void _ddiv(int pc) - Specified by:
_ddiv
in interfaceIBytecodeVisitor
- See Also:
-
_dload_0
public void _dload_0(int pc) - Specified by:
_dload_0
in interfaceIBytecodeVisitor
- See Also:
-
_dload_1
public void _dload_1(int pc) - Specified by:
_dload_1
in interfaceIBytecodeVisitor
- See Also:
-
_dload_2
public void _dload_2(int pc) - Specified by:
_dload_2
in interfaceIBytecodeVisitor
- See Also:
-
_dload_3
public void _dload_3(int pc) - Specified by:
_dload_3
in interfaceIBytecodeVisitor
- See Also:
-
_dload
public void _dload(int pc, int index) - Specified by:
_dload
in interfaceIBytecodeVisitor
- See Also:
-
_dmul
public void _dmul(int pc) - Specified by:
_dmul
in interfaceIBytecodeVisitor
- See Also:
-
_dneg
public void _dneg(int pc) - Specified by:
_dneg
in interfaceIBytecodeVisitor
- See Also:
-
_drem
public void _drem(int pc) - Specified by:
_drem
in interfaceIBytecodeVisitor
- See Also:
-
_dreturn
public void _dreturn(int pc) - Specified by:
_dreturn
in interfaceIBytecodeVisitor
- See Also:
-
_dstore_0
public void _dstore_0(int pc) - Specified by:
_dstore_0
in interfaceIBytecodeVisitor
- See Also:
-
_dstore_1
public void _dstore_1(int pc) - Specified by:
_dstore_1
in interfaceIBytecodeVisitor
- See Also:
-
_dstore_2
public void _dstore_2(int pc) - Specified by:
_dstore_2
in interfaceIBytecodeVisitor
- See Also:
-
_dstore_3
public void _dstore_3(int pc) - Specified by:
_dstore_3
in interfaceIBytecodeVisitor
- See Also:
-
_dstore
public void _dstore(int pc, int index) - Specified by:
_dstore
in interfaceIBytecodeVisitor
- See Also:
-
_dsub
public void _dsub(int pc) - Specified by:
_dsub
in interfaceIBytecodeVisitor
- See Also:
-
_dup_x1
public void _dup_x1(int pc) - Specified by:
_dup_x1
in interfaceIBytecodeVisitor
- See Also:
-
_dup_x2
public void _dup_x2(int pc) - Specified by:
_dup_x2
in interfaceIBytecodeVisitor
- See Also:
-
_dup
public void _dup(int pc) - Specified by:
_dup
in interfaceIBytecodeVisitor
- See Also:
-
_dup2_x1
public void _dup2_x1(int pc) - Specified by:
_dup2_x1
in interfaceIBytecodeVisitor
- See Also:
-
_dup2_x2
public void _dup2_x2(int pc) - Specified by:
_dup2_x2
in interfaceIBytecodeVisitor
- See Also:
-
_dup2
public void _dup2(int pc) - Specified by:
_dup2
in interfaceIBytecodeVisitor
- See Also:
-
_f2d
public void _f2d(int pc) - Specified by:
_f2d
in interfaceIBytecodeVisitor
- See Also:
-
_f2i
public void _f2i(int pc) - Specified by:
_f2i
in interfaceIBytecodeVisitor
- See Also:
-
_f2l
public void _f2l(int pc) - Specified by:
_f2l
in interfaceIBytecodeVisitor
- See Also:
-
_fadd
public void _fadd(int pc) - Specified by:
_fadd
in interfaceIBytecodeVisitor
- See Also:
-
_faload
public void _faload(int pc) - Specified by:
_faload
in interfaceIBytecodeVisitor
- See Also:
-
_fastore
public void _fastore(int pc) - Specified by:
_fastore
in interfaceIBytecodeVisitor
- See Also:
-
_fcmpg
public void _fcmpg(int pc) - Specified by:
_fcmpg
in interfaceIBytecodeVisitor
- See Also:
-
_fcmpl
public void _fcmpl(int pc) - Specified by:
_fcmpl
in interfaceIBytecodeVisitor
- See Also:
-
_fconst_0
public void _fconst_0(int pc) - Specified by:
_fconst_0
in interfaceIBytecodeVisitor
- See Also:
-
_fconst_1
public void _fconst_1(int pc) - Specified by:
_fconst_1
in interfaceIBytecodeVisitor
- See Also:
-
_fconst_2
public void _fconst_2(int pc) - Specified by:
_fconst_2
in interfaceIBytecodeVisitor
- See Also:
-
_fdiv
public void _fdiv(int pc) - Specified by:
_fdiv
in interfaceIBytecodeVisitor
- See Also:
-
_fload_0
public void _fload_0(int pc) - Specified by:
_fload_0
in interfaceIBytecodeVisitor
- See Also:
-
_fload_1
public void _fload_1(int pc) - Specified by:
_fload_1
in interfaceIBytecodeVisitor
- See Also:
-
_fload_2
public void _fload_2(int pc) - Specified by:
_fload_2
in interfaceIBytecodeVisitor
- See Also:
-
_fload_3
public void _fload_3(int pc) - Specified by:
_fload_3
in interfaceIBytecodeVisitor
- See Also:
-
_fload
public void _fload(int pc, int index) - Specified by:
_fload
in interfaceIBytecodeVisitor
- See Also:
-
_fmul
public void _fmul(int pc) - Specified by:
_fmul
in interfaceIBytecodeVisitor
- See Also:
-
_fneg
public void _fneg(int pc) - Specified by:
_fneg
in interfaceIBytecodeVisitor
- See Also:
-
_frem
public void _frem(int pc) - Specified by:
_frem
in interfaceIBytecodeVisitor
- See Also:
-
_freturn
public void _freturn(int pc) - Specified by:
_freturn
in interfaceIBytecodeVisitor
- See Also:
-
_fstore_0
public void _fstore_0(int pc) - Specified by:
_fstore_0
in interfaceIBytecodeVisitor
- See Also:
-
_fstore_1
public void _fstore_1(int pc) - Specified by:
_fstore_1
in interfaceIBytecodeVisitor
- See Also:
-
_fstore_2
public void _fstore_2(int pc) - Specified by:
_fstore_2
in interfaceIBytecodeVisitor
- See Also:
-
_fstore_3
public void _fstore_3(int pc) - Specified by:
_fstore_3
in interfaceIBytecodeVisitor
- See Also:
-
_fstore
public void _fstore(int pc, int index) - Specified by:
_fstore
in interfaceIBytecodeVisitor
- See Also:
-
_fsub
public void _fsub(int pc) - Specified by:
_fsub
in interfaceIBytecodeVisitor
- See Also:
-
_getfield
- Specified by:
_getfield
in interfaceIBytecodeVisitor
- See Also:
-
_getstatic
- Specified by:
_getstatic
in interfaceIBytecodeVisitor
- See Also:
-
_goto_w
public void _goto_w(int pc, int branchOffset) - Specified by:
_goto_w
in interfaceIBytecodeVisitor
- See Also:
-
_goto
public void _goto(int pc, int branchOffset) - Specified by:
_goto
in interfaceIBytecodeVisitor
- See Also:
-
_i2b
public void _i2b(int pc) - Specified by:
_i2b
in interfaceIBytecodeVisitor
- See Also:
-
_i2c
public void _i2c(int pc) - Specified by:
_i2c
in interfaceIBytecodeVisitor
- See Also:
-
_i2d
public void _i2d(int pc) - Specified by:
_i2d
in interfaceIBytecodeVisitor
- See Also:
-
_i2f
public void _i2f(int pc) - Specified by:
_i2f
in interfaceIBytecodeVisitor
- See Also:
-
_i2l
public void _i2l(int pc) - Specified by:
_i2l
in interfaceIBytecodeVisitor
- See Also:
-
_i2s
public void _i2s(int pc) - Specified by:
_i2s
in interfaceIBytecodeVisitor
- See Also:
-
_iadd
public void _iadd(int pc) - Specified by:
_iadd
in interfaceIBytecodeVisitor
- See Also:
-
_iaload
public void _iaload(int pc) - Specified by:
_iaload
in interfaceIBytecodeVisitor
- See Also:
-
_iand
public void _iand(int pc) - Specified by:
_iand
in interfaceIBytecodeVisitor
- See Also:
-
_iastore
public void _iastore(int pc) - Specified by:
_iastore
in interfaceIBytecodeVisitor
- See Also:
-
_iconst_0
public void _iconst_0(int pc) - Specified by:
_iconst_0
in interfaceIBytecodeVisitor
- See Also:
-
_iconst_1
public void _iconst_1(int pc) - Specified by:
_iconst_1
in interfaceIBytecodeVisitor
- See Also:
-
_iconst_2
public void _iconst_2(int pc) - Specified by:
_iconst_2
in interfaceIBytecodeVisitor
- See Also:
-
_iconst_3
public void _iconst_3(int pc) - Specified by:
_iconst_3
in interfaceIBytecodeVisitor
- See Also:
-
_iconst_4
public void _iconst_4(int pc) - Specified by:
_iconst_4
in interfaceIBytecodeVisitor
- See Also:
-
_iconst_5
public void _iconst_5(int pc) - Specified by:
_iconst_5
in interfaceIBytecodeVisitor
- See Also:
-
_iconst_m1
public void _iconst_m1(int pc) - Specified by:
_iconst_m1
in interfaceIBytecodeVisitor
- See Also:
-
_idiv
public void _idiv(int pc) - Specified by:
_idiv
in interfaceIBytecodeVisitor
- See Also:
-
_if_acmpeq
public void _if_acmpeq(int pc, int branchOffset) - Specified by:
_if_acmpeq
in interfaceIBytecodeVisitor
- See Also:
-
_if_acmpne
public void _if_acmpne(int pc, int branchOffset) - Specified by:
_if_acmpne
in interfaceIBytecodeVisitor
- See Also:
-
_if_icmpeq
public void _if_icmpeq(int pc, int branchOffset) - Specified by:
_if_icmpeq
in interfaceIBytecodeVisitor
- See Also:
-
_if_icmpge
public void _if_icmpge(int pc, int branchOffset) - Specified by:
_if_icmpge
in interfaceIBytecodeVisitor
- See Also:
-
_if_icmpgt
public void _if_icmpgt(int pc, int branchOffset) - Specified by:
_if_icmpgt
in interfaceIBytecodeVisitor
- See Also:
-
_if_icmple
public void _if_icmple(int pc, int branchOffset) - Specified by:
_if_icmple
in interfaceIBytecodeVisitor
- See Also:
-
_if_icmplt
public void _if_icmplt(int pc, int branchOffset) - Specified by:
_if_icmplt
in interfaceIBytecodeVisitor
- See Also:
-
_if_icmpne
public void _if_icmpne(int pc, int branchOffset) - Specified by:
_if_icmpne
in interfaceIBytecodeVisitor
- See Also:
-
_ifeq
public void _ifeq(int pc, int branchOffset) - Specified by:
_ifeq
in interfaceIBytecodeVisitor
- See Also:
-
_ifge
public void _ifge(int pc, int branchOffset) - Specified by:
_ifge
in interfaceIBytecodeVisitor
- See Also:
-
_ifgt
public void _ifgt(int pc, int branchOffset) - Specified by:
_ifgt
in interfaceIBytecodeVisitor
- See Also:
-
_ifle
public void _ifle(int pc, int branchOffset) - Specified by:
_ifle
in interfaceIBytecodeVisitor
- See Also:
-
_iflt
public void _iflt(int pc, int branchOffset) - Specified by:
_iflt
in interfaceIBytecodeVisitor
- See Also:
-
_ifne
public void _ifne(int pc, int branchOffset) - Specified by:
_ifne
in interfaceIBytecodeVisitor
- See Also:
-
_ifnonnull
public void _ifnonnull(int pc, int branchOffset) - Specified by:
_ifnonnull
in interfaceIBytecodeVisitor
- See Also:
-
_ifnull
public void _ifnull(int pc, int branchOffset) - Specified by:
_ifnull
in interfaceIBytecodeVisitor
- See Also:
-
_iinc
public void _iinc(int pc, int index, int _const) - Specified by:
_iinc
in interfaceIBytecodeVisitor
- See Also:
-
_iload_0
public void _iload_0(int pc) - Specified by:
_iload_0
in interfaceIBytecodeVisitor
- See Also:
-
_iload_1
public void _iload_1(int pc) - Specified by:
_iload_1
in interfaceIBytecodeVisitor
- See Also:
-
_iload_2
public void _iload_2(int pc) - Specified by:
_iload_2
in interfaceIBytecodeVisitor
- See Also:
-
_iload_3
public void _iload_3(int pc) - Specified by:
_iload_3
in interfaceIBytecodeVisitor
- See Also:
-
_iload
public void _iload(int pc, int index) - Specified by:
_iload
in interfaceIBytecodeVisitor
- See Also:
-
_imul
public void _imul(int pc) - Specified by:
_imul
in interfaceIBytecodeVisitor
- See Also:
-
_ineg
public void _ineg(int pc) - Specified by:
_ineg
in interfaceIBytecodeVisitor
- See Also:
-
_instanceof
- Specified by:
_instanceof
in interfaceIBytecodeVisitor
- See Also:
-
_invokedynamic
public void _invokedynamic(int pc, int index, IConstantPoolEntry nameEntry, IConstantPoolEntry descriptorEntry) Deprecated.This has been replaced withIBytecodeVisitor._invokedynamic(int, int, IConstantPoolEntry)
- Specified by:
_invokedynamic
in interfaceIBytecodeVisitor
- Since:
- 3.6
- See Also:
-
_invokedynamic
- Specified by:
_invokedynamic
in interfaceIBytecodeVisitor
- Since:
- 3.8
- See Also:
-
_invokeinterface
public void _invokeinterface(int pc, int index, byte nargs, IConstantPoolEntry constantInterfaceMethodref) - Specified by:
_invokeinterface
in interfaceIBytecodeVisitor
- See Also:
-
_invokespecial
- Specified by:
_invokespecial
in interfaceIBytecodeVisitor
- See Also:
-
_invokestatic
- Specified by:
_invokestatic
in interfaceIBytecodeVisitor
- See Also:
-
_invokevirtual
- Specified by:
_invokevirtual
in interfaceIBytecodeVisitor
- See Also:
-
_ior
public void _ior(int pc) - Specified by:
_ior
in interfaceIBytecodeVisitor
- See Also:
-
_irem
public void _irem(int pc) - Specified by:
_irem
in interfaceIBytecodeVisitor
- See Also:
-
_ireturn
public void _ireturn(int pc) - Specified by:
_ireturn
in interfaceIBytecodeVisitor
- See Also:
-
_ishl
public void _ishl(int pc) - Specified by:
_ishl
in interfaceIBytecodeVisitor
- See Also:
-
_ishr
public void _ishr(int pc) - Specified by:
_ishr
in interfaceIBytecodeVisitor
- See Also:
-
_istore_0
public void _istore_0(int pc) - Specified by:
_istore_0
in interfaceIBytecodeVisitor
- See Also:
-
_istore_1
public void _istore_1(int pc) - Specified by:
_istore_1
in interfaceIBytecodeVisitor
- See Also:
-
_istore_2
public void _istore_2(int pc) - Specified by:
_istore_2
in interfaceIBytecodeVisitor
- See Also:
-
_istore_3
public void _istore_3(int pc) - Specified by:
_istore_3
in interfaceIBytecodeVisitor
- See Also:
-
_istore
public void _istore(int pc, int index) - Specified by:
_istore
in interfaceIBytecodeVisitor
- See Also:
-
_isub
public void _isub(int pc) - Specified by:
_isub
in interfaceIBytecodeVisitor
- See Also:
-
_iushr
public void _iushr(int pc) - Specified by:
_iushr
in interfaceIBytecodeVisitor
- See Also:
-
_ixor
public void _ixor(int pc) - Specified by:
_ixor
in interfaceIBytecodeVisitor
- See Also:
-
_jsr_w
public void _jsr_w(int pc, int branchOffset) - Specified by:
_jsr_w
in interfaceIBytecodeVisitor
- See Also:
-
_jsr
public void _jsr(int pc, int branchOffset) - Specified by:
_jsr
in interfaceIBytecodeVisitor
- See Also:
-
_l2d
public void _l2d(int pc) - Specified by:
_l2d
in interfaceIBytecodeVisitor
- See Also:
-
_l2f
public void _l2f(int pc) - Specified by:
_l2f
in interfaceIBytecodeVisitor
- See Also:
-
_l2i
public void _l2i(int pc) - Specified by:
_l2i
in interfaceIBytecodeVisitor
- See Also:
-
_ladd
public void _ladd(int pc) - Specified by:
_ladd
in interfaceIBytecodeVisitor
- See Also:
-
_laload
public void _laload(int pc) - Specified by:
_laload
in interfaceIBytecodeVisitor
- See Also:
-
_land
public void _land(int pc) - Specified by:
_land
in interfaceIBytecodeVisitor
- See Also:
-
_lastore
public void _lastore(int pc) - Specified by:
_lastore
in interfaceIBytecodeVisitor
- See Also:
-
_lcmp
public void _lcmp(int pc) - Specified by:
_lcmp
in interfaceIBytecodeVisitor
- See Also:
-
_lconst_0
public void _lconst_0(int pc) - Specified by:
_lconst_0
in interfaceIBytecodeVisitor
- See Also:
-
_lconst_1
public void _lconst_1(int pc) - Specified by:
_lconst_1
in interfaceIBytecodeVisitor
- See Also:
-
_ldc_w
- Specified by:
_ldc_w
in interfaceIBytecodeVisitor
- See Also:
-
_ldc
- Specified by:
_ldc
in interfaceIBytecodeVisitor
- See Also:
-
_ldc2_w
- Specified by:
_ldc2_w
in interfaceIBytecodeVisitor
- See Also:
-
_ldiv
public void _ldiv(int pc) - Specified by:
_ldiv
in interfaceIBytecodeVisitor
- See Also:
-
_lload_0
public void _lload_0(int pc) - Specified by:
_lload_0
in interfaceIBytecodeVisitor
- See Also:
-
_lload_1
public void _lload_1(int pc) - Specified by:
_lload_1
in interfaceIBytecodeVisitor
- See Also:
-
_lload_2
public void _lload_2(int pc) - Specified by:
_lload_2
in interfaceIBytecodeVisitor
- See Also:
-
_lload_3
public void _lload_3(int pc) - Specified by:
_lload_3
in interfaceIBytecodeVisitor
- See Also:
-
_lload
public void _lload(int pc, int index) - Specified by:
_lload
in interfaceIBytecodeVisitor
- See Also:
-
_lmul
public void _lmul(int pc) - Specified by:
_lmul
in interfaceIBytecodeVisitor
- See Also:
-
_lneg
public void _lneg(int pc) - Specified by:
_lneg
in interfaceIBytecodeVisitor
- See Also:
-
_lookupswitch
public void _lookupswitch(int pc, int defaultoffset, int npairs, int[][] offset_pairs) - Specified by:
_lookupswitch
in interfaceIBytecodeVisitor
- See Also:
-
_lor
public void _lor(int pc) - Specified by:
_lor
in interfaceIBytecodeVisitor
- See Also:
-
_lrem
public void _lrem(int pc) - Specified by:
_lrem
in interfaceIBytecodeVisitor
- See Also:
-
_lreturn
public void _lreturn(int pc) - Specified by:
_lreturn
in interfaceIBytecodeVisitor
- See Also:
-
_lshl
public void _lshl(int pc) - Specified by:
_lshl
in interfaceIBytecodeVisitor
- See Also:
-
_lshr
public void _lshr(int pc) - Specified by:
_lshr
in interfaceIBytecodeVisitor
- See Also:
-
_lstore_0
public void _lstore_0(int pc) - Specified by:
_lstore_0
in interfaceIBytecodeVisitor
- See Also:
-
_lstore_1
public void _lstore_1(int pc) - Specified by:
_lstore_1
in interfaceIBytecodeVisitor
- See Also:
-
_lstore_2
public void _lstore_2(int pc) - Specified by:
_lstore_2
in interfaceIBytecodeVisitor
- See Also:
-
_lstore_3
public void _lstore_3(int pc) - Specified by:
_lstore_3
in interfaceIBytecodeVisitor
- See Also:
-
_lstore
public void _lstore(int pc, int index) - Specified by:
_lstore
in interfaceIBytecodeVisitor
- See Also:
-
_lsub
public void _lsub(int pc) - Specified by:
_lsub
in interfaceIBytecodeVisitor
- See Also:
-
_lushr
public void _lushr(int pc) - Specified by:
_lushr
in interfaceIBytecodeVisitor
- See Also:
-
_lxor
public void _lxor(int pc) - Specified by:
_lxor
in interfaceIBytecodeVisitor
- See Also:
-
_monitorenter
public void _monitorenter(int pc) - Specified by:
_monitorenter
in interfaceIBytecodeVisitor
- See Also:
-
_monitorexit
public void _monitorexit(int pc) - Specified by:
_monitorexit
in interfaceIBytecodeVisitor
- See Also:
-
_multianewarray
- Specified by:
_multianewarray
in interfaceIBytecodeVisitor
- See Also:
-
_new
- Specified by:
_new
in interfaceIBytecodeVisitor
- See Also:
-
_newarray
public void _newarray(int pc, int atype) - Specified by:
_newarray
in interfaceIBytecodeVisitor
- See Also:
-
_nop
public void _nop(int pc) - Specified by:
_nop
in interfaceIBytecodeVisitor
- See Also:
-
_pop
public void _pop(int pc) - Specified by:
_pop
in interfaceIBytecodeVisitor
- See Also:
-
_pop2
public void _pop2(int pc) - Specified by:
_pop2
in interfaceIBytecodeVisitor
- See Also:
-
_putfield
- Specified by:
_putfield
in interfaceIBytecodeVisitor
- See Also:
-
_putstatic
- Specified by:
_putstatic
in interfaceIBytecodeVisitor
- See Also:
-
_ret
public void _ret(int pc, int index) - Specified by:
_ret
in interfaceIBytecodeVisitor
- See Also:
-
_return
public void _return(int pc) - Specified by:
_return
in interfaceIBytecodeVisitor
- See Also:
-
_saload
public void _saload(int pc) - Specified by:
_saload
in interfaceIBytecodeVisitor
- See Also:
-
_sastore
public void _sastore(int pc) - Specified by:
_sastore
in interfaceIBytecodeVisitor
- See Also:
-
_sipush
public void _sipush(int pc, short value) - Specified by:
_sipush
in interfaceIBytecodeVisitor
- See Also:
-
_swap
public void _swap(int pc) - Specified by:
_swap
in interfaceIBytecodeVisitor
- See Also:
-
_tableswitch
public void _tableswitch(int pc, int defaultoffset, int low, int high, int[] jump_offsets) - Specified by:
_tableswitch
in interfaceIBytecodeVisitor
- See Also:
-
_wide
public void _wide(int pc, int iincopcode, int index, int _const) - Specified by:
_wide
in interfaceIBytecodeVisitor
- See Also:
-
_wide
public void _wide(int pc, int opcode, int index) - Specified by:
_wide
in interfaceIBytecodeVisitor
- See Also:
-
_breakpoint
public void _breakpoint(int pc) - Specified by:
_breakpoint
in interfaceIBytecodeVisitor
- See Also:
-
_impdep1
public void _impdep1(int pc) - Specified by:
_impdep1
in interfaceIBytecodeVisitor
- See Also:
-
_impdep2
public void _impdep2(int pc) - Specified by:
_impdep2
in interfaceIBytecodeVisitor
- See Also:
-
IBytecodeVisitor._invokedynamic(int, int, IConstantPoolEntry)