dmd.asttypename

Development utility for printing AST nodes by their internal name, instead of as D source code.

Authors

Stefan Koch

Source: asttypename.d

  • Declaration

    string astTypeName(RootObject node);

    Return Value

    the typename of the dynamic ast-node-type (this is a development tool, do not use in actual code)