Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

STILSigRefExpr::STILSigRefExpr_Data Struct Reference

Data to store in a SigRefeEpr tree node. More...

#include <stilsigrefexpr.h>

List of all members.

Public Attributes

NodeType type
char * identifier
LONG idx1
LONG idx2
Operator op


Detailed Description

Data to store in a SigRefeEpr tree node.


Member Data Documentation

char* STILSigRefExpr::STILSigRefExpr_Data::identifier
 

Identifier name.

LONG STILSigRefExpr::STILSigRefExpr_Data::idx1
 

First index for an indexed array (-1...no index).

LONG STILSigRefExpr::STILSigRefExpr_Data::idx2
 

Second index for an indexed array (-1...no index).

Operator STILSigRefExpr::STILSigRefExpr_Data::op
 

Operator for an operator node.

NodeType STILSigRefExpr::STILSigRefExpr_Data::type
 

Type of node.


The documentation for this struct was generated from the following file:
This page last updated on 6 Jul 2007

SourceForge.net Logo