Interface ReadsDescriptor
- All Superinterfaces:
com.buschmais.xo.api.CompositeObject,com.buschmais.jqassistant.core.store.api.model.Descriptor,LineNumberDescriptor
@Relation("READS")
public interface ReadsDescriptor
extends com.buschmais.jqassistant.core.store.api.model.Descriptor, LineNumberDescriptor
Defines a READs relation between a method and a field.
-
Method Summary
Methods inherited from interface com.buschmais.xo.api.CompositeObject
as, getDelegate, getIdMethods inherited from interface com.buschmais.jqassistant.plugin.java.api.model.LineNumberDescriptor
getLineNumber, setLineNumber
-
Method Details
-
getMethod
MethodDescriptor getMethod() -
getField
FieldDescriptor getField()
-