Class MethodGenerationContext

java.lang.Object
io.airlift.bytecode.MethodGenerationContext

public class MethodGenerationContext extends Object
  • Constructor Details

    • MethodGenerationContext

      public MethodGenerationContext(org.objectweb.asm.MethodVisitor methodVisitor)
  • Method Details

    • enterScope

      public void enterScope(Scope scope)
    • exitScope

      public void exitScope(Scope scope)
    • getVariableSlot

      public int getVariableSlot(Variable variable)
    • updateLineNumber

      public boolean updateLineNumber(int lineNumber)