Skip navigation links

Package jif.ast

Provides classes for dealing with the Jif AST nodes and interfaces.

See: Description

Package jif.ast Description

Provides classes for dealing with the Jif AST nodes and interfaces.

The nodes all implement the interface Node and extend from the class Node_c. Each node has accessor methods and methods to implement passes over the node. The traversal interface is defined in NodeVisitor. Nodes are constructed using a NodeFactory.

See Also:
Node, Node, NodeVisitor, NodeFactory, JifNodeFactory,

Skip navigation links