Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Syntax.LNodeVisitor Class Referenceabstract

Base class for people that want to implement the visitor pattern with LNode. More...


Source file:
Inheritance diagram for Loyc.Syntax.LNodeVisitor:
Loyc.Syntax.ILNodeVisitor

Remarks

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)