package bap-std
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The Binary Analysis Platform Standard Library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.3.0.tar.gz
sha256=a6e80853aaaa26b7ca564d9878891d7146ec1c83852541387c1bba1ad036b8ea
md5=13f2cb1e3b9d90348852252fb0f2d09f
doc/bap/Bap/Std/Stmt/class-state/index.html
Class Stmt.state
All visitors provide some information about the current position of the visitor
val preds : stmt listthe stack of stmts that was already visited, with the last on the top. Not including the currently visiting stmt.
val succs : stmt liststmts that are not yet visited
val stmts_stack : stmt lista stack of stmts that are parents for the currently visiting entity. The top one is the one that we're currently visiting.
is true if we're visiting expression that is on the left or right side of the assignment.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>