Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
afw_compile_parse_assignment_target.c File Reference

Adaptive Framework Compiler Script Parser. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

 afw_compile_parse_AssignmentListDestructureTarget (afw_compile_parser_t *parser, afw_compile_internal_assignment_type_t assignment_type)
 
 afw_compile_parse_AssignmentElement (afw_compile_parser_t *parser, afw_compile_internal_assignment_type_t assignment_type)
 
 afw_compile_parse_AssignmentObjectDestructureTarget (afw_compile_parser_t *parser, afw_compile_internal_assignment_type_t assignment_type)
 
 afw_compile_parse_AssignmentProperty (afw_compile_parser_t *parser, afw_compile_internal_assignment_type_t assignment_type)
 
 afw_compile_parse_AssignmentBindingTarget (afw_compile_parser_t *parser, afw_compile_internal_assignment_type_t assignment_type, const afw_value_type_t **type, const afw_value_t **value)
 
 afw_compile_parse_AssignmentTarget (afw_compile_parser_t *parser, afw_compile_internal_assignment_type_t assignment_type)
 

Detailed Description

Adaptive Framework Compiler Script Parser.

Definition in file afw_compile_parse_assignment_target.c.