udbLexemeLineBegin

Description

Returns the beginning line of the lexeme.

Syntax

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

Arguments

Argument
Description
UdbLexeme lexeme
Specify the lexeme.

Return Values

Return Value
Description
int
The line of the source code file in which the specified lexeme begins.

Example Usage

linestart = udbLexemeLineBegin(udbLexemeNext(lexeme)); 

See Also

udbLexemeColumnBegin

udbLexemeColumnEnd

udbLexemeLineEnd

udbLexerLines


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