(expansion: html.Expansion, context: any)
| 1892 | visitText(text: html.Text, context: any): any {} |
| 1893 | visitComment(comment: html.Comment, context: any): any {} |
| 1894 | visitExpansion(expansion: html.Expansion, context: any): any { |
| 1895 | html.visitAll(this, expansion.cases); |
| 1896 | } |
| 1897 | visitExpansionCase(expansionCase: html.ExpansionCase, context: any): any {} |
| 1898 | visitBlock(block: html.Block, context: any) { |
| 1899 | html.visitAll(this, block.parameters); |