package bap-std
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
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.1.0.tar.gz
sha256=631fc58628418e4856709a0cfc923a65e00c9494fbd28d444c633d11194831de
md5=3db9deac8d429b9b8a8ec9aec54987b1
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)"
>