Exemple #1
0
 @Override
 public Void visitBooleanLiteral(BooleanLiteral node) {
   writer.print(node.getLiteral().getLexeme());
   return null;
 }