Class MethodGenerationContext


  • public class MethodGenerationContext
    extends Object
    • Constructor Detail

      • MethodGenerationContext

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

      • enterScope

        public void enterScope​(Scope scope)
      • exitScope

        public void exitScope​(Scope scope)
      • getVariableSlot

        public int getVariableSlot​(Variable variable)
      • updateLineNumber

        public boolean updateLineNumber​(int lineNumber)