LILAC
Language to language Interop LAyer Compiler
Loading...
Searching...
No Matches
interfacevisitor.h File Reference
#include <functional>
#include <utility>
#include "exception.h"
#include "frxml.h"
Include dependency graph for interfacevisitor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lilac::shared::InterfaceVisitor< TContext >
 A helper class to traverse interface graph. More...
 
class  lilac::shared::GenericInterfaceVisitor< TContext, TVisitor >
 A composite ASTVisitor wrapping other ASTVisitor(s) More...
 
class  lilac::shared::AssemblyVisitor< TContext >
 An interface visitor for a whole assembly. More...
 

Namespaces

namespace  lilac
 
namespace  lilac::shared
 

Concepts

concept  lilac::shared::TVisitor