org.jetbrains.jet.codegen
Class FieldInfo
java.lang.Object
org.jetbrains.jet.codegen.FieldInfo
public class FieldInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createForSingleton
@NotNull
public static FieldInfo createForSingleton(@NotNull
ClassDescriptor fieldClassDescriptor,
@NotNull
JetTypeMapper typeMapper)
createForHiddenField
public static FieldInfo createForHiddenField(@NotNull
org.jetbrains.asm4.Type owner,
org.jetbrains.asm4.Type fieldType,
java.lang.String fieldName)
getFieldType
@NotNull
public org.jetbrains.asm4.Type getFieldType()
getOwnerType
@NotNull
public org.jetbrains.asm4.Type getOwnerType()
getOwnerInternalName
@NotNull
public java.lang.String getOwnerInternalName()
getFieldName
@NotNull
public java.lang.String getFieldName()
isStatic
@NotNull
public boolean isStatic()