Class OutputVisitor
java.lang.Object
org.ek9lang.compiler.backend.jvm.OutputVisitor
- All Implemented Interfaces:
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
visit()
Entry point for visitors.void
visit
(IRConstruct construct) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ek9lang.compiler.common.INodeVisitor
visit, visit, visit
-
Constructor Details
-
OutputVisitor
-
-
Method Details
-
visit
public void visit()Description copied from interface:INodeVisitor
Entry point for visitors.- Specified by:
visit
in interfaceINodeVisitor
-
visit
- Specified by:
visit
in interfaceINodeVisitor
-