Package examples.demo

Class UdtToAst


  • public class UdtToAst
    extends RunTests
    This example demonstrates how to add nodes to the AST from a UDT. The source code should be consulted for details.
    • Constructor Summary

      Constructors 
      Constructor Description
      UdtToAst​(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

      • UdtToAst

        public UdtToAst​(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