mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Remove obsolete references to NodeFactory.
This commit is contained in:
parent
45b61131d8
commit
a1f493ab08
@ -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