Home | History | Annotate | Download | only in compiler

Lines Matching refs:escaping

57  * is the output of an escaping function. If not, any expression that contains an escaping function
78 * {@code true} if {@code expression} should be exempted from escaping and {@code false}
91 // if the input should be exempt from escaping. As this should only be
109 * Compute the escaping applied to the given expression. Uses {@code propagateEscapeStatus} to
110 * determine how to treat constants, and whether escaping is required on a part of the expression
118 assert currentEscapingExpression != null : "No escaping calculated";
125 private void setEscaping(JavaExpression escaping) {
126 currentEscapingExpression = escaping;
174 * Do not escape the output of a function if either the function is an escaping function, or any
227 * All the following operators have no effect on escaping, so just default to 'false'.