Module dvm :: Class DBC
[hide private]
[frames] | no frames]

Class DBC

source code

Instance Methods [hide private]
 
__init__(self, class_manager, op_name, op_value, operands, raw_buff) source code
 
_reload(self) source code
 
get_length(self)
Return the length of the instruction
source code
 
get_name(self)
Return the name of the bytecode
source code
 
get_formatted_operands(self)
Return the formatted operands
source code
 
get_operands(self)
Return the operands
source code
 
get_raw(self)
Return the raw buffer
source code
 
show(self, pos)
Display the instruction
source code
 
show_buff(self, pos)
Return the instruction in a buffer
source code
 
_more_info(self, c, v) source code