@Deprecated public abstract class AbstractRegionDiscoverer extends java.lang.Object implements Discoverer
SourceVisitListener| Constructor and Description |
|---|
AbstractRegionDiscoverer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSourceVisitListener(SourceVisitListener sourceVisitListener)
Deprecated.
Add a listener to the list of listener
|
java.util.List<SourceVisitListener> |
getListSourceVisitListener()
Deprecated.
Return the list of sourceVisitListener
|
void |
notifyRegionSourceVisit(java.lang.String filePath,
int startPosition,
int endPosition,
EObject targetNode)
Deprecated.
Notify all the listeners that a source region has been visited This method allows not to
indicate the startLine and endLine and automatically put them to -1
|
void |
notifyRegionSourceVisit(java.lang.String filePath,
int startPosition,
int endPosition,
int startLine,
int endLine,
EObject targetNode)
Deprecated.
* Notify all the listeners that a source region has been visited
|
void |
removeSourceVisitListener(SourceVisitListener sourceVisitListener)
Deprecated.
Remove the sourceVisitListener from the list
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdiscoverElement, getDiscovererParameters, isApplicableTopublic final void notifyRegionSourceVisit(java.lang.String filePath,
int startPosition,
int endPosition,
int startLine,
int endLine,
EObject targetNode)
filePath - The path of the parent compilation unitstartPosition - Start Position of the source code regionendPosition - EndPosition of the source code regionstartLine - Start line of the source code regionendLine - End line of the source code regiontargetNode - The Java Node to be documentedpublic final void notifyRegionSourceVisit(java.lang.String filePath,
int startPosition,
int endPosition,
EObject targetNode)
filePath - The path of the parent compilation unitstartPosition - Start Position of the source code regionendPosition - EndPosition of the source code regiontargetNode - The Java Node to be documentedpublic final void addSourceVisitListener(SourceVisitListener sourceVisitListener)
sourceVisitListener - public final void removeSourceVisitListener(SourceVisitListener sourceVisitListener)
sourceVisitListener - public final java.util.List<SourceVisitListener> getListSourceVisitListener()