Table of Contents

Class Opcodes

Namespace
Dalvik.Bytecode
Assembly
MASES.Netdroid.dll
public class Opcodes : JVMBridgeBase<Opcodes>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IOpcodes
Inheritance
Opcodes
Implements
Extension Methods

Constructors

Opcodes(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Opcodes(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

OP_ADD_DOUBLE

public static int OP_ADD_DOUBLE { get; set; }

Property Value

int

OP_ADD_DOUBLE_2ADDR

public static int OP_ADD_DOUBLE_2ADDR { get; set; }

Property Value

int

OP_ADD_FLOAT

public static int OP_ADD_FLOAT { get; set; }

Property Value

int

OP_ADD_FLOAT_2ADDR

public static int OP_ADD_FLOAT_2ADDR { get; set; }

Property Value

int

OP_ADD_INT

public static int OP_ADD_INT { get; set; }

Property Value

int

OP_ADD_INT_2ADDR

public static int OP_ADD_INT_2ADDR { get; set; }

Property Value

int

OP_ADD_INT_LIT16

public static int OP_ADD_INT_LIT16 { get; set; }

Property Value

int

OP_ADD_INT_LIT8

public static int OP_ADD_INT_LIT8 { get; set; }

Property Value

int

OP_ADD_LONG

public static int OP_ADD_LONG { get; set; }

Property Value

int

OP_ADD_LONG_2ADDR

public static int OP_ADD_LONG_2ADDR { get; set; }

Property Value

int

OP_AGET

public static int OP_AGET { get; set; }

Property Value

int

OP_AGET_BOOLEAN

public static int OP_AGET_BOOLEAN { get; set; }

Property Value

int

OP_AGET_BYTE

public static int OP_AGET_BYTE { get; set; }

Property Value

int

OP_AGET_CHAR

public static int OP_AGET_CHAR { get; set; }

Property Value

int

OP_AGET_OBJECT

public static int OP_AGET_OBJECT { get; set; }

Property Value

int

OP_AGET_SHORT

public static int OP_AGET_SHORT { get; set; }

Property Value

int

OP_AGET_WIDE

public static int OP_AGET_WIDE { get; set; }

Property Value

int

OP_AND_INT

public static int OP_AND_INT { get; set; }

Property Value

int

OP_AND_INT_2ADDR

public static int OP_AND_INT_2ADDR { get; set; }

Property Value

int

OP_AND_INT_LIT16

public static int OP_AND_INT_LIT16 { get; set; }

Property Value

int

OP_AND_INT_LIT8

public static int OP_AND_INT_LIT8 { get; set; }

Property Value

int

OP_AND_LONG

public static int OP_AND_LONG { get; set; }

Property Value

int

OP_AND_LONG_2ADDR

public static int OP_AND_LONG_2ADDR { get; set; }

Property Value

int

OP_APUT

public static int OP_APUT { get; set; }

Property Value

int

OP_APUT_BOOLEAN

public static int OP_APUT_BOOLEAN { get; set; }

Property Value

int

OP_APUT_BYTE

public static int OP_APUT_BYTE { get; set; }

Property Value

int

OP_APUT_CHAR

public static int OP_APUT_CHAR { get; set; }

Property Value

int

OP_APUT_OBJECT

public static int OP_APUT_OBJECT { get; set; }

Property Value

int

OP_APUT_SHORT

public static int OP_APUT_SHORT { get; set; }

Property Value

int

OP_APUT_WIDE

public static int OP_APUT_WIDE { get; set; }

Property Value

int

OP_ARRAY_LENGTH

public static int OP_ARRAY_LENGTH { get; set; }

Property Value

int

OP_BREAKPOINT

[Obsolete("Deprecated in JVM")]
public static int OP_BREAKPOINT { get; set; }

Property Value

int

OP_CHECK_CAST

public static int OP_CHECK_CAST { get; set; }

Property Value

int

OP_CHECK_CAST_JUMBO

public static int OP_CHECK_CAST_JUMBO { get; set; }

Property Value

int

OP_CMPG_DOUBLE

public static int OP_CMPG_DOUBLE { get; set; }

Property Value

int

OP_CMPG_FLOAT

public static int OP_CMPG_FLOAT { get; set; }

Property Value

int

OP_CMPL_DOUBLE

public static int OP_CMPL_DOUBLE { get; set; }

Property Value

int

OP_CMPL_FLOAT

public static int OP_CMPL_FLOAT { get; set; }

Property Value

int

OP_CMP_LONG

public static int OP_CMP_LONG { get; set; }

Property Value

int

OP_CONST

public static int OP_CONST { get; set; }

Property Value

int

OP_CONST_16

public static int OP_CONST_16 { get; set; }

Property Value

int

OP_CONST_4

public static int OP_CONST_4 { get; set; }

Property Value

int

OP_CONST_CLASS

public static int OP_CONST_CLASS { get; set; }

Property Value

int

OP_CONST_CLASS_JUMBO

public static int OP_CONST_CLASS_JUMBO { get; set; }

Property Value

int

OP_CONST_HIGH16

public static int OP_CONST_HIGH16 { get; set; }

Property Value

int

OP_CONST_METHOD_HANDLE

public static int OP_CONST_METHOD_HANDLE { get; set; }

Property Value

int

OP_CONST_METHOD_TYPE

public static int OP_CONST_METHOD_TYPE { get; set; }

Property Value

int

OP_CONST_STRING

public static int OP_CONST_STRING { get; set; }

Property Value

int

OP_CONST_STRING_JUMBO

public static int OP_CONST_STRING_JUMBO { get; set; }

Property Value

int

OP_CONST_WIDE

public static int OP_CONST_WIDE { get; set; }

Property Value

int

OP_CONST_WIDE_16

public static int OP_CONST_WIDE_16 { get; set; }

Property Value

int

OP_CONST_WIDE_32

public static int OP_CONST_WIDE_32 { get; set; }

Property Value

int

OP_CONST_WIDE_HIGH16

public static int OP_CONST_WIDE_HIGH16 { get; set; }

Property Value

int

OP_DIV_DOUBLE

public static int OP_DIV_DOUBLE { get; set; }

Property Value

int

OP_DIV_DOUBLE_2ADDR

public static int OP_DIV_DOUBLE_2ADDR { get; set; }

Property Value

int

OP_DIV_FLOAT

public static int OP_DIV_FLOAT { get; set; }

Property Value

int

OP_DIV_FLOAT_2ADDR

public static int OP_DIV_FLOAT_2ADDR { get; set; }

Property Value

int

OP_DIV_INT

public static int OP_DIV_INT { get; set; }

Property Value

int

OP_DIV_INT_2ADDR

public static int OP_DIV_INT_2ADDR { get; set; }

Property Value

int

OP_DIV_INT_LIT16

public static int OP_DIV_INT_LIT16 { get; set; }

Property Value

int

OP_DIV_INT_LIT8

public static int OP_DIV_INT_LIT8 { get; set; }

Property Value

int

OP_DIV_LONG

public static int OP_DIV_LONG { get; set; }

Property Value

int

OP_DIV_LONG_2ADDR

public static int OP_DIV_LONG_2ADDR { get; set; }

Property Value

int

OP_DOUBLE_TO_FLOAT

public static int OP_DOUBLE_TO_FLOAT { get; set; }

Property Value

int

OP_DOUBLE_TO_INT

public static int OP_DOUBLE_TO_INT { get; set; }

Property Value

int

OP_DOUBLE_TO_LONG

public static int OP_DOUBLE_TO_LONG { get; set; }

Property Value

int

OP_EXECUTE_INLINE

[Obsolete("Deprecated in JVM")]
public static int OP_EXECUTE_INLINE { get; set; }

Property Value

int

OP_EXECUTE_INLINE_RANGE

[Obsolete("Deprecated in JVM")]
public static int OP_EXECUTE_INLINE_RANGE { get; set; }

Property Value

int

OP_FILLED_NEW_ARRAY

public static int OP_FILLED_NEW_ARRAY { get; set; }

Property Value

int

OP_FILLED_NEW_ARRAY_JUMBO

public static int OP_FILLED_NEW_ARRAY_JUMBO { get; set; }

Property Value

int

OP_FILLED_NEW_ARRAY_RANGE

public static int OP_FILLED_NEW_ARRAY_RANGE { get; set; }

Property Value

int

OP_FILL_ARRAY_DATA

public static int OP_FILL_ARRAY_DATA { get; set; }

Property Value

int

OP_FLOAT_TO_DOUBLE

public static int OP_FLOAT_TO_DOUBLE { get; set; }

Property Value

int

OP_FLOAT_TO_INT

public static int OP_FLOAT_TO_INT { get; set; }

Property Value

int

OP_FLOAT_TO_LONG

public static int OP_FLOAT_TO_LONG { get; set; }

Property Value

int

OP_GOTO

public static int OP_GOTO { get; set; }

Property Value

int

OP_GOTO_16

public static int OP_GOTO_16 { get; set; }

Property Value

int

OP_GOTO_32

public static int OP_GOTO_32 { get; set; }

Property Value

int

OP_IF_EQ

public static int OP_IF_EQ { get; set; }

Property Value

int

OP_IF_EQZ

public static int OP_IF_EQZ { get; set; }

Property Value

int

OP_IF_GE

public static int OP_IF_GE { get; set; }

Property Value

int

OP_IF_GEZ

public static int OP_IF_GEZ { get; set; }

Property Value

int

OP_IF_GT

public static int OP_IF_GT { get; set; }

Property Value

int

OP_IF_GTZ

public static int OP_IF_GTZ { get; set; }

Property Value

int

OP_IF_LE

public static int OP_IF_LE { get; set; }

Property Value

int

OP_IF_LEZ

public static int OP_IF_LEZ { get; set; }

Property Value

int

OP_IF_LT

public static int OP_IF_LT { get; set; }

Property Value

int

OP_IF_LTZ

public static int OP_IF_LTZ { get; set; }

Property Value

int

OP_IF_NE

public static int OP_IF_NE { get; set; }

Property Value

int

OP_IF_NEZ

public static int OP_IF_NEZ { get; set; }

Property Value

int

OP_IGET

public static int OP_IGET { get; set; }

Property Value

int

OP_IGET_BOOLEAN

public static int OP_IGET_BOOLEAN { get; set; }

Property Value

int

OP_IGET_BOOLEAN_JUMBO

public static int OP_IGET_BOOLEAN_JUMBO { get; set; }

Property Value

int

OP_IGET_BYTE

public static int OP_IGET_BYTE { get; set; }

Property Value

int

OP_IGET_BYTE_JUMBO

public static int OP_IGET_BYTE_JUMBO { get; set; }

Property Value

int

OP_IGET_CHAR

public static int OP_IGET_CHAR { get; set; }

Property Value

int

OP_IGET_CHAR_JUMBO

public static int OP_IGET_CHAR_JUMBO { get; set; }

Property Value

int

OP_IGET_JUMBO

public static int OP_IGET_JUMBO { get; set; }

Property Value

int

OP_IGET_OBJECT

public static int OP_IGET_OBJECT { get; set; }

Property Value

int

OP_IGET_OBJECT_JUMBO

public static int OP_IGET_OBJECT_JUMBO { get; set; }

Property Value

int

OP_IGET_OBJECT_QUICK

[Obsolete("Deprecated in JVM")]
public static int OP_IGET_OBJECT_QUICK { get; set; }

Property Value

int

OP_IGET_QUICK

[Obsolete("Deprecated in JVM")]
public static int OP_IGET_QUICK { get; set; }

Property Value

int

OP_IGET_SHORT

public static int OP_IGET_SHORT { get; set; }

Property Value

int

OP_IGET_SHORT_JUMBO

public static int OP_IGET_SHORT_JUMBO { get; set; }

Property Value

int

OP_IGET_WIDE

public static int OP_IGET_WIDE { get; set; }

Property Value

int

OP_IGET_WIDE_JUMBO

public static int OP_IGET_WIDE_JUMBO { get; set; }

Property Value

int

OP_IGET_WIDE_QUICK

[Obsolete("Deprecated in JVM")]
public static int OP_IGET_WIDE_QUICK { get; set; }

Property Value

int

OP_IGET_WIDE_VOLATILE

[Obsolete("Deprecated in JVM")]
public static int OP_IGET_WIDE_VOLATILE { get; set; }

Property Value

int

OP_INSTANCE_OF

public static int OP_INSTANCE_OF { get; set; }

Property Value

int

OP_INSTANCE_OF_JUMBO

public static int OP_INSTANCE_OF_JUMBO { get; set; }

Property Value

int

OP_INT_TO_BYTE

public static int OP_INT_TO_BYTE { get; set; }

Property Value

int

OP_INT_TO_CHAR

public static int OP_INT_TO_CHAR { get; set; }

Property Value

int

OP_INT_TO_DOUBLE

public static int OP_INT_TO_DOUBLE { get; set; }

Property Value

int

OP_INT_TO_FLOAT

public static int OP_INT_TO_FLOAT { get; set; }

Property Value

int

OP_INT_TO_LONG

public static int OP_INT_TO_LONG { get; set; }

Property Value

int

OP_INT_TO_SHORT

public static int OP_INT_TO_SHORT { get; set; }

Property Value

int

OP_INVOKE_CUSTOM

public static int OP_INVOKE_CUSTOM { get; set; }

Property Value

int

OP_INVOKE_CUSTOM_RANGE

public static int OP_INVOKE_CUSTOM_RANGE { get; set; }

Property Value

int

OP_INVOKE_DIRECT

public static int OP_INVOKE_DIRECT { get; set; }

Property Value

int

OP_INVOKE_DIRECT_EMPTY

[Obsolete("Deprecated in JVM")]
public static int OP_INVOKE_DIRECT_EMPTY { get; set; }

Property Value

int

OP_INVOKE_DIRECT_JUMBO

public static int OP_INVOKE_DIRECT_JUMBO { get; set; }

Property Value

int

OP_INVOKE_DIRECT_RANGE

public static int OP_INVOKE_DIRECT_RANGE { get; set; }

Property Value

int

OP_INVOKE_INTERFACE

public static int OP_INVOKE_INTERFACE { get; set; }

Property Value

int

OP_INVOKE_INTERFACE_JUMBO

public static int OP_INVOKE_INTERFACE_JUMBO { get; set; }

Property Value

int

OP_INVOKE_INTERFACE_RANGE

public static int OP_INVOKE_INTERFACE_RANGE { get; set; }

Property Value

int

OP_INVOKE_POLYMORPHIC

public static int OP_INVOKE_POLYMORPHIC { get; set; }

Property Value

int

OP_INVOKE_POLYMORPHIC_RANGE

public static int OP_INVOKE_POLYMORPHIC_RANGE { get; set; }

Property Value

int

OP_INVOKE_STATIC

public static int OP_INVOKE_STATIC { get; set; }

Property Value

int

OP_INVOKE_STATIC_JUMBO

public static int OP_INVOKE_STATIC_JUMBO { get; set; }

Property Value

int

OP_INVOKE_STATIC_RANGE

public static int OP_INVOKE_STATIC_RANGE { get; set; }

Property Value

int

OP_INVOKE_SUPER

public static int OP_INVOKE_SUPER { get; set; }

Property Value

int

OP_INVOKE_SUPER_JUMBO

public static int OP_INVOKE_SUPER_JUMBO { get; set; }

Property Value

int

OP_INVOKE_SUPER_QUICK

[Obsolete("Deprecated in JVM")]
public static int OP_INVOKE_SUPER_QUICK { get; set; }

Property Value

int

OP_INVOKE_SUPER_QUICK_RANGE

[Obsolete("Deprecated in JVM")]
public static int OP_INVOKE_SUPER_QUICK_RANGE { get; set; }

Property Value

int

OP_INVOKE_SUPER_RANGE

public static int OP_INVOKE_SUPER_RANGE { get; set; }

Property Value

int

OP_INVOKE_VIRTUAL

public static int OP_INVOKE_VIRTUAL { get; set; }

Property Value

int

OP_INVOKE_VIRTUAL_JUMBO

public static int OP_INVOKE_VIRTUAL_JUMBO { get; set; }

Property Value

int

OP_INVOKE_VIRTUAL_QUICK

[Obsolete("Deprecated in JVM")]
public static int OP_INVOKE_VIRTUAL_QUICK { get; set; }

Property Value

int

OP_INVOKE_VIRTUAL_QUICK_RANGE

[Obsolete("Deprecated in JVM")]
public static int OP_INVOKE_VIRTUAL_QUICK_RANGE { get; set; }

Property Value

int

OP_INVOKE_VIRTUAL_RANGE

public static int OP_INVOKE_VIRTUAL_RANGE { get; set; }

Property Value

int

OP_IPUT

public static int OP_IPUT { get; set; }

Property Value

int

OP_IPUT_BOOLEAN

public static int OP_IPUT_BOOLEAN { get; set; }

Property Value

int

OP_IPUT_BOOLEAN_JUMBO

public static int OP_IPUT_BOOLEAN_JUMBO { get; set; }

Property Value

int

OP_IPUT_BYTE

public static int OP_IPUT_BYTE { get; set; }

Property Value

int

OP_IPUT_BYTE_JUMBO

public static int OP_IPUT_BYTE_JUMBO { get; set; }

Property Value

int

OP_IPUT_CHAR

public static int OP_IPUT_CHAR { get; set; }

Property Value

int

OP_IPUT_CHAR_JUMBO

public static int OP_IPUT_CHAR_JUMBO { get; set; }

Property Value

int

OP_IPUT_JUMBO

public static int OP_IPUT_JUMBO { get; set; }

Property Value

int

OP_IPUT_OBJECT

public static int OP_IPUT_OBJECT { get; set; }

Property Value

int

OP_IPUT_OBJECT_JUMBO

public static int OP_IPUT_OBJECT_JUMBO { get; set; }

Property Value

int

OP_IPUT_OBJECT_QUICK

[Obsolete("Deprecated in JVM")]
public static int OP_IPUT_OBJECT_QUICK { get; set; }

Property Value

int

OP_IPUT_QUICK

[Obsolete("Deprecated in JVM")]
public static int OP_IPUT_QUICK { get; set; }

Property Value

int

OP_IPUT_SHORT

public static int OP_IPUT_SHORT { get; set; }

Property Value

int

OP_IPUT_SHORT_JUMBO

public static int OP_IPUT_SHORT_JUMBO { get; set; }

Property Value

int

OP_IPUT_WIDE

public static int OP_IPUT_WIDE { get; set; }

Property Value

int

OP_IPUT_WIDE_JUMBO

public static int OP_IPUT_WIDE_JUMBO { get; set; }

Property Value

int

OP_IPUT_WIDE_QUICK

[Obsolete("Deprecated in JVM")]
public static int OP_IPUT_WIDE_QUICK { get; set; }

Property Value

int

OP_IPUT_WIDE_VOLATILE

[Obsolete("Deprecated in JVM")]
public static int OP_IPUT_WIDE_VOLATILE { get; set; }

Property Value

int

OP_LONG_TO_DOUBLE

public static int OP_LONG_TO_DOUBLE { get; set; }

Property Value

int

OP_LONG_TO_FLOAT

public static int OP_LONG_TO_FLOAT { get; set; }

Property Value

int

OP_LONG_TO_INT

public static int OP_LONG_TO_INT { get; set; }

Property Value

int

OP_MONITOR_ENTER

public static int OP_MONITOR_ENTER { get; set; }

Property Value

int

OP_MONITOR_EXIT

public static int OP_MONITOR_EXIT { get; set; }

Property Value

int

OP_MOVE

public static int OP_MOVE { get; set; }

Property Value

int

OP_MOVE_16

public static int OP_MOVE_16 { get; set; }

Property Value

int

OP_MOVE_EXCEPTION

public static int OP_MOVE_EXCEPTION { get; set; }

Property Value

int

OP_MOVE_FROM16

public static int OP_MOVE_FROM16 { get; set; }

Property Value

int

OP_MOVE_OBJECT

public static int OP_MOVE_OBJECT { get; set; }

Property Value

int

OP_MOVE_OBJECT_16

public static int OP_MOVE_OBJECT_16 { get; set; }

Property Value

int

OP_MOVE_OBJECT_FROM16

public static int OP_MOVE_OBJECT_FROM16 { get; set; }

Property Value

int

OP_MOVE_RESULT

public static int OP_MOVE_RESULT { get; set; }

Property Value

int

OP_MOVE_RESULT_OBJECT

public static int OP_MOVE_RESULT_OBJECT { get; set; }

Property Value

int

OP_MOVE_RESULT_WIDE

public static int OP_MOVE_RESULT_WIDE { get; set; }

Property Value

int

OP_MOVE_WIDE

public static int OP_MOVE_WIDE { get; set; }

Property Value

int

OP_MOVE_WIDE_16

public static int OP_MOVE_WIDE_16 { get; set; }

Property Value

int

OP_MOVE_WIDE_FROM16

public static int OP_MOVE_WIDE_FROM16 { get; set; }

Property Value

int

OP_MUL_DOUBLE

public static int OP_MUL_DOUBLE { get; set; }

Property Value

int

OP_MUL_DOUBLE_2ADDR

public static int OP_MUL_DOUBLE_2ADDR { get; set; }

Property Value

int

OP_MUL_FLOAT

public static int OP_MUL_FLOAT { get; set; }

Property Value

int

OP_MUL_FLOAT_2ADDR

public static int OP_MUL_FLOAT_2ADDR { get; set; }

Property Value

int

OP_MUL_INT

public static int OP_MUL_INT { get; set; }

Property Value

int

OP_MUL_INT_2ADDR

public static int OP_MUL_INT_2ADDR { get; set; }

Property Value

int

OP_MUL_INT_LIT16

public static int OP_MUL_INT_LIT16 { get; set; }

Property Value

int

OP_MUL_INT_LIT8

public static int OP_MUL_INT_LIT8 { get; set; }

Property Value

int

OP_MUL_LONG

public static int OP_MUL_LONG { get; set; }

Property Value

int

OP_MUL_LONG_2ADDR

public static int OP_MUL_LONG_2ADDR { get; set; }

Property Value

int

OP_NEG_DOUBLE

public static int OP_NEG_DOUBLE { get; set; }

Property Value

int

OP_NEG_FLOAT

public static int OP_NEG_FLOAT { get; set; }

Property Value

int

OP_NEG_INT

public static int OP_NEG_INT { get; set; }

Property Value

int

OP_NEG_LONG

public static int OP_NEG_LONG { get; set; }

Property Value

int

OP_NEW_ARRAY

public static int OP_NEW_ARRAY { get; set; }

Property Value

int

OP_NEW_ARRAY_JUMBO

public static int OP_NEW_ARRAY_JUMBO { get; set; }

Property Value

int

OP_NEW_INSTANCE

public static int OP_NEW_INSTANCE { get; set; }

Property Value

int

OP_NEW_INSTANCE_JUMBO

public static int OP_NEW_INSTANCE_JUMBO { get; set; }

Property Value

int

OP_NOP

public static int OP_NOP { get; set; }

Property Value

int

OP_NOT_INT

public static int OP_NOT_INT { get; set; }

Property Value

int

OP_NOT_LONG

public static int OP_NOT_LONG { get; set; }

Property Value

int

OP_OR_INT

public static int OP_OR_INT { get; set; }

Property Value

int

OP_OR_INT_2ADDR

public static int OP_OR_INT_2ADDR { get; set; }

Property Value

int

OP_OR_INT_LIT16

public static int OP_OR_INT_LIT16 { get; set; }

Property Value

int

OP_OR_INT_LIT8

public static int OP_OR_INT_LIT8 { get; set; }

Property Value

int

OP_OR_LONG

public static int OP_OR_LONG { get; set; }

Property Value

int

OP_OR_LONG_2ADDR

public static int OP_OR_LONG_2ADDR { get; set; }

Property Value

int

OP_PACKED_SWITCH

public static int OP_PACKED_SWITCH { get; set; }

Property Value

int

OP_REM_DOUBLE

public static int OP_REM_DOUBLE { get; set; }

Property Value

int

OP_REM_DOUBLE_2ADDR

public static int OP_REM_DOUBLE_2ADDR { get; set; }

Property Value

int

OP_REM_FLOAT

public static int OP_REM_FLOAT { get; set; }

Property Value

int

OP_REM_FLOAT_2ADDR

public static int OP_REM_FLOAT_2ADDR { get; set; }

Property Value

int

OP_REM_INT

public static int OP_REM_INT { get; set; }

Property Value

int

OP_REM_INT_2ADDR

public static int OP_REM_INT_2ADDR { get; set; }

Property Value

int

OP_REM_INT_LIT16

public static int OP_REM_INT_LIT16 { get; set; }

Property Value

int

OP_REM_INT_LIT8

public static int OP_REM_INT_LIT8 { get; set; }

Property Value

int

OP_REM_LONG

public static int OP_REM_LONG { get; set; }

Property Value

int

OP_REM_LONG_2ADDR

public static int OP_REM_LONG_2ADDR { get; set; }

Property Value

int

OP_RETURN

public static int OP_RETURN { get; set; }

Property Value

int

OP_RETURN_OBJECT

public static int OP_RETURN_OBJECT { get; set; }

Property Value

int

OP_RETURN_VOID

public static int OP_RETURN_VOID { get; set; }

Property Value

int

OP_RETURN_WIDE

public static int OP_RETURN_WIDE { get; set; }

Property Value

int

OP_RSUB_INT

public static int OP_RSUB_INT { get; set; }

Property Value

int

OP_RSUB_INT_LIT8

public static int OP_RSUB_INT_LIT8 { get; set; }

Property Value

int

OP_SGET

public static int OP_SGET { get; set; }

Property Value

int

OP_SGET_BOOLEAN

public static int OP_SGET_BOOLEAN { get; set; }

Property Value

int

OP_SGET_BOOLEAN_JUMBO

public static int OP_SGET_BOOLEAN_JUMBO { get; set; }

Property Value

int

OP_SGET_BYTE

public static int OP_SGET_BYTE { get; set; }

Property Value

int

OP_SGET_BYTE_JUMBO

public static int OP_SGET_BYTE_JUMBO { get; set; }

Property Value

int

OP_SGET_CHAR

public static int OP_SGET_CHAR { get; set; }

Property Value

int

OP_SGET_CHAR_JUMBO

public static int OP_SGET_CHAR_JUMBO { get; set; }

Property Value

int

OP_SGET_JUMBO

public static int OP_SGET_JUMBO { get; set; }

Property Value

int

OP_SGET_OBJECT

public static int OP_SGET_OBJECT { get; set; }

Property Value

int

OP_SGET_OBJECT_JUMBO

public static int OP_SGET_OBJECT_JUMBO { get; set; }

Property Value

int

OP_SGET_SHORT

public static int OP_SGET_SHORT { get; set; }

Property Value

int

OP_SGET_SHORT_JUMBO

public static int OP_SGET_SHORT_JUMBO { get; set; }

Property Value

int

OP_SGET_WIDE

public static int OP_SGET_WIDE { get; set; }

Property Value

int

OP_SGET_WIDE_JUMBO

public static int OP_SGET_WIDE_JUMBO { get; set; }

Property Value

int

OP_SGET_WIDE_VOLATILE

[Obsolete("Deprecated in JVM")]
public static int OP_SGET_WIDE_VOLATILE { get; set; }

Property Value

int

OP_SHL_INT

public static int OP_SHL_INT { get; set; }

Property Value

int

OP_SHL_INT_2ADDR

public static int OP_SHL_INT_2ADDR { get; set; }

Property Value

int

OP_SHL_INT_LIT8

public static int OP_SHL_INT_LIT8 { get; set; }

Property Value

int

OP_SHL_LONG

public static int OP_SHL_LONG { get; set; }

Property Value

int

OP_SHL_LONG_2ADDR

public static int OP_SHL_LONG_2ADDR { get; set; }

Property Value

int

OP_SHR_INT

public static int OP_SHR_INT { get; set; }

Property Value

int

OP_SHR_INT_2ADDR

public static int OP_SHR_INT_2ADDR { get; set; }

Property Value

int

OP_SHR_INT_LIT8

public static int OP_SHR_INT_LIT8 { get; set; }

Property Value

int

OP_SHR_LONG

public static int OP_SHR_LONG { get; set; }

Property Value

int

OP_SHR_LONG_2ADDR

public static int OP_SHR_LONG_2ADDR { get; set; }

Property Value

int

OP_SPARSE_SWITCH

public static int OP_SPARSE_SWITCH { get; set; }

Property Value

int

OP_SPUT

public static int OP_SPUT { get; set; }

Property Value

int

OP_SPUT_BOOLEAN

public static int OP_SPUT_BOOLEAN { get; set; }

Property Value

int

OP_SPUT_BOOLEAN_JUMBO

public static int OP_SPUT_BOOLEAN_JUMBO { get; set; }

Property Value

int

OP_SPUT_BYTE

public static int OP_SPUT_BYTE { get; set; }

Property Value

int

OP_SPUT_BYTE_JUMBO

public static int OP_SPUT_BYTE_JUMBO { get; set; }

Property Value

int

OP_SPUT_CHAR

public static int OP_SPUT_CHAR { get; set; }

Property Value

int

OP_SPUT_CHAR_JUMBO

public static int OP_SPUT_CHAR_JUMBO { get; set; }

Property Value

int

OP_SPUT_JUMBO

public static int OP_SPUT_JUMBO { get; set; }

Property Value

int

OP_SPUT_OBJECT

public static int OP_SPUT_OBJECT { get; set; }

Property Value

int

OP_SPUT_OBJECT_JUMBO

public static int OP_SPUT_OBJECT_JUMBO { get; set; }

Property Value

int

OP_SPUT_SHORT

public static int OP_SPUT_SHORT { get; set; }

Property Value

int

OP_SPUT_SHORT_JUMBO

public static int OP_SPUT_SHORT_JUMBO { get; set; }

Property Value

int

OP_SPUT_WIDE

public static int OP_SPUT_WIDE { get; set; }

Property Value

int

OP_SPUT_WIDE_JUMBO

public static int OP_SPUT_WIDE_JUMBO { get; set; }

Property Value

int

OP_SPUT_WIDE_VOLATILE

[Obsolete("Deprecated in JVM")]
public static int OP_SPUT_WIDE_VOLATILE { get; set; }

Property Value

int

OP_SUB_DOUBLE

public static int OP_SUB_DOUBLE { get; set; }

Property Value

int

OP_SUB_DOUBLE_2ADDR

public static int OP_SUB_DOUBLE_2ADDR { get; set; }

Property Value

int

OP_SUB_FLOAT

public static int OP_SUB_FLOAT { get; set; }

Property Value

int

OP_SUB_FLOAT_2ADDR

public static int OP_SUB_FLOAT_2ADDR { get; set; }

Property Value

int

OP_SUB_INT

public static int OP_SUB_INT { get; set; }

Property Value

int

OP_SUB_INT_2ADDR

public static int OP_SUB_INT_2ADDR { get; set; }

Property Value

int

OP_SUB_LONG

public static int OP_SUB_LONG { get; set; }

Property Value

int

OP_SUB_LONG_2ADDR

public static int OP_SUB_LONG_2ADDR { get; set; }

Property Value

int

OP_THROW

public static int OP_THROW { get; set; }

Property Value

int

OP_THROW_VERIFICATION_ERROR

[Obsolete("Deprecated in JVM")]
public static int OP_THROW_VERIFICATION_ERROR { get; set; }

Property Value

int

OP_USHR_INT

public static int OP_USHR_INT { get; set; }

Property Value

int

OP_USHR_INT_2ADDR

public static int OP_USHR_INT_2ADDR { get; set; }

Property Value

int

OP_USHR_INT_LIT8

public static int OP_USHR_INT_LIT8 { get; set; }

Property Value

int

OP_USHR_LONG

public static int OP_USHR_LONG { get; set; }

Property Value

int

OP_USHR_LONG_2ADDR

public static int OP_USHR_LONG_2ADDR { get; set; }

Property Value

int

OP_XOR_INT

public static int OP_XOR_INT { get; set; }

Property Value

int

OP_XOR_INT_2ADDR

public static int OP_XOR_INT_2ADDR { get; set; }

Property Value

int

OP_XOR_INT_LIT16

public static int OP_XOR_INT_LIT16 { get; set; }

Property Value

int

OP_XOR_INT_LIT8

public static int OP_XOR_INT_LIT8 { get; set; }

Property Value

int

OP_XOR_LONG

public static int OP_XOR_LONG { get; set; }

Property Value

int

OP_XOR_LONG_2ADDR

public static int OP_XOR_LONG_2ADDR { get; set; }

Property Value

int