Package net.sourceforge.pmd.lang.dfa
Class Linker
- java.lang.Object
-
- net.sourceforge.pmd.lang.dfa.Linker
-
public class Linker extends Object
- Author:
- raik Links data flow nodes to each other.
-
-
Constructor Summary
Constructors Constructor Description Linker(DataFlowHandler dataFlowHandler, List<StackObject> braceStack, List<StackObject> continueBreakReturnStack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
computePaths()
Creates all the links between the data flow nodes.
-
-
-
Constructor Detail
-
Linker
public Linker(DataFlowHandler dataFlowHandler, List<StackObject> braceStack, List<StackObject> continueBreakReturnStack)
-
-
Method Detail
-
computePaths
public void computePaths() throws LinkerException, SequenceException
Creates all the links between the data flow nodes.- Throws:
LinkerException
SequenceException
-
-