Class VariableTable

java.lang.Object
com.offbynull.coroutines.instrumenter.asm.VariableTable

public final class VariableTable extends Object
Tracks extra variables used for instrumentation as well as arguments passed in to a method.
  • Field Details

  • Constructor Details

    • VariableTable

      public VariableTable(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode)
      Constructs a VariableTable object.
      Parameters:
      classNode - class that methodeNode resides in
      methodNode - method this variable table is for
    • VariableTable

      private VariableTable(boolean isStatic, org.objectweb.asm.Type objectType, org.objectweb.asm.Type methodType, int maxLocals)
  • Method Details