@Label(value="Field") public interface FieldDescriptor extends MemberDescriptor, com.buschmais.jqassistant.core.store.api.model.NamedDescriptor, TypedDescriptor, AnnotatedDescriptor, AccessModifierDescriptor
| Modifier and Type | Method and Description |
|---|---|
List<ReadsDescriptor> |
getReadBy() |
List<WritesDescriptor> |
getWrittenBy() |
Boolean |
isTransient() |
Boolean |
isVolatile() |
void |
setTransient(Boolean transientField) |
void |
setVolatile(Boolean volatileField) |
getDeclaringType, getSignature, setSignaturegetName, setNamegetType, setTypegetAnnotatedBygetVisibility, isFinal, isStatic, isSynthetic, setFinal, setStatic, setSynthetic, setVisibility@Property(value="transient") Boolean isTransient()
void setTransient(Boolean transientField)
transientField - the transientField to set@Property(value="volatile") Boolean isVolatile()
void setVolatile(Boolean volatileField)
volatileField - the volatileField to setList<WritesDescriptor> getWrittenBy()
List<ReadsDescriptor> getReadBy()
Copyright © 2015 buschmais GbR. All rights reserved.