test2.tool
クラス PrintTree

java.lang.Object
  拡張test2.tool.PrintTree

public class PrintTree
extends java.lang.Object

Prints the tree of the given AST on standard output. This is a toy class which demonstrates the use of PrintWalker adapter for traversing the Abstract Syntax Tree and printing each node.

作成者:
Mariusz Nowostawski

コンストラクタの概要
PrintTree()
           
 
メソッドの概要
static void main(java.lang.String[] arguments)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PrintTree

public PrintTree()
メソッドの詳細

main

public static void main(java.lang.String[] arguments)