Class NodePrinter
java.lang.Object
org.ek9lang.compiler.common.NodePrinter
- All Implemented Interfaces:
INodeVisitor
Just to enable viewing and printing of nodes.
There will be other visitors including those for code generation.
But this is focussed on enabling the viewing of node structures to ensure
the right structures are being created.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(BasicBlockInstr basicBlock) void
visit
(IRConstruct construct) void
void
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
-
Constructor Details
-
NodePrinter
public NodePrinter()
-
-
Method Details
-
visit
- Specified by:
visit
in interfaceINodeVisitor
-
visit
- Specified by:
visit
in interfaceINodeVisitor
-
visit
- Specified by:
visit
in interfaceINodeVisitor
-
visit
- Specified by:
visit
in interfaceINodeVisitor
-