|
|||||||||
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
public class MethodContext
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.codegen.context.CodegenContext |
---|
closure, outerExpression, STATIC |
Constructor Summary | |
---|---|
MethodContext(FunctionDescriptor contextType,
OwnerKind contextKind,
CodegenContext parentContext)
|
Method Summary | |
---|---|
StackValue |
getOuterExpression(StackValue prefix,
boolean ignoreNoOuter)
|
boolean |
isStatic()
|
StackValue |
lookupInContext(DeclarationDescriptor d,
StackValue result,
GenerationState state,
boolean ignoreNoOuter)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MethodContext(@NotNull FunctionDescriptor contextType, @NotNull OwnerKind contextKind, @NotNull CodegenContext parentContext)
Method Detail |
---|
public StackValue lookupInContext(DeclarationDescriptor d, @Nullable StackValue result, GenerationState state, boolean ignoreNoOuter)
lookupInContext
in class CodegenContext
public boolean isStatic()
isStatic
in class CodegenContext
public StackValue getOuterExpression(StackValue prefix, boolean ignoreNoOuter)
getOuterExpression
in class CodegenContext
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |