Class NodePrinter

java.lang.Object
org.ek9lang.compiler.common.NodePrinter
All Implemented Interfaces:
INodeVisitor

public class NodePrinter extends Object implements 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.