Example #1
0
 protected boolean valueEquals(LpcValue other) {
   return _function.equals(other.asCallable());
 }
Example #2
0
 protected int valueHashCode() {
   return _function.hashCode();
 }
Example #3
0
 protected CharSequence getDescription() {
   return "function @" + _function.getOwner().getCanonicalName();
 }