Package org.intocps.maestro.ast
Class NodeCollector
- java.lang.Object
-
- org.intocps.maestro.ast.NodeCollector
-
public class NodeCollector extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NodeCollector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends org.intocps.maestro.ast.node.INode>
java.util.Optional<java.util.List<T>>collect(org.intocps.maestro.ast.node.INode node, java.lang.Class<T> type)
-