|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mozilla.javascript.NodeTransformer
public class NodeTransformer
This class transforms a tree to a lower-level representation for codegen.
Node| Constructor Summary | |
|---|---|
NodeTransformer()
|
|
| Method Summary | |
|---|---|
void |
transform(ScriptOrFnNode tree)
|
protected void |
visitCall(Node node,
ScriptOrFnNode tree)
|
protected void |
visitNew(Node node,
ScriptOrFnNode tree)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeTransformer()
| Method Detail |
|---|
public final void transform(ScriptOrFnNode tree)
protected void visitNew(Node node,
ScriptOrFnNode tree)
protected void visitCall(Node node,
ScriptOrFnNode tree)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||