QUT.Gplex.Parser.Unary.Unary C# (CSharp) Method

Unary() private method

private Unary ( RegOp op, RegExTree l ) : System
op RegOp
l RegExTree
return System
        internal Unary(RegOp op, RegExTree l)
            : base(op)
        {
            kid = l;
        }