Java APG, Version 1.0
Author Lowell D. Thomas
Copyright © Coast to Coast Research, Inc. 2011

com.coasttocoastresearch.examples.demo
Class TranslateAst

java.lang.Object
  extended by com.coasttocoastresearch.examples.RunTests
      extended by com.coasttocoastresearch.examples.demo.TranslateAst

public class TranslateAst
extends RunTests

A demonstration of how to use AST callback functions to translate the AST. The source code should be consulted for details.


Constructor Summary
TranslateAst(java.lang.String testName, java.io.PrintStream out)
          Constructor for the test.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslateAst

public TranslateAst(java.lang.String testName,
                    java.io.PrintStream out)
Constructor for the test. Parameters are supplied explicitly or by default from the command line to the driver function.

Parameters:
testName - the name of the test
out - the output device

Java APG, Version 1.0
Author Lowell D. Thomas
Copyright © Coast to Coast Research, Inc. 2011

Licence Notification

All the software in this distribution is free software:
you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program in the COPYING file. If not, see GPL, Version 2
or GPL, Version 3 or write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.