slither.slithir.operations

 1from .assignment import Assignment
 2from .binary import Binary, BinaryType
 3from .call import Call
 4from .condition import Condition
 5from .delete import Delete
 6from .event_call import EventCall
 7from .high_level_call import HighLevelCall
 8from .index import Index
 9from .init_array import InitArray
10from .internal_call import InternalCall
11from .internal_dynamic_call import InternalDynamicCall
12from .library_call import LibraryCall
13from .low_level_call import LowLevelCall
14from .lvalue import OperationWithLValue
15from .member import Member
16from .new_array import NewArray
17from .new_elementary_type import NewElementaryType
18from .new_contract import NewContract
19from .new_structure import NewStructure
20from .operation import Operation
21from .return_operation import Return
22from .send import Send
23from .solidity_call import SolidityCall
24from .transfer import Transfer
25from .type_conversion import TypeConversion
26from .unary import Unary, UnaryType
27from .unpack import Unpack
28from .length import Length
29from .phi import Phi
30from .phi_callback import PhiCallback
31from .nop import Nop