Parle\Parser::trace

(PECL parle >= 0.5.1)

Parle\Parser::traceTrace the parser operation

説明

publicParle\Parser::trace(): string

Retrieve the current parser operation description. This can be especially useful for studying the parser and to optimize the grammar.

パラメータ

この関数にはパラメータはありません。

戻り値

Returns a string with the trace information.

To Top