Package | Description |
---|---|
com.google.javascript.rhino |
The core AST from Rhino.
|
Modifier and Type | Method and Description |
---|---|
(package private) Node.NodeMismatch |
Node.checkTreeEqualsImpl(Node actual)
Compare this node to the given node recursively and return the first pair of nodes
that differs doing a preorder depth-first traversal.
|
private Node.NodeMismatch |
Node.checkTreeEqualsImpl(Node actual,
boolean jsDoc)
Compare this node to the given node recursively and return the first pair of nodes
that differs doing a preorder depth-first traversal.
|