FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Interface CFGBuilder

All Known Implementing Classes:
BetterCFGBuilder2

public interface CFGBuilder

Abstract interface for CFG builder classes.

Author:
David Hovemeyer
See Also:
CFG, CFGBuilderFactory

Method Summary
 void build()
          Build the CFG.
 CFG getCFG()
          Get the CFG built by this object.
 

Method Detail

build

void build()
           throws CFGBuilderException
Build the CFG.

Throws:
CFGBuilderException

getCFG

CFG getCFG()
Get the CFG built by this object. Assumes that the build() method has already been called.

Returns:
the CFG

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.