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