org.jetbrains.jet.codegen
Class FunctionGenerationStrategy
java.lang.Object
org.jetbrains.jet.codegen.FunctionGenerationStrategy
- Direct Known Subclasses:
- FunctionGenerationStrategy.CodegenBased
public abstract class FunctionGenerationStrategy
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionGenerationStrategy
public FunctionGenerationStrategy()
generateBody
public abstract void generateBody(@NotNull
org.jetbrains.asm4.MethodVisitor mv,
@NotNull
JvmMethodSignature signature,
@NotNull
MethodContext context,
@Nullable
MemberCodegen parentCodegen)
createFrameMap
@NotNull
protected FrameMap createFrameMap(@NotNull
JetTypeMapper typeMapper,
@NotNull
MethodContext context)
getFrameMap
@NotNull
public FrameMap getFrameMap(@NotNull
JetTypeMapper typeMapper,
@NotNull
MethodContext context)
generateLocalVarTable
public boolean generateLocalVarTable()