java.lang.Object
org.jd.core.v1.service.converter.classfiletojavasyntax.util.ControlFlowGraphMaker

public class ControlFlowGraphMaker extends Object
  • Field Details

  • Constructor Details

    • ControlFlowGraphMaker

      public ControlFlowGraphMaker()
  • Method Details

    • make

      public static ControlFlowGraph make(Method method)
    • checkILOADForIINC

      protected static boolean checkILOADForIINC(byte[] code, int offset, int index)