udbLexemeLineEnd

Description

Returns the ending line of the lexeme.

Syntax

#include “udb/udb.h” 
int udbLexemeLineEnd(UdbLexeme lexeme) 

Arguments

Argument
Description
UdbLexeme lexeme
Specify the lexeme.

Return Values

Return Value
Description
int
The line of the source code file at which the specified lexeme ends.

Example Usage

lineend = udbLexemeLineEnd(udbLexemeNext(lexeme)); 

See Also

udbLexemeColumnBegin

udbLexemeColumnEnd

udbLexemeLineBegin

udbLexerLines


Scientific Toolworks, Inc.
http://www.scitools.com