|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.FunctionGenerationStrategy
public abstract class FunctionGenerationStrategy
Nested Class Summary | |
---|---|
static class |
FunctionGenerationStrategy.CodegenBased<T extends CallableDescriptor>
|
static class |
FunctionGenerationStrategy.FunctionDefault
|
Constructor Summary | |
---|---|
FunctionGenerationStrategy()
|
Method Summary | |
---|---|
protected FrameMap |
createFrameMap(JetTypeMapper typeMapper,
MethodContext context)
|
abstract void |
generateBody(org.jetbrains.asm4.MethodVisitor mv,
JvmMethodSignature signature,
MethodContext context,
MemberCodegen parentCodegen)
|
FrameMap |
getFrameMap(JetTypeMapper typeMapper,
MethodContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionGenerationStrategy()
Method Detail |
---|
public abstract void generateBody(@NotNull org.jetbrains.asm4.MethodVisitor mv, @NotNull JvmMethodSignature signature, @NotNull MethodContext context, @Nullable MemberCodegen parentCodegen)
@NotNull protected FrameMap createFrameMap(@NotNull JetTypeMapper typeMapper, @NotNull MethodContext context)
@NotNull public FrameMap getFrameMap(@NotNull JetTypeMapper typeMapper, @NotNull MethodContext context)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |