Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ParserArgs Struct Reference

This structure is used to pass several input and output arguments to the Bison parser. More...

List of all members.

Public Attributes

ListparsedData
 A list of top level nodes.

char * windowtitle
 The string that should appear in the title bar of a view window that shows the feature structure.

NodeIdMapmap
 A mapping between node IDs and nodes.

char * ioBuffer
 The I/O buffer.

int showDefault
 One of the DRAW_xxxx values, specifies how a structure should be shown in a view window depending on the argument to !newdata in the data package.


Detailed Description

This structure is used to pass several input and output arguments to the Bison parser.


Member Data Documentation

char* ParserArgs::ioBuffer
 

The I/O buffer.

NodeIdMap* ParserArgs::map
 

A mapping between node IDs and nodes.

List* ParserArgs::parsedData
 

A list of top level nodes.

The first element in this list must be the root node of the main feature structure node (StrucNode), followed by more structure nodes, one TreeNode and other types of nodes as specified in the interface EBNF.

int ParserArgs::showDefault
 

One of the DRAW_xxxx values, specifies how a structure should be shown in a view window depending on the argument to !newdata in the data package.

char* ParserArgs::windowtitle
 

The string that should appear in the title bar of a view window that shows the feature structure.


Generated on Sun Apr 27 18:26:58 2003 for Grisu by doxygen1.3