boa.code.pytoken.PyToken¶
What follows are the details of the PyToken implementation.
-
class
boa.code.pytoken.PyToken(instruction, expression, index, fallback_ln)[source]¶ -
arg_str¶
-
args¶
-
expression= None¶
-
file¶
-
func_name¶
-
index= 0¶
-
instruction= None¶
-
is_breakpoint= False¶
-
is_dynamic_appcall= False¶
-
jump_found= False¶
-
jump_from= None¶
-
jump_from_addr= None¶
-
jump_from_addr_abs¶
-
jump_target= None¶
-
jump_to_addr= None¶
-
jump_to_addr_abs¶
-
lineno¶
-
method_lineno¶
-
method_name¶
-
num_params¶
-
pyop¶
-