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, lookupInContext
accessibleFunctionDescriptor, 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, shouldAddChild
public ConstructorContext(@NotNull ConstructorDescriptor contextDescriptor, @NotNull OwnerKind kind, @NotNull CodegenContext parent)
public StackValue getOuterExpression(StackValue prefix, boolean ignoreNoOuter)
getOuterExpression
in class MethodContext
public java.lang.String toString()
toString
in class MethodContext
@NotNull public CodegenContext getParentContext()
getParentContext
in class CodegenContext