udbLexemeColumnEnd

Description

Returns the ending column of the lexeme.

Syntax

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

Arguments

Argument
Description
UdbLexeme lexeme
Specify the lexeme.

Return Values

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

Example Usage

colend = udbLexemeColumnEnd(udbLexemeNext(lexeme)); 

See Also

udbLexemeColumnBegin

udbLexemeLineBegin

udbLexemeLineEnd


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