Skip to content

bloqade.analysis.address.impls.IListMethods

← Module overview

classIListMethodssource

bloqade.analysis.address.impls.IListMethods

Bases: interp.MethodTable

class IListMethods

methodnew_ilistsource

bloqade.analysis.address.impls.IListMethods.new_ilist

Signature
def new_ilist(interp_: AddressAnalysis, frame: ForwardFrame[Address], stmt: ilist.New)

Parameters

NameTypeDescription
interp_AddressAnalysis
frameForwardFrame[Address]
stmtilist.New
source

methodmap_source

bloqade.analysis.address.impls.IListMethods.map_

Signature
def map_(interp_: AddressAnalysis, frame: ForwardFrame[Address], stmt: ilist.Map | ilist.ForEach)

Parameters

NameTypeDescription
interp_AddressAnalysis
frameForwardFrame[Address]
stmtilist.Map | ilist.ForEach
source