Zen
A cross-platform functional programming language

FunctionDef::Modifier Struct Reference

Outer struct for Modifier enumeration. More...

#include <Ast.hpp>

List of all members.

Public Types

enum  T { None, Routine, Grammar, Window }
 

This indicates the type of the function defined by this AST Node.

More...

Detailed Description

Outer struct for Modifier enumeration.


Member Enumeration Documentation

enum T

This indicates the type of the function defined by this AST Node.

Enumerator:
Routine 

Normal function, encapsulated in a class.

Grammar 

Plain C-type routine.

Window 

Function is a grammar parser.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines