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