Class NorNode

Namespace
LogicalOptimizer
Assembly
LogicalOptimizer.Core.dll

Tree node for NOR (NOT-OR) operation

public sealed class NorNode : BinaryNode
Inheritance
NorNode
Inherited Members

Constructors

NorNode(AstNode, AstNode)

Creates a NOR of the two operands.

public NorNode(AstNode left, AstNode right)

Parameters

left AstNode
right AstNode

Properties

Operator

Operator symbol used when rendering.

public override string Operator { get; }

Property Value

string