Ancestry.QueryProcessor.Parse.Statement.SetEndPosition C# (CSharp) Method

SetEndPosition() public method

public SetEndPosition ( Lexer lexer ) : void
lexer Lexer
return void
        public void SetEndPosition(Lexer lexer)
        {
            SetEndPosition(lexer[0, false]);
        }

Same methods

Statement::SetEndPosition ( LexerToken token ) : void