edu.umd.cs.findbugs.ba

Interface CFGBuilder

public interface CFGBuilder

Abstract interface for CFG builder classes.

Author: David Hovemeyer

See Also: CFG CFGBuilderFactory

Method Summary
voidbuild()
Build the CFG.
CFGgetCFG()
Get the CFG built by this object.

Method Detail

build

public void build()
Build the CFG.

getCFG

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

Returns: the CFG

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