Class JavaScriptCompletionResolver.VisitorAll

  • All Implemented Interfaces:
    org.mozilla.javascript.ast.NodeVisitor
    Enclosing class:
    JavaScriptCompletionResolver

    private static class JavaScriptCompletionResolver.VisitorAll
    extends java.lang.Object
    implements org.mozilla.javascript.ast.NodeVisitor
    Visit all nodes in the AstNode tree and all to a single list
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.ArrayList<org.mozilla.javascript.ast.AstNode> all  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VisitorAll()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<org.mozilla.javascript.ast.AstNode> getAllNodes()  
      boolean visit​(org.mozilla.javascript.ast.AstNode node)  
      • Methods inherited from class java.lang.Object

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

      • all

        private java.util.ArrayList<org.mozilla.javascript.ast.AstNode> all
    • Constructor Detail

      • VisitorAll

        private VisitorAll()
    • Method Detail

      • visit

        public boolean visit​(org.mozilla.javascript.ast.AstNode node)
        Specified by:
        visit in interface org.mozilla.javascript.ast.NodeVisitor
      • getAllNodes

        public java.util.ArrayList<org.mozilla.javascript.ast.AstNode> getAllNodes()