Package dk.brics.grammar.ast

Representation of abstract syntax trees.

See:
          Description

Interface Summary
NodeVisitor AST node visitor.
 

Class Summary
AST Abstract syntax tree (AST).
BranchNode AST branch node.
DotPrinter Printer for Graphviz Dot format.
LeafNode Leaf node, representing a substring of the original string.
Node Superclass of AST nodes.
 

Package dk.brics.grammar.ast Description

Representation of abstract syntax trees.

Author:
Anders Møller <amoeller@brics.dk>


Copyright © 2005-2008 Anders Møller.