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.2.0.tar.gz
sha256=7c6d0dfe2640e800829617dd150ffe748493fe3f317ed41be44312b2821deb46
md5=5dbc6677d646bec59fd7414f23e88cf8
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)"
>