|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.codegen.FieldInfo
public class FieldInfo
| Method Summary | |
|---|---|
static FieldInfo |
createForHiddenField(org.jetbrains.org.objectweb.asm.Type owner,
org.jetbrains.org.objectweb.asm.Type fieldType,
java.lang.String fieldName)
|
static FieldInfo |
createForSingleton(ClassDescriptor classDescriptor,
JetTypeMapper typeMapper)
|
java.lang.String |
getFieldName()
|
org.jetbrains.org.objectweb.asm.Type |
getFieldType()
|
java.lang.String |
getOwnerInternalName()
|
org.jetbrains.org.objectweb.asm.Type |
getOwnerType()
|
boolean |
isStatic()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
@NotNull
public static FieldInfo createForSingleton(@NotNull
ClassDescriptor classDescriptor,
@NotNull
JetTypeMapper typeMapper)
@NotNull
public static FieldInfo createForHiddenField(@NotNull
org.jetbrains.org.objectweb.asm.Type owner,
@NotNull
org.jetbrains.org.objectweb.asm.Type fieldType,
@NotNull
java.lang.String fieldName)
@NotNull public org.jetbrains.org.objectweb.asm.Type getFieldType()
@NotNull public org.jetbrains.org.objectweb.asm.Type getOwnerType()
@NotNull public java.lang.String getOwnerInternalName()
@NotNull public java.lang.String getFieldName()
public boolean isStatic()
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 | ||||||||