33 public override bool Equals(
object obj)
36 this.nullCheck.
Equals(O.nullCheck) &&
43 int Result = base.GetHashCode();
44 Result ^= Result << 5 ^ this.nullCheck.GetHashCode();
Class managing a script expression.
Base class for all unary operators performing operand null checks.
bool NullCheck
If null check is to be used.
NullCheckUnaryOperator(ScriptNode Operand, bool NullCheck, int Start, int Length, Expression Expression)
Base class for all unary operators performing operand null checks.
override int GetHashCode()
override bool Equals(object obj)
readonly bool nullCheck
If null should be returned if operand is null.
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.
Base class for all unary operators.
ScriptNode Operand
Operand.