mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 12:35:31 +00:00
AS3: Show try graph heads in Graphviz distinguished
This commit is contained in:
@@ -124,6 +124,10 @@ public class Graph {
|
||||
}
|
||||
}
|
||||
|
||||
public List<GraphException> getExceptions() {
|
||||
return exceptions;
|
||||
}
|
||||
|
||||
protected static void populateParts(GraphPart part, Set<GraphPart> allParts) {
|
||||
if (allParts.contains(part)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user