cpptools
Class Analyzer

java.lang.Object
  extended by cpptools.Analyzer

public final class Analyzer
extends java.lang.Object

Builds and walks a forrest of abstract syntax trees from a set of given files.

Author:
Mathieu Champlon

Constructor Summary
Analyzer(Options options, ParserVisitor visitor, FileObserver observer, EventHandler handler)
          Create an analyzer.
 
Method Summary
 void run()
          Run the analyzis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analyzer

public Analyzer(Options options,
                ParserVisitor visitor,
                FileObserver observer,
                EventHandler handler)
Create an analyzer.

Parameters:
options - the options
visitor - the abstract syntax tree visitor
observer - a file observer
handler - an event handler
Method Detail

run

public void run()
Run the analyzis.



Copyright © 2006-2007 null. All Rights Reserved.