summaryrefslogtreecommitdiff
path: root/src/runtime/java/org/grammaticalframework/pgf/Expr.java
AgeCommit message (Expand)Author
2017-09-18added Expr.size() in the Java bindingKrasimir Angelov
2017-08-29implemented visitor pattern in JavaKrasimir Angelov
2017-08-29rename unApply to unApp in the Java binding to be consistent with Haskell & P...Krasimir Angelov
2017-08-07added org.grammaticalframework.pgf.Expr.unStrKrasimir Angelov
2017-07-07added the Expr.unMeta method in the Java bindingKrasimir Angelov
2017-06-10bugfixes in the Java bindingkrasimir
2017-05-11just for fun: hashCode for expressionskrasimir
2017-05-11an API for inspecting expressions in Javakrasimir
2017-05-11construction of Int and Float literals in the Java bindingkrasimir
2017-05-10added Expr.applykrasimir
2016-05-19in case of null argument it is more intuitive to report the argument index by...krasimir
2016-05-19the constructor for expressions in the Java runtime now checks for null argum...krasimir
2016-01-14javadoc comments in the Java bindingkrasimir
2015-11-27fix in the Java binding: the Expr class should also ensure that libjpgf.so is...krasimir
2015-11-26added Expr.equals method in the Java bindingkrasimir
2014-04-10now fully functional Java API for custom literalskr.angelov
2014-04-07Expr and ExprProb are now serializable objectskr.angelov
2013-10-11readExpr in the Java bindingkr.angelov
2013-08-29more carefull tracking of references in the Java bindingkr.angelov
2013-08-28fix the error handling in the Java bindingkr.angelov
2013-08-28make the Expr constructor privatekr.angelov
2013-08-27parsing from the Java bindingkr.angelov
2013-08-01a bit more on the Java to C binding. Now it is possible to load a grammar and...kr.angelov