Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
BinaryAndWithSelf.cs
3
5{
10 {
21 {
22 }
23 }
24}
Class managing a script expression.
Definition: Expression.cs:39
Base class for all nodes in a parsed script tree.
Definition: ScriptNode.cs:69
int Length
Length of expression covered by node.
Definition: ScriptNode.cs:101
int Start
Start position in script expression.
Definition: ScriptNode.cs:92
Represents a variable reference.
BinaryAndWithSelf(string VariableName, ScriptNode Operand, int Start, int Length, Expression Expression)
Binary And with self operator.