|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.codegen.context.CodegenContext<T>
org.jetbrains.kotlin.codegen.context.FieldOwnerContext<PackageFragmentDescriptor>
org.jetbrains.kotlin.codegen.context.PackageContext
public class PackageContext
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.codegen.context.CodegenContext |
---|
closure, STATIC |
Constructor Summary | |
---|---|
PackageContext(PackageFragmentDescriptor contextDescriptor,
CodegenContext parent,
org.jetbrains.org.objectweb.asm.Type packagePartType)
|
Method Summary | |
---|---|
org.jetbrains.org.objectweb.asm.Type |
getPackagePartType()
|
boolean |
isStatic()
|
java.lang.String |
toString()
|
Methods inherited from class org.jetbrains.kotlin.codegen.context.FieldOwnerContext |
---|
getFieldName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PackageContext(@NotNull PackageFragmentDescriptor contextDescriptor, @Nullable CodegenContext parent, org.jetbrains.org.objectweb.asm.Type packagePartType)
Method Detail |
---|
public boolean isStatic()
isStatic
in class CodegenContext<PackageFragmentDescriptor>
public java.lang.String toString()
toString
in class java.lang.Object
public org.jetbrains.org.objectweb.asm.Type getPackagePartType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |