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