super(condExpr, constructor.getClass(), false); this.constructor = constructor;
if (o instanceof ConstructorCondition) { ConstructorCondition cc = (ConstructorCondition)o; if (cc.constructor.equals(constructor)) { return super.equals(o); } } return false;
return constructor;
if (token.equals(Condition.TARGET)) { //For constructors the $tgt token corresponds to the return of the method return rtn; } return null;
return token.equals(Condition.TARGET);
return constructor.getParameterTypes();