1using System.Collections.Generic;
51 switch (base.PatternMatch(CheckAgainst, AlreadyFound))
Class managing a script expression.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
static readonly BooleanValue False
Constant false value.
static readonly BooleanValue True
Constant true value.
override PatternMatchResult PatternMatch(IElement CheckAgainst, Dictionary< string, IElement > AlreadyFound)
Performs a pattern match operation.
NotLike(ScriptNode Left, ScriptNode Right, int Start, int Length, Expression Expression)
Not Like
override IElement EvaluateScalar(IElement Left, IElement Right, Variables Variables)
Evaluates the operator on scalar operands.
Basic interface for all types of elements.
PatternMatchResult
Status result of a pattern matching operation.