Class DomHelper
- java.lang.Object
-
- org.jetbrains.java.decompiler.modules.decompiler.decompose.DomHelper
-
- All Implemented Interfaces:
GraphParser
public final class DomHelper extends java.lang.Object implements GraphParser
-
-
Constructor Summary
Constructors Constructor Description DomHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VBStyleCollection<java.util.List<java.lang.Integer>,java.lang.Integer>calcPostDominators(Statement general)RootStatementcreateStatement(ControlFlowGraph graph, StructMethod mt)static RootStatementparseGraph(ControlFlowGraph graph, StructMethod mt)static booleanremoveSynchronizedHandler(Statement stat)
-
-
-
Method Detail
-
createStatement
public RootStatement createStatement(ControlFlowGraph graph, StructMethod mt)
- Specified by:
createStatementin interfaceGraphParser
-
calcPostDominators
public static VBStyleCollection<java.util.List<java.lang.Integer>,java.lang.Integer> calcPostDominators(Statement general)
-
parseGraph
public static RootStatement parseGraph(ControlFlowGraph graph, StructMethod mt)
-
removeSynchronizedHandler
public static boolean removeSynchronizedHandler(Statement stat)
-
-