udbLexemeColumnBegin

Description

Returns the beginning column of the lexeme.

Syntax

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

Arguments

Argument
Description
UdbLexeme lexeme
Specify the lexeme.

Return Values

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

Example Usage

colstart = udbLexemeColumnBegin(udbLexemeNext(lexeme)); 

See Also

udbLexemeColumnEnd

udbLexemeLineBegin

udbLexemeLineEnd


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