类 ASTParentsFirstIterator

  • 所有已实现的接口:
    Iterator

    public class ASTParentsFirstIterator
    extends Object
    implements Iterator
    Depth first iteration of an ANTLR AST.
    作者:
    josh
    • 构造器详细资料

      • ASTParentsFirstIterator

        public ASTParentsFirstIterator​(antlr.collections.AST tree)
    • 方法详细资料

      • remove

        public void remove()
        指定者:
        remove 在接口中 Iterator
      • hasNext

        public boolean hasNext()
        指定者:
        hasNext 在接口中 Iterator
      • nextNode

        public antlr.collections.AST nextNode()