public interface SourceVisitListener
org.eclipse.modisco.kdm.source.extension.discovery.AbstractRegionDiscoverer| Modifier and Type | Method and Description | 
|---|---|
| void | sourceRegionVisited(java.lang.String filePath,
                   int startOffset,
                   int endOffset,
                   int startLine,
                   int endLine,
                   EObject targetNode)Abstract method to be implemented in composite discoverers. | 
void sourceRegionVisited(java.lang.String filePath,
                         int startOffset,
                         int endOffset,
                         int startLine,
                         int endLine,
                         EObject targetNode)
ASTNodeSourceRegion.filePath - the path of the file containing the source regionstartOffset - the start offset of the source code regionendOffset - the end offset of the source code regionstartLine - the first line of the source code regionendLine - the last line of the source code regiontargetNode - the corresponding model element