Class XMLPrinter
AST visitor that outputs an XML representation of the AST to its file.
Fields
Name | Type | Description |
---|---|---|
output
|
std | File that output is written to. |
Methods
Name | Description |
---|---|
visit
(typeidExpression)
|
|
dynamicDispatch
(n)
|
Looks at the runtime type of n , then calls the appropriate visit
method at runtime.
|
visit
(stringLiteralList)
|
|
visit
(n)
|
|
visit
(aliasAssign)
|
Aliases
Name | Description |
---|---|
visit
|