package org.whole.lang.javascript.model; /** * @generator Whole */ public interface NullLiteral extends IJavaScriptEntity, Literal { }