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

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

#include <ast.h>

Public Attributes

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

Detailed Description

Linked list of struct Parameter* elements.


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