smacs.write.tree
Class CompilesScript
java.lang.Object
smacs.write.tree.CompilesScript
- public class CompilesScript
- extends Object
build ProgramScript tree.
basically copies the nodes once again. The new nodes contain handlers to be
used by routines to adjust the content for the target output language. (No,
in java you can not add new interfaces at runtime).
- Author:
- Copyright (C) 2004, Guido Draheim. All rights reserved. Part of SMACS project.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Logger log
CompilesScript
public CompilesScript()
createProgramScriptFromProgramList
public static ProgramScript createProgramScriptFromProgramList(SelectSimpleNode tree)
createJavaScriptFromProgramScript
public static JavaScriptNode createJavaScriptFromProgramScript(ProgramSimpleNode script)
createPsqlScriptFromProgramScript
public static PsqlScriptNode createPsqlScriptFromProgramScript(ProgramSimpleNode script)
main
public static void main(String[] argv)
- test program.