Class TreeLayoutAdaptor.AntlrTreeChildrenIterable

  • All Implemented Interfaces:
    java.lang.Iterable<Tree>
    Enclosing class:
    TreeLayoutAdaptor

    private static class TreeLayoutAdaptor.AntlrTreeChildrenIterable
    extends java.lang.Object
    implements java.lang.Iterable<Tree>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Tree tree  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<Tree> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • tree

        private final Tree tree
    • Constructor Detail

      • AntlrTreeChildrenIterable

        public AntlrTreeChildrenIterable​(Tree tree)
    • Method Detail

      • iterator

        public java.util.Iterator<Tree> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Tree>