Field Data
Represents relevant information on a field used for ClassInspector. Should only be associated with a PropertyData.
data class FieldData(annotations: List<AnnotationSpec>, isSynthetic: Boolean, jvmModifiers: Set<JvmFieldModifier>, constant: CodeBlock?)
Content copied to clipboard
Parameters
Constructors
Types
Functions
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
equals
Link copied to clipboard
Properties
allAnnotations
Link copied to clipboard
A collection of all annotations on this method, including any derived from jvmModifiers and isSynthetic.
constant
Link copied to clipboard
the constant value of this field, if available. Note that this is does not strictly imply that the associated property is const.
isSynthetic
Link copied to clipboard
indicates if this field is synthetic or not.
jvmModifiers
Link copied to clipboard
set of JvmMethodModifiers on this field.