ASTBase

The ASTBase family defines a family of AST nodes appropriate for parsing with no semantic information. It defines all the AST nodes that the parser needs and also all the conveniance methods and variables. The resulting AST can be visited with the strict, permissive and transitive visitors. The ASTBase family is used to instantiate the parser in the parser library.

struct ASTBase {
extern (C++) __gshared
const(StorageClass) STCStorageClass;
}

Members

Classes

Nspace
class Nspace
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
StringExp
class StringExp
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
TypeFunction
class TypeFunction
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Suggestion Box / Bug Report