Uses of Class
org.ek9lang.compiler.backend.jvm.AbstractAsmGenerator.MethodContext
Packages that use AbstractAsmGenerator.MethodContext
-
Uses of AbstractAsmGenerator.MethodContext in org.ek9lang.compiler.backend.jvm
Methods in org.ek9lang.compiler.backend.jvm that return AbstractAsmGenerator.MethodContextModifier and TypeMethodDescriptionprotected AbstractAsmGenerator.MethodContext
AbstractAsmGenerator.getMethodContext()
Get the shared method context.Methods in org.ek9lang.compiler.backend.jvm with parameters of type AbstractAsmGenerator.MethodContextModifier and TypeMethodDescriptionvoid
OutputVisitor.setMethodContext
(AbstractAsmGenerator.MethodContext methodContext, org.objectweb.asm.MethodVisitor mv, boolean isConstructor) Set method context for all generators before processing a method's instructions.protected void
AbstractAsmGenerator.setSharedMethodContext
(AbstractAsmGenerator.MethodContext context) Set shared method context for coordinated variable slot allocation across generators.