All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.java.decompiler.api.GraphFlattener Maven / Gradle / Ivy

Go to download

Modern Java & JVM language decompiler aiming to be as accurate as possible, with an emphasis on output quality.

The newest version!
package org.jetbrains.java.decompiler.api;

import org.jetbrains.java.decompiler.modules.decompiler.flow.DirectGraph;
import org.jetbrains.java.decompiler.modules.decompiler.stats.RootStatement;

public interface GraphFlattener {
  DirectGraph buildDirectGraph(RootStatement root);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy