net.sf.jmd.transformation.impl.java
Class JavaParser

java.lang.Object
  extended by net.sf.jmd.transformation.impl.java.JavaParser
All Implemented Interfaces:
IParser

public class JavaParser
extends java.lang.Object
implements IParser

This is a JavaParser example found somewhere on the web ... needs refactoring

Author:
someone else

Constructor Summary
JavaParser()
           
 
Method Summary
 antlr.collections.AST getAST(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaParser

public JavaParser()
Method Detail

getAST

public antlr.collections.AST getAST(java.io.File file)
Specified by:
getAST in interface IParser


Copyright © 2007-2010. All Rights Reserved.