Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.Syntax.ILNodeVisitor Interface Reference

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...


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

Remarks

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)