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