|
|||||||||
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<ClassDescriptor>
org.jetbrains.jet.codegen.context.ClassContext
public class ClassContext
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.codegen.context.CodegenContext |
---|
closure, STATIC |
Constructor Summary | |
---|---|
ClassContext(JetTypeMapper typeMapper,
ClassDescriptor contextDescriptor,
OwnerKind contextKind,
CodegenContext parentContext,
LocalLookup localLookup)
|
Method Summary | |
---|---|
CodegenContext |
getClassObjectContext()
|
boolean |
isStatic()
|
java.lang.String |
toString()
|
Methods inherited from class org.jetbrains.jet.codegen.context.FieldOwnerContext |
---|
getFieldName, getFieldName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClassContext(@NotNull JetTypeMapper typeMapper, @NotNull ClassDescriptor contextDescriptor, @NotNull OwnerKind contextKind, @Nullable CodegenContext parentContext, @Nullable LocalLookup localLookup)
Method Detail |
---|
@Nullable public CodegenContext getClassObjectContext()
public boolean isStatic()
isStatic
in class CodegenContext<ClassDescriptor>
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 |