Interface InvokesDescriptor
- All Superinterfaces:
com.buschmais.xo.api.CompositeObject,com.buschmais.jqassistant.core.store.api.model.Descriptor,LineNumberDescriptor
@Relation("INVOKES")
public interface InvokesDescriptor
extends com.buschmais.jqassistant.core.store.api.model.Descriptor, LineNumberDescriptor
Defines an INVOKES relation between two methods.
-
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
getInvokingMethod
MethodDescriptor getInvokingMethod() -
getInvokedMethod
MethodDescriptor getInvokedMethod()
-