annotate core/src/luan/impl/ExprImpl.java @ 671:82f130eba7b0

improve declarations
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 12 Apr 2016 14:44:10 -0600
parents 859c0dedc8b6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
594
e91e476186c7 theme indentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 package luan.impl;
e91e476186c7 theme indentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2
e91e476186c7 theme indentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3
645
859c0dedc8b6 remove LuanSource
Franklin Schmidt <fschmidt@gmail.com>
parents: 594
diff changeset
4 abstract class ExprImpl extends CodeImpl implements Expr {}