LILAC
Language to language Interop LAyer Compiler
|
A visitor that creates bridge of namespace
elements with C#.
More...
#include <interfacevisitor.h>
Public Member Functions | |
std::string | GetName () const override |
Gets the name of this interface visitor. | |
void | Begin (VisitContext &ctx, const frxml::dom &parent, const frxml::dom ¤t, int depth) override |
void | End (VisitContext &ctx, const frxml::dom &parent, const frxml::dom ¤t, int depth) override |
Public Member Functions inherited from lilac::shared::InterfaceVisitor< VisitContext > | |
virtual | ~InterfaceVisitor ()=default |
virtual void | Begin (VisitContext &ctx, const frxml::dom &parent, const frxml::dom ¤t, int depth)=0 |
virtual void | End (VisitContext &ctx, const frxml::dom &parent, const frxml::dom ¤t, int depth)=0 |
A visitor that creates bridge of namespace
elements with C#.
Definition at line 46 of file interfacevisitor.h.
|
override |
Definition at line 140 of file interfacevisitor.cxx.
|
override |
Definition at line 155 of file interfacevisitor.cxx.
|
nodiscardoverridevirtual |
Gets the name of this interface visitor.
To traverse interface graph and matching proper visitor for XML tag, Interface visitors should have key corresponding to XML tag.
Interface visitor is reserved for special purpose if its name starts with ‘__’.
Implements lilac::shared::InterfaceVisitor< VisitContext >.
Definition at line 135 of file interfacevisitor.cxx.