|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.codegen.inline.CapturedParamDesc
public class CapturedParamDesc
Constructor Summary | |
---|---|
CapturedParamDesc(org.jetbrains.org.objectweb.asm.Type containingLambdaType,
java.lang.String fieldName,
org.jetbrains.org.objectweb.asm.Type type)
|
Method Summary | |
---|---|
java.lang.String |
getContainingLambdaName()
|
java.lang.String |
getFieldName()
|
org.jetbrains.org.objectweb.asm.Type |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CapturedParamDesc(@NotNull org.jetbrains.org.objectweb.asm.Type containingLambdaType, @NotNull java.lang.String fieldName, @NotNull org.jetbrains.org.objectweb.asm.Type type)
Method Detail |
---|
@NotNull public java.lang.String getContainingLambdaName()
@NotNull public java.lang.String getFieldName()
@NotNull public org.jetbrains.org.objectweb.asm.Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |