|
libSBML Perl API
5.20.5
|
Abstract Syntax Tree (AST) for representing formula trees. More...
Macros | |
| #define | ASTNodeType_isAvogadro(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isConstant(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isConstantNumber(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isFunction(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isInteger(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isLambda(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isLogical(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isName(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isNumber(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isOperator(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isRational(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isReal(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isRelational(t) |
| ASTNodeType predicate. | |
| #define | ASTNodeType_isUnknown(t) |
| ASTNodeType predicate. | |
Functions | |
| static void | copyNode (const ASTNode *source, ASTNode *dest) |
Variables | |
| static const char * | AST_CONSTANT_STRINGS [] |
| static const char * | AST_FUNCTION_STRINGS [] |
| static const char * | AST_LAMBDA_STRING = "lambda" |
| String Constants. | |
| static const char * | AST_LOGICAL_STRINGS [] |
| static const char * | AST_OPERATOR_STRINGS [] |
| static const char * | AST_RELATIONAL_STRINGS [] |
Abstract Syntax Tree (AST) for representing formula trees.
| #define ASTNodeType_isAvogadro | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isConstant | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isConstantNumber | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isFunction | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isInteger | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isLambda | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isLogical | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isName | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isNumber | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isOperator | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isRational | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isReal | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isRelational | ( | t | ) |
ASTNodeType predicate.
| #define ASTNodeType_isUnknown | ( | t | ) |
ASTNodeType predicate.
|
static |
|
static |
|
static |
String Constants.
|
static |
|
static |
|
static |