libSBML C API  5.18.0
ASTNode.h File Reference

Abstract Syntax Tree (AST) for representing formula trees. More...

Include dependency graph for ASTNode.h:
This graph shows which files directly or indirectly include this file:

Typedefs

typedef int(* ASTNodePredicate) (const ASTNode_t *node)
 Function signature for use with ASTNode_fillListOfNodes()and ASTNode_getListOfNodes(). More...
 

Detailed Description

Abstract Syntax Tree (AST) for representing formula trees.

Author
Ben Bornstein

Typedef Documentation

ASTNodePredicate

Function signature for use with ASTNode_fillListOfNodes()and ASTNode_getListOfNodes().

A pointer to a function that takes an ASTNode_t and returns 1 (true) or 0 (false).

See also
ASTNode_getListOfNodes()
ASTNode_fillListOfNodes()