public class DefaultNodeVisitor extends java.lang.Object implements NodeVisitor, AbstractNodeVisitor
| Constructor and Description |
|---|
DefaultNodeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(BeginForInNode n)
Visits a BeginForInNode.
|
void |
visit(BeginLoopNode n)
Visits a BeginLoopNode.
|
void |
visit(BeginWithNode n)
Visits a BeginWithNode.
|
void |
visit(BinaryOperatorNode n)
Visits a BinaryOperatorNode.
|
void |
visit(CallNode n)
Visits a CallNode.
|
void |
visit(CatchNode n)
Visits a CatchNode.
|
void |
visit(ConstantNode n)
Visits a ConstantNode.
|
void |
visit(DeclareFunctionNode n)
Visits a DeclareFunctionNode.
|
void |
visit(DeclareVariableNode n)
Visits a DeclareVariableNode.
|
void |
visit(DeletePropertyNode n)
Visits a DeletePropertyNode.
|
void |
visit(EndForInNode n)
Visits an EndForInNode.
|
void |
visit(EndLoopNode n)
Visits an EndLoopNode.
|
void |
visit(EndWithNode n)
Visits an EndWithNode.
|
void |
visit(EventDispatcherNode n)
Visits an EventDispatcherNode.
|
void |
visit(ExceptionalReturnNode n)
Visits an ExceptionalReturnNode.
|
void |
visit(HasNextPropertyNode n)
Visits a HasNextPropertyNode.
|
void |
visit(IfNode n)
Visits an IfNode.
|
void |
visit(NewObjectNode n)
Visits a NewObjectNode.
|
void |
visit(NextPropertyNode n)
Visits a NextPropertyNode.
|
void |
visit(Node n)
Visits a flowgraph node.
|
void |
visit(NopNode n)
Visits a NopNode.
|
void |
visit(ReadPropertyNode n)
Visits a ReadPropertyNode.
|
void |
visit(ReadVariableNode n)
Visits a ReadVariableNode.
|
void |
visit(ReturnNode n)
Visits a ReturnNode.
|
void |
visit(ThrowNode n)
Visits a ThrowNode.
|
void |
visit(TypeofNode n)
Visits a TypeofNode.
|
void |
visit(UnaryOperatorNode n)
Visits a UnaryOperatorNode.
|
void |
visit(WritePropertyNode n)
Visits a WritePropertyNode.
|
void |
visit(WriteVariableNode n)
Visits a WriteVariableNode.
|
public void visit(BeginForInNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(BeginLoopNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(BeginWithNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(BinaryOperatorNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(CallNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(CatchNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(ConstantNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(DeclareFunctionNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(DeclareVariableNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(DeletePropertyNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(EndForInNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(EndLoopNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(EndWithNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(EventDispatcherNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(ExceptionalReturnNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(HasNextPropertyNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(IfNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(NewObjectNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(NextPropertyNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(Node n)
AbstractNodeVisitorvisit in interface AbstractNodeVisitorpublic void visit(NopNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(ReadPropertyNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(ReadVariableNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(ReturnNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(ThrowNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(TypeofNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(UnaryOperatorNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(WritePropertyNode n)
NodeVisitorvisit in interface NodeVisitorpublic void visit(WriteVariableNode n)
NodeVisitorvisit in interface NodeVisitorCopyright © 2009-2019 Aarhus University