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

Linked list of struct Symbol* elements. More...

#include <symbol.h>

Public Attributes

struct Symbol * head
 First element in list (or NULL if empty)
 
struct Symbol * tail
 Last element in list (or NULL if empty)
 
int size
 Number of elements in list.
 

Detailed Description

Linked list of struct Symbol* elements.


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