Module webidl::visitor [] [src]

Contains the visitor trait needed to traverse the AST and helper walk functions.

Modules

pretty_print

Converts AST to a pretty printed source string.

Structs

PrettyPrintVisitor

A visitor that can be used to convert an AST back into source code.

Traits

ImmutableVisitor
MutableVisitor