Decaf Compiler
Public Attributes | List of all members
ErrorList Struct Reference

Linked list of AnalysisError* elements. More...

#include <symbol.h>

Public Attributes

AnalysisErrorhead
 First element in list (or NULL if empty)
 
AnalysisErrortail
 Last element in list (or NULL if empty)
 
int size
 Number of elements in list.
 

Detailed Description

Linked list of AnalysisError* elements.


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