Remove obsolete references to NodeFactory.

This commit is contained in:
nboyd%atg.com 2000-07-05 17:08:26 +00:00
parent 45b61131d8
commit a1f493ab08
4 changed files with 2 additions and 14 deletions

View File

@ -39,9 +39,6 @@ package org.mozilla.javascript;
* This class allows the creation of nodes, and follows the Factory pattern.
*
* @see Node
* @see NodeFactory
* @see ASTFactory
* @author Mike McCabe
* @author Norris Boyd
*/

View File

@ -47,7 +47,6 @@ import java.io.IOException;
* in the jsref package.
*
* @see TokenStream
* @see NodeFactory
*
* @author Mike McCabe
* @author Brendan Eich
@ -84,9 +83,7 @@ class Parser {
}
/*
* Build a parse tree from the given TokenStream. Creates a tree
* by making calls to the NodeFactory object that was used to
* construct the Parser.
* Build a parse tree from the given TokenStream.
*
* @param ts the TokenStream to parse
*

View File

@ -39,9 +39,6 @@ package org.mozilla.javascript;
* This class allows the creation of nodes, and follows the Factory pattern.
*
* @see Node
* @see NodeFactory
* @see ASTFactory
* @author Mike McCabe
* @author Norris Boyd
*/

View File

@ -47,7 +47,6 @@ import java.io.IOException;
* in the jsref package.
*
* @see TokenStream
* @see NodeFactory
*
* @author Mike McCabe
* @author Brendan Eich
@ -84,9 +83,7 @@ class Parser {
}
/*
* Build a parse tree from the given TokenStream. Creates a tree
* by making calls to the NodeFactory object that was used to
* construct the Parser.
* Build a parse tree from the given TokenStream.
*
* @param ts the TokenStream to parse
*