Interface | Description |
---|---|
AST |
Interface to abstract syntax trees.
|
ASTSource |
Interface to abstract syntax trees that are linked to the source code.
|
ASTVisitor |
Interface to abstract syntax tree visitors.
|
ASTVisitorOld |
Interface to abstract syntax tree visitors (outdated version).
|
Declaration |
The interface to declarations.
|
Class | Description |
---|---|
ASTBase |
Base class for abstract syntax trees.
|
ASTCloner |
A cloner for abstract syntax trees.
|
ASTPrinter |
A printer for abstract syntax trees.
|
ASTSourceBase |
Base class of abstract syntax trees that are linked to the source code.
|
ASTVisitorBase |
Base class of abstract syntax tree visitors.
|
ASTVisitorBaseOld |
Base class of abstract syntax tree visitors (outdated version).
|
Identifier |
A simple (unstructured) identifier.
|
Name |
A name i.e.
|
NameUtils |
Utilities related to names.
|
StringUtil |
String utilities.
|
Syntax |
Syntax-related auxiliary functionality.
|
Enum | Description |
---|---|
ASTPrinter.PrintStatementSpec |