PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

The Parle\RLexer class | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

The Parle\RLexer class

(PECL parle >= 0.5.1)

はじめに

Multistate lexer class. Lexemes can be defined on the fly. If the particular lexer instance is meant to be used with Parle\RParser, the token IDs need to be taken from there. Otherwise, arbitrary token IDs can be supplied. Note, that Parle\Parser is not compatible with this lexer.

クラス概要

Parle\RLexer {
/* Constants */
const integer ICASE = 1 ;
const integer DOT_NOT_LF = 2 ;
const integer DOT_NOT_CRLF = 4 ;
const integer SKIP_WS = 8 ;
const integer MATCH_ZERO_LEN = 16 ;
/* プロパティ */
public boolean $bol = false ;
public integer $flags = 0 ;
public integer $state = 0 ;
public integer $marker = 0 ;
public integer $cursor = 0 ;
/* メソッド */
public void advance ( void )
public void build ( void )
public void callout ( integer $id , callable $callback )
public void consume ( string $data )
public void dump ( void )
public Parle\Token getToken ( void )
public void insertMacro ( string $name , string $regex )
public void push ( string $regex , integer $id )
public void push ( string $state , string $regex , integer $id , string $newState )
public void push ( string $state , string $regex , string $newState )
public int pushState ( string $state )
public void reset ( integer $pos )
}

定義済み定数

Parle\RLexer::ICASE

Parle\RLexer::DOT_NOT_LF

Parle\RLexer::DOT_NOT_CRLF

Parle\RLexer::SKIP_WS

Parle\RLexer::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.

目次


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「The Parle\RLexer class」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | The Parle\RLexer class」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: