Enhanced C#
Language of your choice: library documentation
|
Base class for people that want to implement the visitor pattern with LNode. More...
Base class for people that want to implement the visitor pattern with LNode.
Public Member Functions | |
void | Visit (LNode node) |
abstract void | Visit (IdNode node) |
abstract void | Visit (LiteralNode node) |
abstract void | Visit (CallNode node) |