org.apache.royale.abc.visitors.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
The Apache Royale Compiler
The newest version!
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
.