Interface FindBugsSourceLineContainingDescriptor
-
- All Superinterfaces:
com.buschmais.xo.api.CompositeObject,com.buschmais.jqassistant.core.store.api.model.Descriptor,FindBugsDescriptor,SpotBugsDescriptor
- All Known Subinterfaces:
FindBugsBugInstanceClassDescriptor,FindBugsBugInstanceFieldDescriptor,FindBugsBugInstanceMethodDescriptor,SpotBugsBugInstanceDescriptor
@Label("SourceLineContainer") public interface FindBugsSourceLineContainingDescriptor extends FindBugsDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindBugsSourceLineDescriptorgetSourceLineDescriptor()voidsetSourceLineDescriptor(FindBugsSourceLineDescriptor sourceLineDescriptor)
-
-
-
Method Detail
-
getSourceLineDescriptor
@Relation("HAS_SOURCELINE") FindBugsSourceLineDescriptor getSourceLineDescriptor()
-
setSourceLineDescriptor
void setSourceLineDescriptor(FindBugsSourceLineDescriptor sourceLineDescriptor)
-
-