Namespace SpiceSharpBehavioral.Parsers.Nodes
Classes
BinaryOperatorNode
A binary operator.
ConstantNode
A constant node.
Derivatives
A class that can derive an expression node tree.
DerivativesHelper
FunctionNode
A function node.
Node
An abstract class representing an expression tree node.
PropertyNode
A property node.
TernaryOperatorNode
A ternary operator.
UnaryOperatorNode
A unary operator.
VariableNode
A variable node.
Enums
NodeProperties
Node properties.
NodeTypes
Node types.
Delegates
FunctionRule
A function rule that can derive a function.