Enhanced C#
Language of your choice: library documentation
|
Interface for people that want to implement the visitor pattern with LNode. If your visitor does not need a base class, use LNodeVisitor as the base class. More...
Interface for people that want to implement the visitor pattern with LNode. If your visitor does not need a base class, use LNodeVisitor as the base class.
Public Member Functions | |
void | Visit (IdNode node) |
void | Visit (LiteralNode node) |
void | Visit (CallNode node) |