Package io.airlift.bytecode
Class MethodGenerationContext
- java.lang.Object
-
- io.airlift.bytecode.MethodGenerationContext
-
public class MethodGenerationContext extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodGenerationContext(org.objectweb.asm.MethodVisitor methodVisitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterScope(Scope scope)voidexitScope(Scope scope)intgetVariableSlot(Variable variable)booleanupdateLineNumber(int lineNumber)
-