Package dk.brics.string.flow

Flow graphs.

See:
          Description

Interface Summary
NodeVisitor Node visitor interface.
 

Class Summary
AssignmentNode Assignment node.
BinaryNode Binary operation node.
ConcatenationNode Concatenation node.
FlowGraph Flow graph.
InitializationNode Initialization node.
Node Superclass for flow graph nodes.
UnaryNode Unary operation node.
Use Set of incoming flow edges.
 

Package dk.brics.string.flow Description

Flow graphs.

Nodes represent definitions (variables or expressions). Edges represent data flow.

This code may be used under the terms of the GNU General Public License.

Author:
Anders Møller <amoeller@cs.au.dk>, Aske Simon Christensen <aske@cs.au.dk>


Copyright © 2003-2009 Anders Møller, Aske Simon Christensen, Asger Feldthaus.