org.jetbrains.jet.codegen.inline
Class CapturedParamDesc
java.lang.Object
org.jetbrains.jet.codegen.inline.CapturedParamDesc
public class CapturedParamDesc
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CapturedParamDesc
public CapturedParamDesc(@NotNull
CapturedParamOwner containingLambda,
@NotNull
java.lang.String fieldName,
@NotNull
org.jetbrains.org.objectweb.asm.Type type)
getContainingLambdaName
@NotNull
public java.lang.String getContainingLambdaName()
getFieldName
@NotNull
public java.lang.String getFieldName()
getType
@NotNull
public org.jetbrains.org.objectweb.asm.Type getType()
createDesc
@NotNull
public static CapturedParamDesc createDesc(@NotNull
CapturedParamOwner containingLambdaInfo,
@NotNull
java.lang.String fieldName,
@NotNull
org.jetbrains.org.objectweb.asm.Type type)