astShow

Display a textual representation of an Object on standard output

Description:

This function displays a textual description of any AST Object on standard output. It is provided primarily as an aid to debugging.

Synopsis

void astShow( AstObject this )

Parameters:

this
Pointer to the Object to be displayed.

Applicability

Object
This function applies to all Objects.