The Parle\Lexer class
(PECL parle >= 0.5.1)
簡介
Single state lexer class. Lexemes can be defined on the fly. If the particular lexer instance is meant to be used with Parle\Parser, the token IDs need to be taken from there. Otherwise, arbitrary token IDs can be supplied. This lexer can give a certain performance advantage over Parle\RLexer, if no multiple states are required. Note, that Parle\RParser is not compatible with this lexer.
類摘要
class Parle\Lexer {
/* Constants */
/* 屬性 */
/* 方法 */
}預定義常量
Parle\Lexer::ICASEParle\Lexer::DOT_NOT_LFParle\Lexer::DOT_NOT_CRLFParle\Lexer::SKIP_WSParle\Lexer::MATCH_ZERO_LEN
屬性
- bol
Start of input flag.
- flags
Lexer flags.
- state
Current lexer state, readonly.
- marker
Position of the latest token match, readonly.
- cursor
Current input offset, readonly.
目錄
- Parle\Lexer::advance — Process next lexer rule
- Parle\Lexer::build — Finalize the lexer rule set
- Parle\Lexer::callout — Define token callback
- Parle\Lexer::consume — Pass the data for processing
- Parle\Lexer::dump — Dump the state machine
- Parle\Lexer::getToken — Retrieve the current token
- Parle\Lexer::insertMacro — Insert regex macro
- Parle\Lexer::push — Add a lexer rule
- Parle\Lexer::reset — Reset lexer