- print
void print(Appender app, Node root)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(Expression node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(Constant node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(Identifier node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(UnaryOp node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(PrefixOp node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(SuffixOp node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(BinaryOp node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(ConditionalExpression node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(IndexOp node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(SliceOp node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(DispatchOp node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(FunctionCall node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(WithExpression node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(WithStatement node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(IfStatement node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(Output node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(StatementBlock node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(LoopStatement node)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(Module node)
Undocumented in source. Be warned that the author may not have intended to support it.