package pfff
Tools and APIs for program analysis, code visualization, refactoring
Install
Dune Dependency
Authors
Maintainers
Sources
0.39.5.tar.gz
md5=e23dbd320a8681b74315162a02bf97a7
sha512=2998432bcd6d9a459331d733c4446d35459d42787fcf2fd332d3ec5131a4d358bb8f060b45d38696bcd584e1eaa8c1b21b82d7d3005e83c1ecefd22fec842ee7
doc/pfff-lang_GENERIC-analyze/Controlflow/index.html
Module Controlflow
and node_kind =
| Enter
| Exit
| TrueNode
| FalseNode
| Join
| IfHeader of Ast_generic.expr
| WhileHeader of Ast_generic.expr
| DoHeader
| DoWhileTail of Ast_generic.expr
| ForHeader
| ForeachHeader of Ast_generic.pattern * Ast_generic.expr
| OtherStmtWithStmtHeader of Ast_generic.other_stmt_with_stmt_operator * Ast_generic.expr
| SwitchHeader of Ast_generic.expr
| SwitchEnd
| Case
| Default
| Return of Ast_generic.expr
| Break of Ast_generic.expr option
| Continue of Ast_generic.expr option
| TryHeader
| CatchStart
| Catch
| TryEnd
| Throw of Ast_generic.expr
| SimpleNode of simple_node
and simple_node =
| ExprStmt of Ast_generic.expr
| DefStmt of Ast_generic.definition
| DirectiveStmt of Ast_generic.directive
| Assert of Ast_generic.expr * Ast_generic.expr option
| OtherStmt of Ast_generic.other_stmt_operator * Ast_generic.any list
| Parameter of Ast_generic.parameter
type flow = (node, edge) Ograph_extended.ograph_mutable
type nodei = Ograph_extended.nodei
val display_flow : flow -> unit
val short_string_of_node_kind : node_kind -> string
val short_string_of_node : node -> string
val simple_node_of_stmt_opt : Ast_generic.stmt -> simple_node option
val any_of_simple_node : simple_node -> Ast_generic.any
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>