|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.codegen.context.CodegenContext
org.jetbrains.jet.codegen.context.MethodContext
org.jetbrains.jet.codegen.context.ConstructorContext
public class ConstructorContext
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.jet.codegen.context.CodegenContext |
|---|
closure, outerExpression, STATIC |
| Constructor Summary | |
|---|---|
ConstructorContext(ConstructorDescriptor contextDescriptor,
OwnerKind kind,
CodegenContext parent)
|
|
| Method Summary | |
|---|---|
StackValue |
getOuterExpression(StackValue prefix,
boolean ignoreNoOuter)
|
CodegenContext |
getParentContext()
|
java.lang.String |
toString()
|
| Methods inherited from class org.jetbrains.jet.codegen.context.MethodContext |
|---|
isStatic, lookupInContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConstructorContext(@NotNull
ConstructorDescriptor contextDescriptor,
@NotNull
OwnerKind kind,
@NotNull
CodegenContext parent)
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||