org.prorefactor.treeparser
Class TreeParserWrapper

java.lang.Object
  extended by org.prorefactor.treeparser.TreeParserWrapper

public class TreeParserWrapper
extends java.lang.Object

This class just makes it easier to interface with an Antlr generated tree parser.


Constructor Summary
TreeParserWrapper()
           
 
Method Summary
static void run2(IJPTreeParser tp, JPNode theAST)
          Run a tree parser for a given JPNode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeParserWrapper

public TreeParserWrapper()
Method Detail

run2

public static void run2(IJPTreeParser tp,
                        JPNode theAST)
                 throws PRCException
Run a tree parser for a given JPNode.

Throws:
PRCException


Copyright © 2008 Joanju Software. All Rights Reserved.