Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ShiftSelfLeft.cs
1
using
Waher.Script.Model
;
2
using
Waher.Script.Operators.Binary
;
3
4
namespace
Waher.Script.Operators.Assignments.WithSelf
5
{
9
public
class
ShiftSelfLeft
:
Assignment
10
{
19
public
ShiftSelfLeft
(
string
VariableName
,
ScriptNode
Operand
,
int
Start
,
int
Length
,
Expression
Expression
)
20
: base(
VariableName
, new
ShiftLeft
(new
VariableReference
(
VariableName
, true,
Start
,
Length
,
Expression
),
Operand
,
Start
,
Length
,
Expression
),
Start
,
Length
,
Expression
)
21
{
22
}
23
}
24
}
Waher.Script.Expression
Class managing a script expression.
Definition:
Expression.cs:39
Waher.Script.Model.ScriptNode
Base class for all nodes in a parsed script tree.
Definition:
ScriptNode.cs:69
Waher.Script.Model.ScriptNode.Length
int Length
Length of expression covered by node.
Definition:
ScriptNode.cs:101
Waher.Script.Model.ScriptNode.Start
int Start
Start position in script expression.
Definition:
ScriptNode.cs:92
Waher.Script.Model.UnaryOperator.Operand
ScriptNode Operand
Operand.
Definition:
UnaryOperator.cs:41
Waher.Script.Model.VariableReference
Represents a variable reference.
Definition:
VariableReference.cs:15
Waher.Script.Operators.Assignments.Assignment
Assignment operator.
Definition:
Assignment.cs:11
Waher.Script.Operators.Assignments.Assignment.VariableName
string VariableName
Name of variable
Definition:
Assignment.cs:31
Waher.Script.Operators.Assignments.WithSelf.ShiftSelfLeft
Shift self left operator.
Definition:
ShiftSelfLeft.cs:10
Waher.Script.Operators.Assignments.WithSelf.ShiftSelfLeft.ShiftSelfLeft
ShiftSelfLeft(string VariableName, ScriptNode Operand, int Start, int Length, Expression Expression)
Shift self left operator.
Definition:
ShiftSelfLeft.cs:19
Waher.Script.Operators.Binary.ShiftLeft
Shift left operator.
Definition:
ShiftLeft.cs:13
Waher.Script.Model
Definition:
BinaryBooleanOperator.cs:8
Waher.Script.Operators.Assignments.WithSelf
Definition:
AddToSelf.cs:7
Waher.Script.Operators.Binary
Definition:
And.cs:8
IoTGateway
Script
Waher.Script
Operators
Assignments
WithSelf
ShiftSelfLeft.cs
Generated by
1.9.5