Ejemplo n.º 1
0
 @Override
 @Nullable
 public String getJSCode() {
   return JSPrinter.getAsString((IJSStatement) this);
 }
Ejemplo n.º 2
0
 @Nonnull
 public String getJSCode() {
   return JSPrinter.getAsString(this);
 }