Package org.checkerframework.dataflow.cfg.visualize
package org.checkerframework.dataflow.cfg.visualize
-
ClassDescriptionAbstractCFGVisualizer<V extends AbstractValue<V>,
S extends Store<S>, T extends TransferFunction<V, S>> This abstract class makes implementing aCFGVisualizer
easier.Whether to visualize before or after a block.Launcher to generate the DOT or String representation of the control flow graph of a given method in a given class.Options for running analysis on files.Perform some visualization on a control flow graph.Generate a graph description in the DOT language of a control graph.Generate the String representation of a control flow graph.