Пример #1
0
 public boolean isConstant() {
   return expr.isConstant() && castType.type().isPrimitive();
 }