Class OutputVisitor

java.lang.Object
org.ek9lang.compiler.backend.jvm.OutputVisitor
All Implemented Interfaces:
INodeVisitor

public final class OutputVisitor extends Object implements INodeVisitor
The visitor that uses an AsmStructureCreator to produce jvm bytecode for a Construct. Intertwines the generation of the JVM ASM codee with double dispatch visiting of the IR Model.