Understand::Lexeme class |
A lexeme is the smallest unit of language in a source file that has a meaning. For example, a comment, a string, a keyword, or an operator.
You can use this module to extract information about an individual lexeme element. The $ent->lexer() method returns an object of the Understand::Lexer class. The Lexer class provides several methods that return objects of class Understand::Lexeme.
Scientific Toolworks, Inc. http://www.scitools.com |