C# Class Reko.Scanning.Scanner.BlockRange

显示文件 Open project: uxmal/reko

Public Methods

Method Description
BlockRange ( Reko.Core.Block block, ulong start, ulong end ) : Reko.Analysis

Creates a block range. A (linear) address addr is considered part of the block if it satisifies the conditions Start <= addr < End.

Method Details

BlockRange() public method

Creates a block range. A (linear) address addr is considered part of the block if it satisifies the conditions Start <= addr < End.
public BlockRange ( Reko.Core.Block block, ulong start, ulong end ) : Reko.Analysis
block Reko.Core.Block
start ulong Linear start address of the block
end ulong Linear address of the byte/word beyond the block's end.
return Reko.Analysis