udbLexemeText

Description

Returns the reference associated with the lexeme. Returns NULL if there is no associated reference.

Syntax

#include “udb/udb.h” 
char * udbLexemeText(UdbLexeme lexeme) 

Arguments

Argument
Description
UdbLexeme lexeme
Specify the lexeme.

Return Values

Return Value
Description
char *
The text of the specified lexeme.

Example Usage

printf (“Line %i: %s\n”, udbLexemeLineBegin(lexeme),

                         udbLexemeText(lexeme) ); 

See Also

udbLexemeEntity

udbLexemeInactive

udbLexemeReference

udbLexemeToken


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