Class VariableLivenessGraph

java.lang.Object
net.covers1624.coffeegrinder.bytecode.VariableLivenessGraph

public class VariableLivenessGraph extends Object
Created by covers1624 on 13/10/21.
  • Field Details

    • maxLocals

      public final int maxLocals
    • firstLocalIndex

      public final int firstLocalIndex
    • nodeCounter

      public final AtomicInteger nodeCounter
  • Constructor Details

    • VariableLivenessGraph

      public VariableLivenessGraph(int maxLocals, int firstLocalIndex, Block start)
  • Method Details