Class FlattenStatementsHelper
- java.lang.Object
-
- org.jetbrains.java.decompiler.modules.decompiler.flow.FlattenStatementsHelper
-
- All Implemented Interfaces:
GraphFlattener
public class FlattenStatementsHelper extends java.lang.Object implements GraphFlattener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlattenStatementsHelper.FinallyPathWrapper
-
Constructor Summary
Constructors Constructor Description FlattenStatementsHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectGraphbuildDirectGraph(RootStatement root)java.util.Map<java.lang.Integer,java.lang.String[]>getMapDestinationNodes()
-
-
-
Method Detail
-
buildDirectGraph
public DirectGraph buildDirectGraph(RootStatement root)
- Specified by:
buildDirectGraphin interfaceGraphFlattener
-
getMapDestinationNodes
public java.util.Map<java.lang.Integer,java.lang.String[]> getMapDestinationNodes()
-
-