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)
addLocalVariableName
protected void addLocalVariableName(@NotNull
java.lang.String name)
getLocalVariableNames
@NotNull
public java.util.Collection<java.lang.String> getLocalVariableNames()
createFrameMap
@NotNull
protected FrameMap createFrameMap(@NotNull
JetTypeMapper typeMapper,
@NotNull
MethodContext context)
getFrameMap
@NotNull
public FrameMap getFrameMap(@NotNull
JetTypeMapper typeMapper,
@NotNull
MethodContext context)