|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.context.CodegenContext<T>
org.jetbrains.jet.codegen.context.FieldOwnerContext<T>
public abstract class FieldOwnerContext<T extends DeclarationDescriptor>
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.codegen.context.CodegenContext |
---|
closure, STATIC |
Constructor Summary | |
---|---|
FieldOwnerContext(T contextDescriptor,
OwnerKind contextKind,
CodegenContext parentContext,
MutableClosure closure,
ClassDescriptor thisDescriptor,
LocalLookup expressionCodegen)
|
Method Summary | |
---|---|
java.lang.String |
getFieldName(PropertyDescriptor descriptor)
|
java.lang.String |
getFieldName(PropertyDescriptor descriptor,
boolean isDelegated)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldOwnerContext(@NotNull T contextDescriptor, @NotNull OwnerKind contextKind, @Nullable CodegenContext parentContext, @Nullable MutableClosure closure, @Nullable ClassDescriptor thisDescriptor, @Nullable LocalLookup expressionCodegen)
Method Detail |
---|
public java.lang.String getFieldName(PropertyDescriptor descriptor)
public java.lang.String getFieldName(PropertyDescriptor descriptor, boolean isDelegated)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |