Código
return this.name + (name.getValueArg() > 0 ? (" " + param) : "");
es lo mismo que esto:
Código
if(this.name + (name.getValueArg() > 0)) return " " + param; else return "";
Muchas gracias

|
|||
Tema destacado: Recopilación Tutoriales y Manuales Hacking, Seguridad, Privacidad, Hardware, etc |
|
|