public class NodeCollector
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static <T extends org.intocps.maestro.ast.node.INode>
Optional<List<T>>
collect(org.intocps.maestro.ast.node.INode node,
Class<T> type)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NodeCollector
public NodeCollector()
-
Method Details
-
collect
public static <T extends org.intocps.maestro.ast.node.INode>
Optional<List<T>> collect(org.intocps.maestro.ast.node.INode node,
Class<T> type)