CWB
|
The AVStructure object. More...
#include <eval.h>
The AVStructure object.
A union of structures with the type member always accessible.
struct { ... } anchor |
Referenced by eval_constraint(), matchfirstpattern(), and simulate().
Referenced by eval_constraint(), matchfirstpattern(), and simulate().
struct { ... } con |
Referenced by eval_constraint(), matchfirstpattern(), and simulate().
char* constraint |
constraint for annotated value of region (string or regexp); NULL = no constraint
Referenced by eval_constraint(), and matchfirstpattern().
Referenced by eval_constraint(), and matchfirstpattern().
int flags |
flags passed to regexp or string constraint (information purposes only)
int is_closing |
Referenced by eval_constraint(), matchfirstpattern(), and simulate().
Referenced by simulate().
Referenced by eval_constraint(), and simulate().
whether pattern is just a lookahead constraint
Referenced by simulate().
struct { ... } matchall |
Referenced by eval_constraint(), and simulate().
int negated |
whether constraint is negated (!=, not matches, not contains)
Referenced by eval_constraint(), and matchfirstpattern().
label in RDAT namespace: contains right boundary of constraining region (in StrictRegions mode)
Referenced by eval_constraint(), and simulate().
if constraint is a regexp, this holds the compiled regexp; otherwise NULL
Referenced by eval_constraint(), and matchfirstpattern().
struct { ... } tag |
Referenced by eval_constraint(), matchfirstpattern(), and simulate().
What type of AV structure does this union represent?
Referenced by eval_constraint(), matchfirstpattern(), and simulate().