Table of Contents

Class Opcodes

Namespace
Dalvik.Bytecode
Assembly
MASES.Netdroid.dll
public class Opcodes : JVMBridgeBase<Opcodes>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IOpcodes
Inheritance
JVMBridgeBase
JVMBridgeBase<Opcodes>
Opcodes
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Opcodes>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Opcodes>.IsAssignableFrom<T>()
JVMBridgeBase<Opcodes>.Execute<T>(params T[])
JVMBridgeBase<Opcodes>.DynBridgeClazz
JVMBridgeBase<Opcodes>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Opcodes()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("Opcodes class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Opcodes()

Opcodes(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("Opcodes class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Opcodes(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

OP_ADD_DOUBLE

public static int OP_ADD_DOUBLE { get; }

Property Value

int

OP_ADD_DOUBLE_2ADDR

public static int OP_ADD_DOUBLE_2ADDR { get; }

Property Value

int

OP_ADD_FLOAT

public static int OP_ADD_FLOAT { get; }

Property Value

int

OP_ADD_FLOAT_2ADDR

public static int OP_ADD_FLOAT_2ADDR { get; }

Property Value

int

OP_ADD_INT

public static int OP_ADD_INT { get; }

Property Value

int

OP_ADD_INT_2ADDR

public static int OP_ADD_INT_2ADDR { get; }

Property Value

int

OP_ADD_INT_LIT16

public static int OP_ADD_INT_LIT16 { get; }

Property Value

int

OP_ADD_INT_LIT8

public static int OP_ADD_INT_LIT8 { get; }

Property Value

int

OP_ADD_LONG

public static int OP_ADD_LONG { get; }

Property Value

int

OP_ADD_LONG_2ADDR

public static int OP_ADD_LONG_2ADDR { get; }

Property Value

int

OP_AGET

public static int OP_AGET { get; }

Property Value

int

OP_AGET_BOOLEAN

public static int OP_AGET_BOOLEAN { get; }

Property Value

int

OP_AGET_BYTE

public static int OP_AGET_BYTE { get; }

Property Value

int

OP_AGET_CHAR

public static int OP_AGET_CHAR { get; }

Property Value

int

OP_AGET_OBJECT

public static int OP_AGET_OBJECT { get; }

Property Value

int

OP_AGET_SHORT

public static int OP_AGET_SHORT { get; }

Property Value

int

OP_AGET_WIDE

public static int OP_AGET_WIDE { get; }

Property Value

int

OP_AND_INT

public static int OP_AND_INT { get; }

Property Value

int

OP_AND_INT_2ADDR

public static int OP_AND_INT_2ADDR { get; }

Property Value

int

OP_AND_INT_LIT16

public static int OP_AND_INT_LIT16 { get; }

Property Value

int

OP_AND_INT_LIT8

public static int OP_AND_INT_LIT8 { get; }

Property Value

int

OP_AND_LONG

public static int OP_AND_LONG { get; }

Property Value

int

OP_AND_LONG_2ADDR

public static int OP_AND_LONG_2ADDR { get; }

Property Value

int

OP_APUT

public static int OP_APUT { get; }

Property Value

int

OP_APUT_BOOLEAN

public static int OP_APUT_BOOLEAN { get; }

Property Value

int

OP_APUT_BYTE

public static int OP_APUT_BYTE { get; }

Property Value

int

OP_APUT_CHAR

public static int OP_APUT_CHAR { get; }

Property Value

int

OP_APUT_OBJECT

public static int OP_APUT_OBJECT { get; }

Property Value

int

OP_APUT_SHORT

public static int OP_APUT_SHORT { get; }

Property Value

int

OP_APUT_WIDE

public static int OP_APUT_WIDE { get; }

Property Value

int

OP_ARRAY_LENGTH

public static int OP_ARRAY_LENGTH { get; }

Property Value

int

OP_BREAKPOINT

[Obsolete]
public static int OP_BREAKPOINT { get; }

Property Value

int

OP_CHECK_CAST

public static int OP_CHECK_CAST { get; }

Property Value

int

OP_CHECK_CAST_JUMBO

public static int OP_CHECK_CAST_JUMBO { get; }

Property Value

int

OP_CMPG_DOUBLE

public static int OP_CMPG_DOUBLE { get; }

Property Value

int

OP_CMPG_FLOAT

public static int OP_CMPG_FLOAT { get; }

Property Value

int

OP_CMPL_DOUBLE

public static int OP_CMPL_DOUBLE { get; }

Property Value

int

OP_CMPL_FLOAT

public static int OP_CMPL_FLOAT { get; }

Property Value

int

OP_CMP_LONG

public static int OP_CMP_LONG { get; }

Property Value

int

OP_CONST

public static int OP_CONST { get; }

Property Value

int

OP_CONST_16

public static int OP_CONST_16 { get; }

Property Value

int

OP_CONST_4

public static int OP_CONST_4 { get; }

Property Value

int

OP_CONST_CLASS

public static int OP_CONST_CLASS { get; }

Property Value

int

OP_CONST_CLASS_JUMBO

public static int OP_CONST_CLASS_JUMBO { get; }

Property Value

int

OP_CONST_HIGH16

public static int OP_CONST_HIGH16 { get; }

Property Value

int

OP_CONST_METHOD_HANDLE

public static int OP_CONST_METHOD_HANDLE { get; }

Property Value

int

OP_CONST_METHOD_TYPE

public static int OP_CONST_METHOD_TYPE { get; }

Property Value

int

OP_CONST_STRING

public static int OP_CONST_STRING { get; }

Property Value

int

OP_CONST_STRING_JUMBO

public static int OP_CONST_STRING_JUMBO { get; }

Property Value

int

OP_CONST_WIDE

public static int OP_CONST_WIDE { get; }

Property Value

int

OP_CONST_WIDE_16

public static int OP_CONST_WIDE_16 { get; }

Property Value

int

OP_CONST_WIDE_32

public static int OP_CONST_WIDE_32 { get; }

Property Value

int

OP_CONST_WIDE_HIGH16

public static int OP_CONST_WIDE_HIGH16 { get; }

Property Value

int

OP_DIV_DOUBLE

public static int OP_DIV_DOUBLE { get; }

Property Value

int

OP_DIV_DOUBLE_2ADDR

public static int OP_DIV_DOUBLE_2ADDR { get; }

Property Value

int

OP_DIV_FLOAT

public static int OP_DIV_FLOAT { get; }

Property Value

int

OP_DIV_FLOAT_2ADDR

public static int OP_DIV_FLOAT_2ADDR { get; }

Property Value

int

OP_DIV_INT

public static int OP_DIV_INT { get; }

Property Value

int

OP_DIV_INT_2ADDR

public static int OP_DIV_INT_2ADDR { get; }

Property Value

int

OP_DIV_INT_LIT16

public static int OP_DIV_INT_LIT16 { get; }

Property Value

int

OP_DIV_INT_LIT8

public static int OP_DIV_INT_LIT8 { get; }

Property Value

int

OP_DIV_LONG

public static int OP_DIV_LONG { get; }

Property Value

int

OP_DIV_LONG_2ADDR

public static int OP_DIV_LONG_2ADDR { get; }

Property Value

int

OP_DOUBLE_TO_FLOAT

public static int OP_DOUBLE_TO_FLOAT { get; }

Property Value

int

OP_DOUBLE_TO_INT

public static int OP_DOUBLE_TO_INT { get; }

Property Value

int

OP_DOUBLE_TO_LONG

public static int OP_DOUBLE_TO_LONG { get; }

Property Value

int

OP_EXECUTE_INLINE

[Obsolete]
public static int OP_EXECUTE_INLINE { get; }

Property Value

int

OP_EXECUTE_INLINE_RANGE

[Obsolete]
public static int OP_EXECUTE_INLINE_RANGE { get; }

Property Value

int

OP_FILLED_NEW_ARRAY

public static int OP_FILLED_NEW_ARRAY { get; }

Property Value

int

OP_FILLED_NEW_ARRAY_JUMBO

public static int OP_FILLED_NEW_ARRAY_JUMBO { get; }

Property Value

int

OP_FILLED_NEW_ARRAY_RANGE

public static int OP_FILLED_NEW_ARRAY_RANGE { get; }

Property Value

int

OP_FILL_ARRAY_DATA

public static int OP_FILL_ARRAY_DATA { get; }

Property Value

int

OP_FLOAT_TO_DOUBLE

public static int OP_FLOAT_TO_DOUBLE { get; }

Property Value

int

OP_FLOAT_TO_INT

public static int OP_FLOAT_TO_INT { get; }

Property Value

int

OP_FLOAT_TO_LONG

public static int OP_FLOAT_TO_LONG { get; }

Property Value

int

OP_GOTO

public static int OP_GOTO { get; }

Property Value

int

OP_GOTO_16

public static int OP_GOTO_16 { get; }

Property Value

int

OP_GOTO_32

public static int OP_GOTO_32 { get; }

Property Value

int

OP_IF_EQ

public static int OP_IF_EQ { get; }

Property Value

int

OP_IF_EQZ

public static int OP_IF_EQZ { get; }

Property Value

int

OP_IF_GE

public static int OP_IF_GE { get; }

Property Value

int

OP_IF_GEZ

public static int OP_IF_GEZ { get; }

Property Value

int

OP_IF_GT

public static int OP_IF_GT { get; }

Property Value

int

OP_IF_GTZ

public static int OP_IF_GTZ { get; }

Property Value

int

OP_IF_LE

public static int OP_IF_LE { get; }

Property Value

int

OP_IF_LEZ

public static int OP_IF_LEZ { get; }

Property Value

int

OP_IF_LT

public static int OP_IF_LT { get; }

Property Value

int

OP_IF_LTZ

public static int OP_IF_LTZ { get; }

Property Value

int

OP_IF_NE

public static int OP_IF_NE { get; }

Property Value

int

OP_IF_NEZ

public static int OP_IF_NEZ { get; }

Property Value

int

OP_IGET

public static int OP_IGET { get; }

Property Value

int

OP_IGET_BOOLEAN

public static int OP_IGET_BOOLEAN { get; }

Property Value

int

OP_IGET_BOOLEAN_JUMBO

public static int OP_IGET_BOOLEAN_JUMBO { get; }

Property Value

int

OP_IGET_BYTE

public static int OP_IGET_BYTE { get; }

Property Value

int

OP_IGET_BYTE_JUMBO

public static int OP_IGET_BYTE_JUMBO { get; }

Property Value

int

OP_IGET_CHAR

public static int OP_IGET_CHAR { get; }

Property Value

int

OP_IGET_CHAR_JUMBO

public static int OP_IGET_CHAR_JUMBO { get; }

Property Value

int

OP_IGET_JUMBO

public static int OP_IGET_JUMBO { get; }

Property Value

int

OP_IGET_OBJECT

public static int OP_IGET_OBJECT { get; }

Property Value

int

OP_IGET_OBJECT_JUMBO

public static int OP_IGET_OBJECT_JUMBO { get; }

Property Value

int

OP_IGET_OBJECT_QUICK

[Obsolete]
public static int OP_IGET_OBJECT_QUICK { get; }

Property Value

int

OP_IGET_QUICK

[Obsolete]
public static int OP_IGET_QUICK { get; }

Property Value

int

OP_IGET_SHORT

public static int OP_IGET_SHORT { get; }

Property Value

int

OP_IGET_SHORT_JUMBO

public static int OP_IGET_SHORT_JUMBO { get; }

Property Value

int

OP_IGET_WIDE

public static int OP_IGET_WIDE { get; }

Property Value

int

OP_IGET_WIDE_JUMBO

public static int OP_IGET_WIDE_JUMBO { get; }

Property Value

int

OP_IGET_WIDE_QUICK

[Obsolete]
public static int OP_IGET_WIDE_QUICK { get; }

Property Value

int

OP_IGET_WIDE_VOLATILE

[Obsolete]
public static int OP_IGET_WIDE_VOLATILE { get; }

Property Value

int

OP_INSTANCE_OF

public static int OP_INSTANCE_OF { get; }

Property Value

int

OP_INSTANCE_OF_JUMBO

public static int OP_INSTANCE_OF_JUMBO { get; }

Property Value

int

OP_INT_TO_BYTE

public static int OP_INT_TO_BYTE { get; }

Property Value

int

OP_INT_TO_CHAR

public static int OP_INT_TO_CHAR { get; }

Property Value

int

OP_INT_TO_DOUBLE

public static int OP_INT_TO_DOUBLE { get; }

Property Value

int

OP_INT_TO_FLOAT

public static int OP_INT_TO_FLOAT { get; }

Property Value

int

OP_INT_TO_LONG

public static int OP_INT_TO_LONG { get; }

Property Value

int

OP_INT_TO_SHORT

public static int OP_INT_TO_SHORT { get; }

Property Value

int

OP_INVOKE_CUSTOM

public static int OP_INVOKE_CUSTOM { get; }

Property Value

int

OP_INVOKE_CUSTOM_RANGE

public static int OP_INVOKE_CUSTOM_RANGE { get; }

Property Value

int

OP_INVOKE_DIRECT

public static int OP_INVOKE_DIRECT { get; }

Property Value

int

OP_INVOKE_DIRECT_EMPTY

[Obsolete]
public static int OP_INVOKE_DIRECT_EMPTY { get; }

Property Value

int

OP_INVOKE_DIRECT_JUMBO

public static int OP_INVOKE_DIRECT_JUMBO { get; }

Property Value

int

OP_INVOKE_DIRECT_RANGE

public static int OP_INVOKE_DIRECT_RANGE { get; }

Property Value

int

OP_INVOKE_INTERFACE

public static int OP_INVOKE_INTERFACE { get; }

Property Value

int

OP_INVOKE_INTERFACE_JUMBO

public static int OP_INVOKE_INTERFACE_JUMBO { get; }

Property Value

int

OP_INVOKE_INTERFACE_RANGE

public static int OP_INVOKE_INTERFACE_RANGE { get; }

Property Value

int

OP_INVOKE_POLYMORPHIC

public static int OP_INVOKE_POLYMORPHIC { get; }

Property Value

int

OP_INVOKE_POLYMORPHIC_RANGE

public static int OP_INVOKE_POLYMORPHIC_RANGE { get; }

Property Value

int

OP_INVOKE_STATIC

public static int OP_INVOKE_STATIC { get; }

Property Value

int

OP_INVOKE_STATIC_JUMBO

public static int OP_INVOKE_STATIC_JUMBO { get; }

Property Value

int

OP_INVOKE_STATIC_RANGE

public static int OP_INVOKE_STATIC_RANGE { get; }

Property Value

int

OP_INVOKE_SUPER

public static int OP_INVOKE_SUPER { get; }

Property Value

int

OP_INVOKE_SUPER_JUMBO

public static int OP_INVOKE_SUPER_JUMBO { get; }

Property Value

int

OP_INVOKE_SUPER_QUICK

[Obsolete]
public static int OP_INVOKE_SUPER_QUICK { get; }

Property Value

int

OP_INVOKE_SUPER_QUICK_RANGE

[Obsolete]
public static int OP_INVOKE_SUPER_QUICK_RANGE { get; }

Property Value

int

OP_INVOKE_SUPER_RANGE

public static int OP_INVOKE_SUPER_RANGE { get; }

Property Value

int

OP_INVOKE_VIRTUAL

public static int OP_INVOKE_VIRTUAL { get; }

Property Value

int

OP_INVOKE_VIRTUAL_JUMBO

public static int OP_INVOKE_VIRTUAL_JUMBO { get; }

Property Value

int

OP_INVOKE_VIRTUAL_QUICK

[Obsolete]
public static int OP_INVOKE_VIRTUAL_QUICK { get; }

Property Value

int

OP_INVOKE_VIRTUAL_QUICK_RANGE

[Obsolete]
public static int OP_INVOKE_VIRTUAL_QUICK_RANGE { get; }

Property Value

int

OP_INVOKE_VIRTUAL_RANGE

public static int OP_INVOKE_VIRTUAL_RANGE { get; }

Property Value

int

OP_IPUT

public static int OP_IPUT { get; }

Property Value

int

OP_IPUT_BOOLEAN

public static int OP_IPUT_BOOLEAN { get; }

Property Value

int

OP_IPUT_BOOLEAN_JUMBO

public static int OP_IPUT_BOOLEAN_JUMBO { get; }

Property Value

int

OP_IPUT_BYTE

public static int OP_IPUT_BYTE { get; }

Property Value

int

OP_IPUT_BYTE_JUMBO

public static int OP_IPUT_BYTE_JUMBO { get; }

Property Value

int

OP_IPUT_CHAR

public static int OP_IPUT_CHAR { get; }

Property Value

int

OP_IPUT_CHAR_JUMBO

public static int OP_IPUT_CHAR_JUMBO { get; }

Property Value

int

OP_IPUT_JUMBO

public static int OP_IPUT_JUMBO { get; }

Property Value

int

OP_IPUT_OBJECT

public static int OP_IPUT_OBJECT { get; }

Property Value

int

OP_IPUT_OBJECT_JUMBO

public static int OP_IPUT_OBJECT_JUMBO { get; }

Property Value

int

OP_IPUT_OBJECT_QUICK

[Obsolete]
public static int OP_IPUT_OBJECT_QUICK { get; }

Property Value

int

OP_IPUT_QUICK

[Obsolete]
public static int OP_IPUT_QUICK { get; }

Property Value

int

OP_IPUT_SHORT

public static int OP_IPUT_SHORT { get; }

Property Value

int

OP_IPUT_SHORT_JUMBO

public static int OP_IPUT_SHORT_JUMBO { get; }

Property Value

int

OP_IPUT_WIDE

public static int OP_IPUT_WIDE { get; }

Property Value

int

OP_IPUT_WIDE_JUMBO

public static int OP_IPUT_WIDE_JUMBO { get; }

Property Value

int

OP_IPUT_WIDE_QUICK

[Obsolete]
public static int OP_IPUT_WIDE_QUICK { get; }

Property Value

int

OP_IPUT_WIDE_VOLATILE

[Obsolete]
public static int OP_IPUT_WIDE_VOLATILE { get; }

Property Value

int

OP_LONG_TO_DOUBLE

public static int OP_LONG_TO_DOUBLE { get; }

Property Value

int

OP_LONG_TO_FLOAT

public static int OP_LONG_TO_FLOAT { get; }

Property Value

int

OP_LONG_TO_INT

public static int OP_LONG_TO_INT { get; }

Property Value

int

OP_MONITOR_ENTER

public static int OP_MONITOR_ENTER { get; }

Property Value

int

OP_MONITOR_EXIT

public static int OP_MONITOR_EXIT { get; }

Property Value

int

OP_MOVE

public static int OP_MOVE { get; }

Property Value

int

OP_MOVE_16

public static int OP_MOVE_16 { get; }

Property Value

int

OP_MOVE_EXCEPTION

public static int OP_MOVE_EXCEPTION { get; }

Property Value

int

OP_MOVE_FROM16

public static int OP_MOVE_FROM16 { get; }

Property Value

int

OP_MOVE_OBJECT

public static int OP_MOVE_OBJECT { get; }

Property Value

int

OP_MOVE_OBJECT_16

public static int OP_MOVE_OBJECT_16 { get; }

Property Value

int

OP_MOVE_OBJECT_FROM16

public static int OP_MOVE_OBJECT_FROM16 { get; }

Property Value

int

OP_MOVE_RESULT

public static int OP_MOVE_RESULT { get; }

Property Value

int

OP_MOVE_RESULT_OBJECT

public static int OP_MOVE_RESULT_OBJECT { get; }

Property Value

int

OP_MOVE_RESULT_WIDE

public static int OP_MOVE_RESULT_WIDE { get; }

Property Value

int

OP_MOVE_WIDE

public static int OP_MOVE_WIDE { get; }

Property Value

int

OP_MOVE_WIDE_16

public static int OP_MOVE_WIDE_16 { get; }

Property Value

int

OP_MOVE_WIDE_FROM16

public static int OP_MOVE_WIDE_FROM16 { get; }

Property Value

int

OP_MUL_DOUBLE

public static int OP_MUL_DOUBLE { get; }

Property Value

int

OP_MUL_DOUBLE_2ADDR

public static int OP_MUL_DOUBLE_2ADDR { get; }

Property Value

int

OP_MUL_FLOAT

public static int OP_MUL_FLOAT { get; }

Property Value

int

OP_MUL_FLOAT_2ADDR

public static int OP_MUL_FLOAT_2ADDR { get; }

Property Value

int

OP_MUL_INT

public static int OP_MUL_INT { get; }

Property Value

int

OP_MUL_INT_2ADDR

public static int OP_MUL_INT_2ADDR { get; }

Property Value

int

OP_MUL_INT_LIT16

public static int OP_MUL_INT_LIT16 { get; }

Property Value

int

OP_MUL_INT_LIT8

public static int OP_MUL_INT_LIT8 { get; }

Property Value

int

OP_MUL_LONG

public static int OP_MUL_LONG { get; }

Property Value

int

OP_MUL_LONG_2ADDR

public static int OP_MUL_LONG_2ADDR { get; }

Property Value

int

OP_NEG_DOUBLE

public static int OP_NEG_DOUBLE { get; }

Property Value

int

OP_NEG_FLOAT

public static int OP_NEG_FLOAT { get; }

Property Value

int

OP_NEG_INT

public static int OP_NEG_INT { get; }

Property Value

int

OP_NEG_LONG

public static int OP_NEG_LONG { get; }

Property Value

int

OP_NEW_ARRAY

public static int OP_NEW_ARRAY { get; }

Property Value

int

OP_NEW_ARRAY_JUMBO

public static int OP_NEW_ARRAY_JUMBO { get; }

Property Value

int

OP_NEW_INSTANCE

public static int OP_NEW_INSTANCE { get; }

Property Value

int

OP_NEW_INSTANCE_JUMBO

public static int OP_NEW_INSTANCE_JUMBO { get; }

Property Value

int

OP_NOP

public static int OP_NOP { get; }

Property Value

int

OP_NOT_INT

public static int OP_NOT_INT { get; }

Property Value

int

OP_NOT_LONG

public static int OP_NOT_LONG { get; }

Property Value

int

OP_OR_INT

public static int OP_OR_INT { get; }

Property Value

int

OP_OR_INT_2ADDR

public static int OP_OR_INT_2ADDR { get; }

Property Value

int

OP_OR_INT_LIT16

public static int OP_OR_INT_LIT16 { get; }

Property Value

int

OP_OR_INT_LIT8

public static int OP_OR_INT_LIT8 { get; }

Property Value

int

OP_OR_LONG

public static int OP_OR_LONG { get; }

Property Value

int

OP_OR_LONG_2ADDR

public static int OP_OR_LONG_2ADDR { get; }

Property Value

int

OP_PACKED_SWITCH

public static int OP_PACKED_SWITCH { get; }

Property Value

int

OP_REM_DOUBLE

public static int OP_REM_DOUBLE { get; }

Property Value

int

OP_REM_DOUBLE_2ADDR

public static int OP_REM_DOUBLE_2ADDR { get; }

Property Value

int

OP_REM_FLOAT

public static int OP_REM_FLOAT { get; }

Property Value

int

OP_REM_FLOAT_2ADDR

public static int OP_REM_FLOAT_2ADDR { get; }

Property Value

int

OP_REM_INT

public static int OP_REM_INT { get; }

Property Value

int

OP_REM_INT_2ADDR

public static int OP_REM_INT_2ADDR { get; }

Property Value

int

OP_REM_INT_LIT16

public static int OP_REM_INT_LIT16 { get; }

Property Value

int

OP_REM_INT_LIT8

public static int OP_REM_INT_LIT8 { get; }

Property Value

int

OP_REM_LONG

public static int OP_REM_LONG { get; }

Property Value

int

OP_REM_LONG_2ADDR

public static int OP_REM_LONG_2ADDR { get; }

Property Value

int

OP_RETURN

public static int OP_RETURN { get; }

Property Value

int

OP_RETURN_OBJECT

public static int OP_RETURN_OBJECT { get; }

Property Value

int

OP_RETURN_VOID

public static int OP_RETURN_VOID { get; }

Property Value

int

OP_RETURN_WIDE

public static int OP_RETURN_WIDE { get; }

Property Value

int

OP_RSUB_INT

public static int OP_RSUB_INT { get; }

Property Value

int

OP_RSUB_INT_LIT8

public static int OP_RSUB_INT_LIT8 { get; }

Property Value

int

OP_SGET

public static int OP_SGET { get; }

Property Value

int

OP_SGET_BOOLEAN

public static int OP_SGET_BOOLEAN { get; }

Property Value

int

OP_SGET_BOOLEAN_JUMBO

public static int OP_SGET_BOOLEAN_JUMBO { get; }

Property Value

int

OP_SGET_BYTE

public static int OP_SGET_BYTE { get; }

Property Value

int

OP_SGET_BYTE_JUMBO

public static int OP_SGET_BYTE_JUMBO { get; }

Property Value

int

OP_SGET_CHAR

public static int OP_SGET_CHAR { get; }

Property Value

int

OP_SGET_CHAR_JUMBO

public static int OP_SGET_CHAR_JUMBO { get; }

Property Value

int

OP_SGET_JUMBO

public static int OP_SGET_JUMBO { get; }

Property Value

int

OP_SGET_OBJECT

public static int OP_SGET_OBJECT { get; }

Property Value

int

OP_SGET_OBJECT_JUMBO

public static int OP_SGET_OBJECT_JUMBO { get; }

Property Value

int

OP_SGET_SHORT

public static int OP_SGET_SHORT { get; }

Property Value

int

OP_SGET_SHORT_JUMBO

public static int OP_SGET_SHORT_JUMBO { get; }

Property Value

int

OP_SGET_WIDE

public static int OP_SGET_WIDE { get; }

Property Value

int

OP_SGET_WIDE_JUMBO

public static int OP_SGET_WIDE_JUMBO { get; }

Property Value

int

OP_SGET_WIDE_VOLATILE

[Obsolete]
public static int OP_SGET_WIDE_VOLATILE { get; }

Property Value

int

OP_SHL_INT

public static int OP_SHL_INT { get; }

Property Value

int

OP_SHL_INT_2ADDR

public static int OP_SHL_INT_2ADDR { get; }

Property Value

int

OP_SHL_INT_LIT8

public static int OP_SHL_INT_LIT8 { get; }

Property Value

int

OP_SHL_LONG

public static int OP_SHL_LONG { get; }

Property Value

int

OP_SHL_LONG_2ADDR

public static int OP_SHL_LONG_2ADDR { get; }

Property Value

int

OP_SHR_INT

public static int OP_SHR_INT { get; }

Property Value

int

OP_SHR_INT_2ADDR

public static int OP_SHR_INT_2ADDR { get; }

Property Value

int

OP_SHR_INT_LIT8

public static int OP_SHR_INT_LIT8 { get; }

Property Value

int

OP_SHR_LONG

public static int OP_SHR_LONG { get; }

Property Value

int

OP_SHR_LONG_2ADDR

public static int OP_SHR_LONG_2ADDR { get; }

Property Value

int

OP_SPARSE_SWITCH

public static int OP_SPARSE_SWITCH { get; }

Property Value

int

OP_SPUT

public static int OP_SPUT { get; }

Property Value

int

OP_SPUT_BOOLEAN

public static int OP_SPUT_BOOLEAN { get; }

Property Value

int

OP_SPUT_BOOLEAN_JUMBO

public static int OP_SPUT_BOOLEAN_JUMBO { get; }

Property Value

int

OP_SPUT_BYTE

public static int OP_SPUT_BYTE { get; }

Property Value

int

OP_SPUT_BYTE_JUMBO

public static int OP_SPUT_BYTE_JUMBO { get; }

Property Value

int

OP_SPUT_CHAR

public static int OP_SPUT_CHAR { get; }

Property Value

int

OP_SPUT_CHAR_JUMBO

public static int OP_SPUT_CHAR_JUMBO { get; }

Property Value

int

OP_SPUT_JUMBO

public static int OP_SPUT_JUMBO { get; }

Property Value

int

OP_SPUT_OBJECT

public static int OP_SPUT_OBJECT { get; }

Property Value

int

OP_SPUT_OBJECT_JUMBO

public static int OP_SPUT_OBJECT_JUMBO { get; }

Property Value

int

OP_SPUT_SHORT

public static int OP_SPUT_SHORT { get; }

Property Value

int

OP_SPUT_SHORT_JUMBO

public static int OP_SPUT_SHORT_JUMBO { get; }

Property Value

int

OP_SPUT_WIDE

public static int OP_SPUT_WIDE { get; }

Property Value

int

OP_SPUT_WIDE_JUMBO

public static int OP_SPUT_WIDE_JUMBO { get; }

Property Value

int

OP_SPUT_WIDE_VOLATILE

[Obsolete]
public static int OP_SPUT_WIDE_VOLATILE { get; }

Property Value

int

OP_SUB_DOUBLE

public static int OP_SUB_DOUBLE { get; }

Property Value

int

OP_SUB_DOUBLE_2ADDR

public static int OP_SUB_DOUBLE_2ADDR { get; }

Property Value

int

OP_SUB_FLOAT

public static int OP_SUB_FLOAT { get; }

Property Value

int

OP_SUB_FLOAT_2ADDR

public static int OP_SUB_FLOAT_2ADDR { get; }

Property Value

int

OP_SUB_INT

public static int OP_SUB_INT { get; }

Property Value

int

OP_SUB_INT_2ADDR

public static int OP_SUB_INT_2ADDR { get; }

Property Value

int

OP_SUB_LONG

public static int OP_SUB_LONG { get; }

Property Value

int

OP_SUB_LONG_2ADDR

public static int OP_SUB_LONG_2ADDR { get; }

Property Value

int

OP_THROW

public static int OP_THROW { get; }

Property Value

int

OP_THROW_VERIFICATION_ERROR

[Obsolete]
public static int OP_THROW_VERIFICATION_ERROR { get; }

Property Value

int

OP_USHR_INT

public static int OP_USHR_INT { get; }

Property Value

int

OP_USHR_INT_2ADDR

public static int OP_USHR_INT_2ADDR { get; }

Property Value

int

OP_USHR_INT_LIT8

public static int OP_USHR_INT_LIT8 { get; }

Property Value

int

OP_USHR_LONG

public static int OP_USHR_LONG { get; }

Property Value

int

OP_USHR_LONG_2ADDR

public static int OP_USHR_LONG_2ADDR { get; }

Property Value

int

OP_XOR_INT

public static int OP_XOR_INT { get; }

Property Value

int

OP_XOR_INT_2ADDR

public static int OP_XOR_INT_2ADDR { get; }

Property Value

int

OP_XOR_INT_LIT16

public static int OP_XOR_INT_LIT16 { get; }

Property Value

int

OP_XOR_INT_LIT8

public static int OP_XOR_INT_LIT8 { get; }

Property Value

int

OP_XOR_LONG

public static int OP_XOR_LONG { get; }

Property Value

int

OP_XOR_LONG_2ADDR

public static int OP_XOR_LONG_2ADDR { get; }

Property Value

int