Ancestry.QueryProcessor.Compile.CompilerException.SetStatement C# (CSharp) Method

SetStatement() public method

public SetStatement ( Parse statement ) : void
statement Parse
return void
        public void SetStatement(Parse.Statement statement)
        {
            if (statement != null)
            {
                Line = statement.Line;
                LinePos = statement.LinePos;
            }
        }