emn.fr.ascola.extractor
Class GenericASTParser

java.lang.Object
  extended by emn.fr.ascola.extractor.GenericASTParser

public class GenericASTParser
extends java.lang.Object

A generic ASTParser which could be configure with the visitor type.


Constructor Summary
GenericASTParser(emn.fr.ascola.extractor.SimpleVisitor vis)
           
 
Method Summary
 void run(org.eclipse.jdt.core.dom.CompilationUnit unit)
          Launch the visitor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericASTParser

public GenericASTParser(emn.fr.ascola.extractor.SimpleVisitor vis)
Method Detail

run

public void run(org.eclipse.jdt.core.dom.CompilationUnit unit)
Launch the visitor.

Parameters:
unit -