構文struct dfa
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
dfa | ||
| charclasses | charclass * | Array of character sets for CSET tokens. | |
| cindex | int | Index for adding new charclasses. | |
| calloc | int | Number of charclasses currently allocated. | |
| tokens | token * | Postfix parse array. | |
| tindex | int | Index for adding new tokens. | |
| talloc | int | Number of tokens currently allocated. | |
| depth | int | Depth required of an evaluation stack | |
| nleaves | int | Number of leaves on the parse tree. | |
| nregexps | int | Count of parallel regexps being built | |
| states | dfa_state * | States of the dfa. | |
| sindex | int | Index for adding new states. | |
| salloc | int | Number of states currently allocated. | |
| follows | position_set * | Array of follow sets, indexed by position | |
| searchflag | int | True if we are supposed to build a searching | |
| tralloc | int | Number of transition tables that have | |
| trcount | int | Number of transition tables that have | |
| trans | int ** | Transition tables for states that can | |
| realtrans | int ** | Trans always points to realtrans + 1; this | |
| fails | int ** | Transition tables after failing to accept | |
| success | int * | Table of acceptance conditions used in | |
| newlines | int * | Transitions on newlines. The entry for a | |
| musts | dfamust * | List of strings, at least one of which |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー