public class ConstructorContext extends MethodContext
closure, outerExpression, STATIC| Constructor and Description |
|---|
ConstructorContext(ConstructorDescriptor contextDescriptor,
OwnerKind kind,
CodegenContext parent) |
| Modifier and Type | Method and Description |
|---|---|
StackValue |
getOuterExpression(StackValue prefix,
boolean ignoreNoOuter) |
CodegenContext |
getParentContext() |
java.lang.String |
toString() |
isStatic, lookupInContextaccessibleFunctionDescriptor, accessiblePropertyDescriptor, findChildContext, findParentContextWithDescriptor, getAccessor, getAccessors, getCallableDescriptorWithReceiver, getClassOrNamespaceDescriptor, getContextDescriptor, getContextKind, getEnclosingClass, getReceiverExpression, getThisDescriptor, hasThisDescriptor, initOuterExpression, intoAnonymousClass, intoClass, intoClosure, intoConstructor, intoFunction, intoNamespace, intoNamespacePart, intoScript, prepareFrame, recordSyntheticAccessorIfNeeded, recordSyntheticAccessorIfNeeded, shouldAddChildpublic ConstructorContext(@NotNull ConstructorDescriptor contextDescriptor, @NotNull OwnerKind kind, @NotNull CodegenContext parent)
public StackValue getOuterExpression(StackValue prefix, boolean ignoreNoOuter)
getOuterExpression in class MethodContextpublic java.lang.String toString()
toString in class MethodContext@NotNull public CodegenContext getParentContext()
getParentContext in class CodegenContext