31323334353637
public class CodeModelImpl implements JSCodeModel { @Override public JSNullLiteral _null() { return new NullLiteralImpl(this); }