Class OutputVisitor
java.lang.Object
org.ek9lang.compiler.backend.llvm.OutputVisitor
- All Implemented Interfaces:
INodeVisitor
The visitor that produces llvm IR text, requires further processing for creation of '.o' files for a Construct.
-
Constructor Details
-
OutputVisitor
-
-
Method Details
-
visit
public void visit()Description copied from interface:INodeVisitor
Entry point for visitors.- Specified by:
visit
in interfaceINodeVisitor
-