LILAC
Language to language Interop LAyer Compiler
|
Classes | |
class | CSharpAssemblyInterfaceVisitor |
A visitor that creates bridge of assembly elements with C#. More... | |
class | CSharpBackendAction |
An action that generates C# bridge of given interface representation using P/Invoke. More... | |
class | CtorVisitor |
A visitor that creates bridge of ctor elements with C#. More... | |
class | DtorVisitor |
A visitor that creates bridge of dtor elements with C#. More... | |
class | EnumConstantVisitor |
A visitor that creates bridge of constant elements with C#. More... | |
class | EnumVisitor |
A visitor that creates bridge of enum elements with C#. More... | |
class | FunctionVisitor |
A visitor that creates bridge of function elements with C#. More... | |
class | MethodVisitor |
A visitor that creates bridge of method elements with C#. More... | |
class | NamespaceVisitor |
A visitor that creates bridge of namespace elements with C#. More... | |
class | RecordVisitor |
A visitor that creates bridge of record elements with C#. More... | |
struct | VisitContext |