net.sourceforge.pmd.dfa

Class Linker

public class Linker extends Object

Author: raik Links data flow nodes to each other.

Constructor Summary
Linker(List braceStack, List continueBreakReturnStack)
Method Summary
voidcomputePaths()
Creates all the links between the data flow nodes.

Constructor Detail

Linker

public Linker(List braceStack, List continueBreakReturnStack)

Method Detail

computePaths

public void computePaths()
Creates all the links between the data flow nodes.