public class MethodGenerationContext extends Object
| Constructor and Description |
|---|
MethodGenerationContext(org.objectweb.asm.MethodVisitor methodVisitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterScope(Scope scope) |
void |
exitScope(Scope scope) |
int |
getVariableSlot(Variable variable) |
boolean |
updateLineNumber(int lineNumber) |
Copyright © 2012–2023. All rights reserved.