Package io.airlift.bytecode
Class MethodGenerationContext
java.lang.Object
io.airlift.bytecode.MethodGenerationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenterScope(Scope scope) voidintgetVariableSlot(Variable variable) booleanupdateLineNumber(int lineNumber)
-
Constructor Details
-
MethodGenerationContext
public MethodGenerationContext(org.objectweb.asm.MethodVisitor methodVisitor)
-
-
Method Details
-
enterScope
-
exitScope
-
getVariableSlot
-
updateLineNumber
public boolean updateLineNumber(int lineNumber)
-