Package org.apache.flex.abc.visitors

This package contains the most basic model of ABC, which uses visitors.

See: Description

Package org.apache.flex.abc.visitors Description

This package contains the most basic model of ABC, which uses visitors.

It consists of a set of visitors that accept data from a source, usually a client compiler or an ABCParser, and transmit the data to a sink, usually a static analysis program or an ABCEmitter.

Copyright © 2016 The Apache Software Foundation. All rights reserved.