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, wait, wait, wait |
createForSingleton
@NotNull
public static FieldInfo createForSingleton(@NotNull
ClassDescriptor classDescriptor,
@NotNull
JetTypeMapper typeMapper)
createForHiddenField
@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)
getFieldType
@NotNull
public org.jetbrains.org.objectweb.asm.Type getFieldType()
getOwnerType
@NotNull
public org.jetbrains.org.objectweb.asm.Type getOwnerType()
getOwnerInternalName
@NotNull
public java.lang.String getOwnerInternalName()
getFieldName
@NotNull
public java.lang.String getFieldName()
isStatic
public boolean isStatic()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object