W3cubDocs

/D

dmd.ast_node

Compiler implementation of the D programming language.

Authors:
Walter Bright
License:
Boost License 1.0
Source
ast_node.d
Documentation
https://dlang.org/phobos/dmd_ast_node.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/ast_node.d
abstract class ASTNode: dmd.root.rootobject.RootObject;

The base class of all AST nodes.

abstract void accept(Visitor v);

Visits this AST node using the given visitor.

Parameters:
Visitor v the visitor to use when visiting this node

© 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/dmd_ast_node.html