パッケージ coins.ast

インタフェースの概要
Expr Expression.
Stmnt Statement.
TokenId Token identifiers.
TypeId Type identifiers and storage specifiers.
Visitor The visitor pattern.
 

クラスの概要
Aggregate Declaration of a struct/union type.
ASTList A linked list.
ASTree Abstract Syntax Tree.
Declarator Declaration of a single symbol.
DeclaratorList A linked list of Declarator objects.
Enum Enum declaration.
Enum.Item  
Function Declaration of a function.
Pair A node of a a binary tree.
Pragma Pragma.
StdVisitor Standard Visitor.
Struct Declaration of a struct type.
TreeWalker A helper class for traversing a tree.
TreeWalker.NodeList  
TypeDecoder Utility methods for interpreting an encoded type.
Union Declaration of a union type.