udbLexerLexemes |
Returns an array of all lexemes in the lexer. If startLine and endLine are non-zero, returns an array of all lexemes in that range of the lexer.
#include “udb/udb.h” UdbLexeme udbLexerLexemes(UdbLexer lexer, int startLine, int endLine, UdbLexeme **lexeme)
Return Value
|
Description
|
---|---|
int
|
Returns true if lexemes were found at the specified location; false otherwise.
|
Scientific Toolworks, Inc. http://www.scitools.com |