added checkExpr in Java

This commit is contained in:
Krasimir Angelov
2017-08-30 08:23:58 +02:00
parent d92f8f2f9e
commit 890e03527b
3 changed files with 45 additions and 2 deletions

View File

@@ -929,7 +929,7 @@ Prelude PGF2> print e'
AdjCN (PositA red_A) (UseN theatre_N)
</pre>
<pre class="java">
Expr new_e = gr.checkExpr(e,Type.readType("CN")); //// TODO
Expr new_e = gr.checkExpr(e,Type.readType("CN"));
System.out.println(e)
</pre>
<pre class="csharp">