org.apache.tools.ant.taskdefs
public static class MacroDef.NestedSequential extends Object implements TaskContainer
Method Summary | |
---|---|
void | addTask(Task task)
Add a task or type to the container.
|
List | getNested() |
boolean | similar(MacroDef.NestedSequential other)
A compare function to compare this with another
NestedSequential.
|
Parameters: task an unknown element.
Returns: the list of unknown elements
Parameters: other the nested sequential to compare with.
Returns: true if they are similar, false otherwise