class Expr { public void meth(String pd, int pp) { String v = pp > 0 ? pd : pd; } }