コード例 #1
0
 @Override
 public void visit(BooleanLiteral expr) {
   stack.add(new Constant(expr.getValue())); // $NON-NLS-1$
 }