Remove obsolete references to NodeFactory.

git-svn-id: svn://10.0.0.236/trunk@73674 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nboyd%atg.com 2000-07-05 17:08:26 +00:00
parent af010cf93a
commit e100ec45de
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
*