CWB
Data Fields

_avs Union Reference

The AVStructure object. More...

#include <eval.h>

Data Fields


Detailed Description

The AVStructure object.

A union of structures with the type member always accessible.


Field Documentation

struct { ... } anchor
struct { ... } con
char* constraint

constraint for annotated value of region (string or regexp); NULL = no constraint

int flags

flags passed to regexp or string constraint (information purposes only)

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

What type of AV structure does this union represent?

Referenced by eval_constraint(), matchfirstpattern(), and simulate().


The documentation for this union was generated from the following file: