Bump to latest C++#.
This commit is contained in:
Родитель
db6412e320
Коммит
3d4623d014
|
@ -2,14 +2,17 @@ using System.Collections.Generic;
|
||||||
using CppSharp;
|
using CppSharp;
|
||||||
using CppSharp.AST;
|
using CppSharp.AST;
|
||||||
using CppSharp.Generators;
|
using CppSharp.Generators;
|
||||||
|
using CppSharp.Generators.CSharp;
|
||||||
|
|
||||||
namespace MonoEmbeddinator4000.Generators
|
namespace MonoEmbeddinator4000.Generators
|
||||||
{
|
{
|
||||||
public class JavaSources : CppSharp.Generators.CSharp.CSharpSources
|
public class JavaSources : CppSharp.Generators.CSharp.CSharpSources
|
||||||
{
|
{
|
||||||
public JavaSources(BindingContext context, TranslationUnit unit)
|
public JavaSources(BindingContext context, TranslationUnit unit)
|
||||||
: base(context, new List<TranslationUnit> { unit }, null, null)
|
: base(context, new List<TranslationUnit> { unit })
|
||||||
{
|
{
|
||||||
|
TypePrinter = new CSharpTypePrinter(context);
|
||||||
|
ExpressionPrinter = new CSharpExpressionPrinter(TypePrinter);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string FileExtension => "java";
|
public override string FileExtension => "java";
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2595e2426ea341b34da80396f083588203e76d2f
|
Subproject commit f68dc310f05416ae271b1a0a26323789a9aca0cc
|
Загрузка…
Ссылка в новой задаче