void defaultFunc

( SyntaxTree* root, String* data,
  CPL3BlockStack &blocks )

Default code generation function.

Documentation

Default code generation function. All productions (SyntaxTrees) are given this function to begin with. More specialized functions replace this default function. This function just goes through each branch of the SyntaxTree and calls the code gen function on SyntaxTree_References.

Parameters:
- root the base of this SyntaxTree
name - String passed-by-reference

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.