Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeCollector

        public NodeCollector()
    • Method Detail

      • collect

        public 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)