|
1 | | -Statement |
| 1 | +Statement |
2 | 2 | ========= |
3 | 3 |
|
4 | 4 | .. autoclass:: scubatrace.Statement |
5 | | - |
6 | | - Attributes |
7 | | - ---------- |
8 | | - .. autoattribute:: is_jump_statement |
9 | | - .. autoattribute:: identifiers |
10 | | - .. autoattribute:: variables |
11 | | - .. autoattribute:: right_values |
12 | | - .. autoattribute:: left_values |
13 | | - .. autoattribute:: signature |
14 | | - .. autoattribute:: text |
15 | | - .. autoattribute:: start_line |
16 | | - .. autoattribute:: end_line |
17 | | - .. autoattribute:: start_column |
18 | | - .. autoattribute:: end_column |
19 | | - .. autoattribute:: length |
20 | | - .. autoattribute:: file |
21 | | - .. autoattribute:: function |
22 | | - .. autoattribute:: post_controls |
23 | | - .. autoattribute:: pre_controls |
24 | | - .. autoattribute:: post_control_dependents |
25 | | - .. autoattribute:: pre_control_dependents |
26 | | - .. autoattribute:: pre_data_dependents |
27 | | - .. autoattribute:: post_data_dependents |
28 | | - .. autoattribute:: references |
29 | | - .. autoattribute:: definitions |
30 | | - .. autoattribute:: is_taint_from_entry |
31 | | - |
32 | | - Methods |
33 | | - ------- |
34 | | - .. automethod:: walk_backward |
35 | | - .. automethod:: walk_forward |
36 | | - |
37 | | - Special Methods |
38 | | - --------------- |
39 | | - .. automethod:: __str__ |
40 | | - .. automethod:: __eq__ |
41 | | - .. automethod:: __hash__ |
42 | | - |
43 | | -.. autoclass:: scubatrace.SimpleStatement |
44 | | - |
45 | | -.. autoclass:: scubatrace.BlockStatement |
46 | | - |
47 | | - Attributes |
48 | | - ---------- |
49 | | - .. autoattribute:: statements |
50 | | - .. autoattribute:: block_identifiers |
51 | | - .. autoattribute:: block_variables |
52 | | - |
53 | | - Methods |
54 | | - ------- |
55 | | - .. automethod:: statements_by_line |
56 | | - .. automethod:: statements_by_type |
57 | | - .. automethod:: statement_by_field_name |
58 | | - |
59 | | - Special Methods |
60 | | - --------------- |
61 | | - .. automethod:: __getitem__ |
| 5 | + :members: |
| 6 | + :show-inheritance: |
| 7 | + |
0 commit comments