|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.codegen.inline.LambdaTransformer
public class LambdaTransformer
| Field Summary | |
|---|---|
protected GenerationState |
state
|
protected JetTypeMapper |
typeMapper
|
| Constructor Summary | |
|---|---|
LambdaTransformer(java.lang.String lambdaInternalName,
InliningContext info,
boolean isSameModule,
org.jetbrains.asm4.Type newLambdaType)
|
|
| Method Summary | |
|---|---|
void |
doTransform(ConstructorInvocation invocation)
|
org.jetbrains.asm4.tree.MethodNode |
getMethodNode(org.jetbrains.asm4.ClassReader reader,
boolean findConstructor,
boolean findBridge)
|
static java.lang.String |
getNewFieldName(java.lang.String oldName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final GenerationState state
protected final JetTypeMapper typeMapper
| Constructor Detail |
|---|
public LambdaTransformer(java.lang.String lambdaInternalName,
InliningContext info,
boolean isSameModule,
org.jetbrains.asm4.Type newLambdaType)
| Method Detail |
|---|
public void doTransform(ConstructorInvocation invocation)
@Nullable
public org.jetbrains.asm4.tree.MethodNode getMethodNode(@NotNull
org.jetbrains.asm4.ClassReader reader,
boolean findConstructor,
boolean findBridge)
public static java.lang.String getNewFieldName(java.lang.String oldName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||