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:
parent
af010cf93a
commit
e100ec45de
@ -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
|
||||
*/
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user