|
|||||||||
| 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 void |
addLocalVariableName(java.lang.String name)
|
protected FrameMap |
createFrameMap(JetTypeMapper typeMapper,
MethodContext context)
|
abstract void |
generateBody(org.jetbrains.asm4.MethodVisitor mv,
JvmMethodSignature signature,
MethodContext context)
|
FrameMap |
getFrameMap(JetTypeMapper typeMapper,
MethodContext context)
|
java.util.Collection<java.lang.String> |
getLocalVariableNames()
|
| 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)
protected void addLocalVariableName(@NotNull
java.lang.String name)
@NotNull public java.util.Collection<java.lang.String> getLocalVariableNames()
@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 | ||||||||