![Logo](logo.png) |
User Guide
|
Go to the documentation of this file.
71 {
"+",
"-",
"*",
"/",
"^",
"&&",
"||",
">",
"<",
">=",
"<=",
"=",
"!=",
"=="};
83 static const std::string
BATypeNames[] = {
"BREAKPOINT",
"SOLVE",
"INITIAL",
"STEP"};
BinaryOp
enum Type for binary operators in NMODL
UnaryOp
enum type for unary operators
BAType
enum type to distinguish BEFORE or AFTER blocks
static const std::string ReactionOpNames[]
string representation of ast::ReactionOp
THIS FILE IS GENERATED AT BUILD TIME AND SHALL NOT BE EDITED.
encapsulates code generation backend implementations
ReactionOp
enum type used for Reaction statement
static const std::string BATypeNames[]
string representation of ast::BAType
Implement classes for representing symbol table at block and file scope.
static const std::string UnitStateTypeNames[]
string representation of ast::UnitStateType
static const std::string BinaryOpNames[]
string representation of ast::BinaryOp
UnitStateType
enum type used for UNIT_ON or UNIT_OFF state
static const std::string UnaryOpNames[]
string representation of ast::UnaryOp