Flutter Engine
The Flutter Engine
|
#include <regexp.h>
Public Member Functions | |
NodeInfo () | |
bool | Matches (NodeInfo *that) |
void | AddFromPreceding (NodeInfo *that) |
bool | HasLookbehind () |
void | AddFromFollowing (NodeInfo *that) |
void | ResetCompilationState () |
Public Attributes | |
bool | being_analyzed: 1 |
bool | been_analyzed: 1 |
bool | follows_word_interest: 1 |
bool | follows_newline_interest: 1 |
bool | follows_start_interest: 1 |
bool | at_end: 1 |
bool | visited: 1 |
bool | replacement_calculated: 1 |
|
inline |
Definition at line 312 of file regexp.h.
|
inline |
Definition at line 298 of file regexp.h.
|
inline |
Definition at line 289 of file regexp.h.
|
inline |