biz.hammurapi.antlr
Class AstVisualizable

java.lang.Object
  extended by biz.hammurapi.antlr.AstVisualizable
All Implemented Interfaces:
Visualizable

public class AstVisualizable
extends java.lang.Object
implements Visualizable


Constructor Summary
AstVisualizable(AST ast, java.lang.String[] names)
           
 
Method Summary
 javax.swing.table.TableModel toTable()
           
 javax.swing.tree.MutableTreeNode toTree(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AstVisualizable

public AstVisualizable(AST ast,
                       java.lang.String[] names)
Method Detail

toTree

public javax.swing.tree.MutableTreeNode toTree(java.lang.String title)
Specified by:
toTree in interface Visualizable

toTable

public javax.swing.table.TableModel toTable()
Specified by:
toTable in interface Visualizable


Copyright © 2003 Hammurapi Group. All Rights Reserved.