public class DefaultTaskFinder extends java.lang.Object implements ITaskFinder
Constructor and Description |
---|
DefaultTaskFinder() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canContainTaskTags(ILeafNode node) |
protected java.util.List<Task> |
findTasks(ICompositeNode it,
TaskTags taskTags) |
protected java.util.List<Task> |
findTasks(ILeafNode node,
TaskTags taskTags) |
java.util.List<Task> |
findTasks(org.eclipse.emf.ecore.resource.Resource resource) |
public java.util.List<Task> findTasks(org.eclipse.emf.ecore.resource.Resource resource)
findTasks
in interface ITaskFinder
protected java.util.List<Task> findTasks(ICompositeNode it, TaskTags taskTags)
protected boolean canContainTaskTags(ILeafNode node)