QUT.Gplex.Parser.Leaf.contextLength C# (CSharp) Метод

contextLength() приватный Метод

private contextLength ( ) : int
Результат int
        internal override int contextLength()
        {
            return (op == RegOp.litStr ? str.Length : 1);
        }