public final class JsExpr extends TargetExpr
Important: This class may only be used in implementing plugins (e.g. functions, directives).
Note that while all behavior of JsExpr matches TargetExpr, the class serves to differentiate between languages and retain plugin behavior.
public JsExpr(String text, int precedence)
text - The JS expression text.precedence - The precedence of the top-most operator. Or Integer.MAX_VALUE.