blob: d3451ffd5ada5f074627bd5beacf624122d108b2 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_281) on Sun Jan 15 15:58:34 CET 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ParseException (FreeMarker 2.3.32 API)</title>
<meta name="date" content="2023-01-15">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ParseException (FreeMarker 2.3.32 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ParseException.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../freemarker/core/OutputFormat.html" title="class in freemarker.core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../freemarker/core/ParserConfiguration.html" title="interface in freemarker.core"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?freemarker/core/ParseException.html" target="_top">Frames</a></li>
<li><a href="ParseException.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">freemarker.core</div>
<h2 title="Class ParseException" class="title">Class ParseException</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Throwable</li>
<li>
<ul class="inheritance">
<li>java.lang.Exception</li>
<li>
<ul class="inheritance">
<li>java.io.IOException</li>
<li>
<ul class="inheritance">
<li>freemarker.core.ParseException</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable</dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../freemarker/template/Template.WrongEncodingException.html" title="class in freemarker.template">Template.WrongEncodingException</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">ParseException</span>
extends java.io.IOException</pre>
<div class="block">Parsing-time exception in a template (as opposed to a runtime exception, a <a href="../../freemarker/template/TemplateException.html" title="class in freemarker.template"><code>TemplateException</code></a>). This usually
signals syntactical/lexical errors.
Note that on JavaCC-level lexical errors throw <code>TokenMgrError</code> instead of this, however with the API-s that
most users use those will be wrapped into <a href="../../freemarker/core/ParseException.html" title="class in freemarker.core"><code>ParseException</code></a>-s.
This is a modified version of file generated by JavaCC from FTL.jj.
You can modify this class to customize the error reporting mechanisms so long as the public interface
remains compatible with the original.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>TokenMgrError</code>,
<a href="../../serialized-form.html#freemarker.core.ParseException">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#Z:Z_INCLUDE">_INCLUDE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#AND">AND</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#AS">AS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ASCII_DIGIT">ASCII_DIGIT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ASSIGN">ASSIGN</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ATTEMPT">ATTEMPT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#AUTOESC">AUTOESC</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#BLANK">BLANK</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#BREAK">BREAK</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#BUILT_IN">BUILT_IN</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#CALL">CALL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#CASE">CASE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#CLOSE_BRACKET">CLOSE_BRACKET</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#CLOSE_PAREN">CLOSE_PAREN</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#CLOSE_TAG1">CLOSE_TAG1</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#CLOSE_TAG2">CLOSE_TAG2</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#CLOSING_CURLY_BRACKET">CLOSING_CURLY_BRACKET</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#COLON">COLON</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#columnNumber">columnNumber</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#COMMA">COMMA</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#COMMENT">COMMENT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#COMPRESS">COMPRESS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#CONTINUE">CONTINUE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>freemarker.core.Token</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#currentToken">currentToken</a></span></code>
<div class="block">This is the last token that has been consumed successfully.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DECIMAL">DECIMAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DEFAUL">DEFAUL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DEFAULT">DEFAULT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DIRECTIVE_END">DIRECTIVE_END</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DIV_EQUALS">DIV_EQUALS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DIVIDE">DIVIDE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DOLLAR_INTERPOLATION_OPENING">DOLLAR_INTERPOLATION_OPENING</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DOT">DOT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DOT_DOT">DOT_DOT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DOT_DOT_ASTERISK">DOT_DOT_ASTERISK</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DOT_DOT_LESS">DOT_DOT_LESS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DOUBLE_EQUALS">DOUBLE_EQUALS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#DOUBLE_STAR">DOUBLE_STAR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ELLIPSIS">ELLIPSIS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ELSE">ELSE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ELSE_IF">ELSE_IF</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#EMPTY_DIRECTIVE_END">EMPTY_DIRECTIVE_END</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_ASSIGN">END_ASSIGN</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_ATTEMPT">END_ATTEMPT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_AUTOESC">END_AUTOESC</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_COMPRESS">END_COMPRESS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_ESCAPE">END_ESCAPE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_FOREACH">END_FOREACH</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_FUNCTION">END_FUNCTION</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_GLOBAL">END_GLOBAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_IF">END_IF</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_ITEMS">END_ITEMS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_LIST">END_LIST</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_LOCAL">END_LOCAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_MACRO">END_MACRO</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_NOAUTOESC">END_NOAUTOESC</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_NOESCAPE">END_NOESCAPE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_OUTPUTFORMAT">END_OUTPUTFORMAT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_RECOVER">END_RECOVER</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_SEP">END_SEP</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_SWITCH">END_SWITCH</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_TAG">END_TAG</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#END_TRANSFORM">END_TRANSFORM</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#endColumnNumber">endColumnNumber</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#endLineNumber">endLineNumber</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#EOF">EOF</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#eol">eol</a></span></code>
<div class="block">The end of line string for this machine.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#EQUALS">EQUALS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ESCAPE">ESCAPE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ESCAPED_CHAR">ESCAPED_CHAR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ESCAPED_GT">ESCAPED_GT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ESCAPED_GTE">ESCAPED_GTE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ESCAPED_ID_CHAR">ESCAPED_ID_CHAR</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#EXCLAM">EXCLAM</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#EXISTS">EXISTS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int[][]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#expectedTokenSequences">expectedTokenSequences</a></span></code>
<div class="block">Each entry in this array is an array of integers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#EXPRESSION_COMMENT">EXPRESSION_COMMENT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#FALLBACK">FALLBACK</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#FALSE">FALSE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#FLUSH">FLUSH</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#FM_EXPRESSION">FM_EXPRESSION</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#FOREACH">FOREACH</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#FTL_HEADER">FTL_HEADER</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#FUNCTION">FUNCTION</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#GLOBALASSIGN">GLOBALASSIGN</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#HALT">HALT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#HASH_INTERPOLATION_OPENING">HASH_INTERPOLATION_OPENING</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ID">ID</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ID_START_CHAR">ID_START_CHAR</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#IF">IF</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#IMPORT">IMPORT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#IN">IN</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#IN_PAREN">IN_PAREN</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#INTEGER">INTEGER</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ITEMS">ITEMS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#KEEP_GOING">KEEP_GOING</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#LAMBDA_ARROW">LAMBDA_ARROW</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#LESS_THAN">LESS_THAN</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#LESS_THAN_EQUALS">LESS_THAN_EQUALS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#lineNumber">lineNumber</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#LIST">LIST</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#LOCALASSIGN">LOCALASSIGN</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#LONE_LESS_THAN_OR_DASH">LONE_LESS_THAN_OR_DASH</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#LTRIM">LTRIM</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#MACRO">MACRO</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#MAYBE_END">MAYBE_END</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#MINUS">MINUS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#MINUS_EQUALS">MINUS_EQUALS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#MINUS_MINUS">MINUS_MINUS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#MOD_EQUALS">MOD_EQUALS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NAMED_PARAMETER_EXPRESSION">NAMED_PARAMETER_EXPRESSION</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NATURAL_GT">NATURAL_GT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NATURAL_GTE">NATURAL_GTE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NESTED">NESTED</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NO_DIRECTIVE">NO_DIRECTIVE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NO_PARSE">NO_PARSE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NO_SPACE_EXPRESSION">NO_SPACE_EXPRESSION</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NOAUTOESC">NOAUTOESC</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NOESCAPE">NOESCAPE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NON_ESCAPED_ID_START_CHAR">NON_ESCAPED_ID_START_CHAR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NOPARSE">NOPARSE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NOT_EQUALS">NOT_EQUALS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#NOTRIM">NOTRIM</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#OPEN_BRACKET">OPEN_BRACKET</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#OPEN_MISPLACED_INTERPOLATION">OPEN_MISPLACED_INTERPOLATION</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#OPEN_PAREN">OPEN_PAREN</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#OPENING_CURLY_BRACKET">OPENING_CURLY_BRACKET</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#OR">OR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#OUTPUTFORMAT">OUTPUTFORMAT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#PERCENT">PERCENT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#PLUS">PLUS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#PLUS_EQUALS">PLUS_EQUALS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#PLUS_PLUS">PLUS_PLUS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#RAW_STRING">RAW_STRING</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#RECOVER">RECOVER</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#RECURSE">RECURSE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#RETURN">RETURN</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#RTRIM">RTRIM</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#SEMICOLON">SEMICOLON</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#SEP">SEP</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#SETTING">SETTING</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#SIMPLE_NESTED">SIMPLE_NESTED</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#SIMPLE_RECURSE">SIMPLE_RECURSE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#SIMPLE_RETURN">SIMPLE_RETURN</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#specialConstructor">specialConstructor</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Will be remove without replacement in 2.4.</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#SQUARE_BRACKET_INTERPOLATION_OPENING">SQUARE_BRACKET_INTERPOLATION_OPENING</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#START_TAG">START_TAG</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#STATIC_TEXT_FALSE_ALARM">STATIC_TEXT_FALSE_ALARM</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#STATIC_TEXT_NON_WS">STATIC_TEXT_NON_WS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#STATIC_TEXT_WS">STATIC_TEXT_WS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#STOP">STOP</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#STRING_LITERAL">STRING_LITERAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#SWITCH">SWITCH</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#TERMINATING_EXCLAM">TERMINATING_EXCLAM</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#TERMINATING_WHITESPACE">TERMINATING_WHITESPACE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#TERSE_COMMENT">TERSE_COMMENT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#TERSE_COMMENT_END">TERSE_COMMENT_END</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#TIMES">TIMES</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#TIMES_EQUALS">TIMES_EQUALS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#tokenImage">tokenImage</a></span></code>
<div class="block">This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#TRANSFORM">TRANSFORM</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#TRIM">TRIM</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#TRIVIAL_FTL_HEADER">TRIVIAL_FTL_HEADER</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#TRUE">TRUE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#UNIFIED_CALL">UNIFIED_CALL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#UNIFIED_CALL_END">UNIFIED_CALL_END</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#UNKNOWN_DIRECTIVE">UNKNOWN_DIRECTIVE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#USING">USING</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#VISIT">VISIT</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException--">ParseException</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use a constructor to which you pass description, template, and positions.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-int-int-">ParseException</a></span>(java.lang.String&nbsp;description,
int&nbsp;lineNumber,
int&nbsp;columnNumber)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use a constructor to which you can also pass the template, and the end positions.</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.template.Template-int-int-">ParseException</a></span>(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
int&nbsp;lineNumber,
int&nbsp;columnNumber)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use <a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.template.Template-int-int-int-int-"><code>ParseException(String, Template, int, int, int, int)</code></a> instead, as IDE-s need the end
position of the error too.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.template.Template-int-int-int-int-">ParseException</a></span>(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
int&nbsp;lineNumber,
int&nbsp;columnNumber,
int&nbsp;endLineNumber,
int&nbsp;endColumnNumber)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.template.Template-int-int-int-int-java.lang.Throwable-">ParseException</a></span>(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
int&nbsp;lineNumber,
int&nbsp;columnNumber,
int&nbsp;endLineNumber,
int&nbsp;endColumnNumber,
java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.template.Template-int-int-java.lang.Throwable-">ParseException</a></span>(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
int&nbsp;lineNumber,
int&nbsp;columnNumber,
java.lang.Throwable&nbsp;cause)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use <a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.template.Template-int-int-int-int-java.lang.Throwable-"><code>ParseException(String, Template, int, int, int, int, Throwable)</code></a> instead, as IDE-s need
the end position of the error too.</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.core.TemplateObject-">ParseException</a></span>(java.lang.String&nbsp;description,
freemarker.core.TemplateObject&nbsp;tobj)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.core.TemplateObject-java.lang.Throwable-">ParseException</a></span>(java.lang.String&nbsp;description,
freemarker.core.TemplateObject&nbsp;tobj,
java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.template.Template-freemarker.core.Token-">ParseException</a></span>(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
freemarker.core.Token&nbsp;tk)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.template.Template-freemarker.core.Token-java.lang.Throwable-">ParseException</a></span>(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
freemarker.core.Token&nbsp;tk,
java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#ParseException-freemarker.core.Token-int:A:A-java.lang.String:A-">ParseException</a></span>(freemarker.core.Token&nbsp;currentTokenVal,
int[][]&nbsp;expectedTokenSequencesVal,
java.lang.String[]&nbsp;tokenImageVal)</code>
<div class="block">This constructor is used by the method "generateParseException"
in the generated parser.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#add_escapes-java.lang.String-">add_escapes</a></span>(java.lang.String&nbsp;str)</code>
<div class="block">Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#getColumnNumber--">getColumnNumber</a></span>()</code>
<div class="block">1-based column number of the failing section, or 0 is the information is not available.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#getEditorMessage--">getEditorMessage</a></span>()</code>
<div class="block">Returns the description of the error without error location or source quotations, or <code>null</code> if there's no
description available.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#getEndColumnNumber--">getEndColumnNumber</a></span>()</code>
<div class="block">1-based column number of the last character of the failing section, or 0 if the information is not available.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#getEndLineNumber--">getEndLineNumber</a></span>()</code>
<div class="block">1-based line number of the last line that contains the failing section, or 0 if the information is not available.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#getLineNumber--">getLineNumber</a></span>()</code>
<div class="block">1-based line number of the failing section, or 0 is the information is not available.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#getMessage--">getMessage</a></span>()</code>
<div class="block">Returns the error location plus the error description.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#getTemplateName--">getTemplateName</a></span>()</code>
<div class="block">Returns the name (template-root relative path) of the template whose parsing was failed.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../freemarker/core/ParseException.html#setTemplateName-java.lang.String-">setTemplateName</a></span>(java.lang.String&nbsp;templateName)</code>
<div class="block">Should be used internally only; sets the name of the template that contains the error.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="currentToken">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>currentToken</h4>
<pre>public&nbsp;freemarker.core.Token currentToken</pre>
<div class="block">This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
following this token will (therefore) be the first error token.</div>
</li>
</ul>
<a name="columnNumber">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>columnNumber</h4>
<pre>public&nbsp;int columnNumber</pre>
</li>
</ul>
<a name="lineNumber">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lineNumber</h4>
<pre>public&nbsp;int lineNumber</pre>
</li>
</ul>
<a name="endColumnNumber">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>endColumnNumber</h4>
<pre>public&nbsp;int endColumnNumber</pre>
</li>
</ul>
<a name="endLineNumber">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>endLineNumber</h4>
<pre>public&nbsp;int endLineNumber</pre>
</li>
</ul>
<a name="expectedTokenSequences">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>expectedTokenSequences</h4>
<pre>public&nbsp;int[][] expectedTokenSequences</pre>
<div class="block">Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.</div>
</li>
</ul>
<a name="tokenImage">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tokenImage</h4>
<pre>public&nbsp;java.lang.String[] tokenImage</pre>
<div class="block">This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.</div>
</li>
</ul>
<a name="eol">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>eol</h4>
<pre>protected&nbsp;java.lang.String eol</pre>
<div class="block">The end of line string for this machine.</div>
</li>
</ul>
<a name="specialConstructor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>specialConstructor</h4>
<pre>@Deprecated
protected&nbsp;boolean specialConstructor</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Will be remove without replacement in 2.4.</span></div>
</li>
</ul>
<a name="EOF">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EOF</h4>
<pre>public static final&nbsp;int EOF</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.EOF">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="BLANK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BLANK</h4>
<pre>public static final&nbsp;int BLANK</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.BLANK">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="START_TAG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>START_TAG</h4>
<pre>public static final&nbsp;int START_TAG</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.START_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_TAG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_TAG</h4>
<pre>public static final&nbsp;int END_TAG</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_TAG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CLOSE_TAG1">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLOSE_TAG1</h4>
<pre>public static final&nbsp;int CLOSE_TAG1</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.CLOSE_TAG1">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CLOSE_TAG2">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLOSE_TAG2</h4>
<pre>public static final&nbsp;int CLOSE_TAG2</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.CLOSE_TAG2">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ATTEMPT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ATTEMPT</h4>
<pre>public static final&nbsp;int ATTEMPT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ATTEMPT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RECOVER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RECOVER</h4>
<pre>public static final&nbsp;int RECOVER</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.RECOVER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IF">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IF</h4>
<pre>public static final&nbsp;int IF</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.IF">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ELSE_IF">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ELSE_IF</h4>
<pre>public static final&nbsp;int ELSE_IF</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ELSE_IF">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LIST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LIST</h4>
<pre>public static final&nbsp;int LIST</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.LIST">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ITEMS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ITEMS</h4>
<pre>public static final&nbsp;int ITEMS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ITEMS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SEP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SEP</h4>
<pre>public static final&nbsp;int SEP</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.SEP">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FOREACH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FOREACH</h4>
<pre>public static final&nbsp;int FOREACH</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.FOREACH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SWITCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SWITCH</h4>
<pre>public static final&nbsp;int SWITCH</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.SWITCH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CASE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CASE</h4>
<pre>public static final&nbsp;int CASE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.CASE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ASSIGN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ASSIGN</h4>
<pre>public static final&nbsp;int ASSIGN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ASSIGN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="GLOBALASSIGN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GLOBALASSIGN</h4>
<pre>public static final&nbsp;int GLOBALASSIGN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.GLOBALASSIGN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LOCALASSIGN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCALASSIGN</h4>
<pre>public static final&nbsp;int LOCALASSIGN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.LOCALASSIGN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="Z:Z_INCLUDE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_INCLUDE</h4>
<pre>public static final&nbsp;int _INCLUDE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException._INCLUDE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IMPORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPORT</h4>
<pre>public static final&nbsp;int IMPORT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.IMPORT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FUNCTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FUNCTION</h4>
<pre>public static final&nbsp;int FUNCTION</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.FUNCTION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MACRO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MACRO</h4>
<pre>public static final&nbsp;int MACRO</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.MACRO">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TRANSFORM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRANSFORM</h4>
<pre>public static final&nbsp;int TRANSFORM</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.TRANSFORM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VISIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VISIT</h4>
<pre>public static final&nbsp;int VISIT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.VISIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="STOP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STOP</h4>
<pre>public static final&nbsp;int STOP</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.STOP">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RETURN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RETURN</h4>
<pre>public static final&nbsp;int RETURN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.RETURN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CALL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CALL</h4>
<pre>public static final&nbsp;int CALL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.CALL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SETTING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SETTING</h4>
<pre>public static final&nbsp;int SETTING</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.SETTING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="OUTPUTFORMAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUTPUTFORMAT</h4>
<pre>public static final&nbsp;int OUTPUTFORMAT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.OUTPUTFORMAT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AUTOESC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTOESC</h4>
<pre>public static final&nbsp;int AUTOESC</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.AUTOESC">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NOAUTOESC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOAUTOESC</h4>
<pre>public static final&nbsp;int NOAUTOESC</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NOAUTOESC">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="COMPRESS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMPRESS</h4>
<pre>public static final&nbsp;int COMPRESS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.COMPRESS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="COMMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMMENT</h4>
<pre>public static final&nbsp;int COMMENT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.COMMENT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TERSE_COMMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TERSE_COMMENT</h4>
<pre>public static final&nbsp;int TERSE_COMMENT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.TERSE_COMMENT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NOPARSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOPARSE</h4>
<pre>public static final&nbsp;int NOPARSE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NOPARSE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_IF">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_IF</h4>
<pre>public static final&nbsp;int END_IF</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_IF">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_LIST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_LIST</h4>
<pre>public static final&nbsp;int END_LIST</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_LIST">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_ITEMS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_ITEMS</h4>
<pre>public static final&nbsp;int END_ITEMS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_ITEMS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_SEP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_SEP</h4>
<pre>public static final&nbsp;int END_SEP</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_SEP">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_RECOVER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_RECOVER</h4>
<pre>public static final&nbsp;int END_RECOVER</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_RECOVER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_ATTEMPT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_ATTEMPT</h4>
<pre>public static final&nbsp;int END_ATTEMPT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_ATTEMPT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_FOREACH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_FOREACH</h4>
<pre>public static final&nbsp;int END_FOREACH</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_FOREACH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_LOCAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_LOCAL</h4>
<pre>public static final&nbsp;int END_LOCAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_LOCAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_GLOBAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_GLOBAL</h4>
<pre>public static final&nbsp;int END_GLOBAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_GLOBAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_ASSIGN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_ASSIGN</h4>
<pre>public static final&nbsp;int END_ASSIGN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_ASSIGN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_FUNCTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_FUNCTION</h4>
<pre>public static final&nbsp;int END_FUNCTION</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_FUNCTION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_MACRO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_MACRO</h4>
<pre>public static final&nbsp;int END_MACRO</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_MACRO">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_OUTPUTFORMAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_OUTPUTFORMAT</h4>
<pre>public static final&nbsp;int END_OUTPUTFORMAT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_OUTPUTFORMAT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_AUTOESC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_AUTOESC</h4>
<pre>public static final&nbsp;int END_AUTOESC</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_AUTOESC">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_NOAUTOESC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_NOAUTOESC</h4>
<pre>public static final&nbsp;int END_NOAUTOESC</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_NOAUTOESC">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_COMPRESS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_COMPRESS</h4>
<pre>public static final&nbsp;int END_COMPRESS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_COMPRESS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_TRANSFORM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_TRANSFORM</h4>
<pre>public static final&nbsp;int END_TRANSFORM</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_TRANSFORM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_SWITCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_SWITCH</h4>
<pre>public static final&nbsp;int END_SWITCH</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_SWITCH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ELSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ELSE</h4>
<pre>public static final&nbsp;int ELSE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ELSE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="BREAK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BREAK</h4>
<pre>public static final&nbsp;int BREAK</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.BREAK">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CONTINUE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTINUE</h4>
<pre>public static final&nbsp;int CONTINUE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.CONTINUE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SIMPLE_RETURN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SIMPLE_RETURN</h4>
<pre>public static final&nbsp;int SIMPLE_RETURN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.SIMPLE_RETURN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="HALT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HALT</h4>
<pre>public static final&nbsp;int HALT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.HALT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FLUSH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLUSH</h4>
<pre>public static final&nbsp;int FLUSH</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.FLUSH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TRIM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRIM</h4>
<pre>public static final&nbsp;int TRIM</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.TRIM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LTRIM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LTRIM</h4>
<pre>public static final&nbsp;int LTRIM</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.LTRIM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RTRIM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RTRIM</h4>
<pre>public static final&nbsp;int RTRIM</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.RTRIM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NOTRIM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOTRIM</h4>
<pre>public static final&nbsp;int NOTRIM</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NOTRIM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAUL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAUL</h4>
<pre>public static final&nbsp;int DEFAUL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DEFAUL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SIMPLE_NESTED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SIMPLE_NESTED</h4>
<pre>public static final&nbsp;int SIMPLE_NESTED</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.SIMPLE_NESTED">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NESTED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NESTED</h4>
<pre>public static final&nbsp;int NESTED</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NESTED">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SIMPLE_RECURSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SIMPLE_RECURSE</h4>
<pre>public static final&nbsp;int SIMPLE_RECURSE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.SIMPLE_RECURSE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RECURSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RECURSE</h4>
<pre>public static final&nbsp;int RECURSE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.RECURSE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FALLBACK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FALLBACK</h4>
<pre>public static final&nbsp;int FALLBACK</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.FALLBACK">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ESCAPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ESCAPE</h4>
<pre>public static final&nbsp;int ESCAPE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ESCAPE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_ESCAPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_ESCAPE</h4>
<pre>public static final&nbsp;int END_ESCAPE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_ESCAPE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NOESCAPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOESCAPE</h4>
<pre>public static final&nbsp;int NOESCAPE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NOESCAPE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="END_NOESCAPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_NOESCAPE</h4>
<pre>public static final&nbsp;int END_NOESCAPE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.END_NOESCAPE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="UNIFIED_CALL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNIFIED_CALL</h4>
<pre>public static final&nbsp;int UNIFIED_CALL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.UNIFIED_CALL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="UNIFIED_CALL_END">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNIFIED_CALL_END</h4>
<pre>public static final&nbsp;int UNIFIED_CALL_END</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.UNIFIED_CALL_END">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FTL_HEADER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FTL_HEADER</h4>
<pre>public static final&nbsp;int FTL_HEADER</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.FTL_HEADER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TRIVIAL_FTL_HEADER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRIVIAL_FTL_HEADER</h4>
<pre>public static final&nbsp;int TRIVIAL_FTL_HEADER</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.TRIVIAL_FTL_HEADER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="UNKNOWN_DIRECTIVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNKNOWN_DIRECTIVE</h4>
<pre>public static final&nbsp;int UNKNOWN_DIRECTIVE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.UNKNOWN_DIRECTIVE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="STATIC_TEXT_WS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STATIC_TEXT_WS</h4>
<pre>public static final&nbsp;int STATIC_TEXT_WS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.STATIC_TEXT_WS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="STATIC_TEXT_NON_WS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STATIC_TEXT_NON_WS</h4>
<pre>public static final&nbsp;int STATIC_TEXT_NON_WS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.STATIC_TEXT_NON_WS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="STATIC_TEXT_FALSE_ALARM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STATIC_TEXT_FALSE_ALARM</h4>
<pre>public static final&nbsp;int STATIC_TEXT_FALSE_ALARM</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.STATIC_TEXT_FALSE_ALARM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DOLLAR_INTERPOLATION_OPENING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOLLAR_INTERPOLATION_OPENING</h4>
<pre>public static final&nbsp;int DOLLAR_INTERPOLATION_OPENING</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DOLLAR_INTERPOLATION_OPENING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="HASH_INTERPOLATION_OPENING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HASH_INTERPOLATION_OPENING</h4>
<pre>public static final&nbsp;int HASH_INTERPOLATION_OPENING</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.HASH_INTERPOLATION_OPENING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SQUARE_BRACKET_INTERPOLATION_OPENING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SQUARE_BRACKET_INTERPOLATION_OPENING</h4>
<pre>public static final&nbsp;int SQUARE_BRACKET_INTERPOLATION_OPENING</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.SQUARE_BRACKET_INTERPOLATION_OPENING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ESCAPED_CHAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ESCAPED_CHAR</h4>
<pre>public static final&nbsp;int ESCAPED_CHAR</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ESCAPED_CHAR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="STRING_LITERAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING_LITERAL</h4>
<pre>public static final&nbsp;int STRING_LITERAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.STRING_LITERAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RAW_STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RAW_STRING</h4>
<pre>public static final&nbsp;int RAW_STRING</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.RAW_STRING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FALSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FALSE</h4>
<pre>public static final&nbsp;int FALSE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.FALSE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TRUE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRUE</h4>
<pre>public static final&nbsp;int TRUE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.TRUE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTEGER</h4>
<pre>public static final&nbsp;int INTEGER</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.INTEGER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DECIMAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DECIMAL</h4>
<pre>public static final&nbsp;int DECIMAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DECIMAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DOT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOT</h4>
<pre>public static final&nbsp;int DOT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DOT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DOT_DOT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOT_DOT</h4>
<pre>public static final&nbsp;int DOT_DOT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DOT_DOT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DOT_DOT_LESS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOT_DOT_LESS</h4>
<pre>public static final&nbsp;int DOT_DOT_LESS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DOT_DOT_LESS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DOT_DOT_ASTERISK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOT_DOT_ASTERISK</h4>
<pre>public static final&nbsp;int DOT_DOT_ASTERISK</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DOT_DOT_ASTERISK">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="BUILT_IN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BUILT_IN</h4>
<pre>public static final&nbsp;int BUILT_IN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.BUILT_IN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EXISTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXISTS</h4>
<pre>public static final&nbsp;int EXISTS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.EXISTS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EQUALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EQUALS</h4>
<pre>public static final&nbsp;int EQUALS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.EQUALS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DOUBLE_EQUALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOUBLE_EQUALS</h4>
<pre>public static final&nbsp;int DOUBLE_EQUALS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DOUBLE_EQUALS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NOT_EQUALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_EQUALS</h4>
<pre>public static final&nbsp;int NOT_EQUALS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NOT_EQUALS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PLUS_EQUALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLUS_EQUALS</h4>
<pre>public static final&nbsp;int PLUS_EQUALS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.PLUS_EQUALS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MINUS_EQUALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MINUS_EQUALS</h4>
<pre>public static final&nbsp;int MINUS_EQUALS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.MINUS_EQUALS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TIMES_EQUALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TIMES_EQUALS</h4>
<pre>public static final&nbsp;int TIMES_EQUALS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.TIMES_EQUALS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DIV_EQUALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIV_EQUALS</h4>
<pre>public static final&nbsp;int DIV_EQUALS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DIV_EQUALS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MOD_EQUALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MOD_EQUALS</h4>
<pre>public static final&nbsp;int MOD_EQUALS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.MOD_EQUALS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PLUS_PLUS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLUS_PLUS</h4>
<pre>public static final&nbsp;int PLUS_PLUS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.PLUS_PLUS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MINUS_MINUS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MINUS_MINUS</h4>
<pre>public static final&nbsp;int MINUS_MINUS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.MINUS_MINUS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LESS_THAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LESS_THAN</h4>
<pre>public static final&nbsp;int LESS_THAN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.LESS_THAN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LESS_THAN_EQUALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LESS_THAN_EQUALS</h4>
<pre>public static final&nbsp;int LESS_THAN_EQUALS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.LESS_THAN_EQUALS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ESCAPED_GT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ESCAPED_GT</h4>
<pre>public static final&nbsp;int ESCAPED_GT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ESCAPED_GT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ESCAPED_GTE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ESCAPED_GTE</h4>
<pre>public static final&nbsp;int ESCAPED_GTE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ESCAPED_GTE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LAMBDA_ARROW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LAMBDA_ARROW</h4>
<pre>public static final&nbsp;int LAMBDA_ARROW</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.LAMBDA_ARROW">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PLUS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLUS</h4>
<pre>public static final&nbsp;int PLUS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.PLUS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MINUS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MINUS</h4>
<pre>public static final&nbsp;int MINUS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.MINUS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TIMES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TIMES</h4>
<pre>public static final&nbsp;int TIMES</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.TIMES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DOUBLE_STAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOUBLE_STAR</h4>
<pre>public static final&nbsp;int DOUBLE_STAR</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DOUBLE_STAR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ELLIPSIS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ELLIPSIS</h4>
<pre>public static final&nbsp;int ELLIPSIS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ELLIPSIS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DIVIDE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIVIDE</h4>
<pre>public static final&nbsp;int DIVIDE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DIVIDE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PERCENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERCENT</h4>
<pre>public static final&nbsp;int PERCENT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.PERCENT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AND</h4>
<pre>public static final&nbsp;int AND</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.AND">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="OR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OR</h4>
<pre>public static final&nbsp;int OR</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.OR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EXCLAM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXCLAM</h4>
<pre>public static final&nbsp;int EXCLAM</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.EXCLAM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="COMMA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMMA</h4>
<pre>public static final&nbsp;int COMMA</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.COMMA">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SEMICOLON">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SEMICOLON</h4>
<pre>public static final&nbsp;int SEMICOLON</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.SEMICOLON">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="COLON">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLON</h4>
<pre>public static final&nbsp;int COLON</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.COLON">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="OPEN_BRACKET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OPEN_BRACKET</h4>
<pre>public static final&nbsp;int OPEN_BRACKET</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.OPEN_BRACKET">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CLOSE_BRACKET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLOSE_BRACKET</h4>
<pre>public static final&nbsp;int CLOSE_BRACKET</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.CLOSE_BRACKET">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="OPEN_PAREN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OPEN_PAREN</h4>
<pre>public static final&nbsp;int OPEN_PAREN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.OPEN_PAREN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CLOSE_PAREN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLOSE_PAREN</h4>
<pre>public static final&nbsp;int CLOSE_PAREN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.CLOSE_PAREN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="OPENING_CURLY_BRACKET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OPENING_CURLY_BRACKET</h4>
<pre>public static final&nbsp;int OPENING_CURLY_BRACKET</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.OPENING_CURLY_BRACKET">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CLOSING_CURLY_BRACKET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLOSING_CURLY_BRACKET</h4>
<pre>public static final&nbsp;int CLOSING_CURLY_BRACKET</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.CLOSING_CURLY_BRACKET">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IN</h4>
<pre>public static final&nbsp;int IN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.IN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AS</h4>
<pre>public static final&nbsp;int AS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.AS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="USING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USING</h4>
<pre>public static final&nbsp;int USING</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.USING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ID</h4>
<pre>public static final&nbsp;int ID</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ID">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="OPEN_MISPLACED_INTERPOLATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OPEN_MISPLACED_INTERPOLATION</h4>
<pre>public static final&nbsp;int OPEN_MISPLACED_INTERPOLATION</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.OPEN_MISPLACED_INTERPOLATION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NON_ESCAPED_ID_START_CHAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_ESCAPED_ID_START_CHAR</h4>
<pre>public static final&nbsp;int NON_ESCAPED_ID_START_CHAR</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NON_ESCAPED_ID_START_CHAR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ESCAPED_ID_CHAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ESCAPED_ID_CHAR</h4>
<pre>public static final&nbsp;int ESCAPED_ID_CHAR</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ESCAPED_ID_CHAR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ID_START_CHAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ID_START_CHAR</h4>
<pre>public static final&nbsp;int ID_START_CHAR</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ID_START_CHAR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ASCII_DIGIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ASCII_DIGIT</h4>
<pre>public static final&nbsp;int ASCII_DIGIT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.ASCII_DIGIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DIRECTIVE_END">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTIVE_END</h4>
<pre>public static final&nbsp;int DIRECTIVE_END</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DIRECTIVE_END">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EMPTY_DIRECTIVE_END">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EMPTY_DIRECTIVE_END</h4>
<pre>public static final&nbsp;int EMPTY_DIRECTIVE_END</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.EMPTY_DIRECTIVE_END">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NATURAL_GT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NATURAL_GT</h4>
<pre>public static final&nbsp;int NATURAL_GT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NATURAL_GT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NATURAL_GTE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NATURAL_GTE</h4>
<pre>public static final&nbsp;int NATURAL_GTE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NATURAL_GTE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TERMINATING_WHITESPACE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TERMINATING_WHITESPACE</h4>
<pre>public static final&nbsp;int TERMINATING_WHITESPACE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.TERMINATING_WHITESPACE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TERMINATING_EXCLAM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TERMINATING_EXCLAM</h4>
<pre>public static final&nbsp;int TERMINATING_EXCLAM</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.TERMINATING_EXCLAM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TERSE_COMMENT_END">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TERSE_COMMENT_END</h4>
<pre>public static final&nbsp;int TERSE_COMMENT_END</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.TERSE_COMMENT_END">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MAYBE_END">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAYBE_END</h4>
<pre>public static final&nbsp;int MAYBE_END</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.MAYBE_END">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="KEEP_GOING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>KEEP_GOING</h4>
<pre>public static final&nbsp;int KEEP_GOING</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.KEEP_GOING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="LONE_LESS_THAN_OR_DASH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LONE_LESS_THAN_OR_DASH</h4>
<pre>public static final&nbsp;int LONE_LESS_THAN_OR_DASH</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.LONE_LESS_THAN_OR_DASH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT</h4>
<pre>public static final&nbsp;int DEFAULT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.DEFAULT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NO_DIRECTIVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_DIRECTIVE</h4>
<pre>public static final&nbsp;int NO_DIRECTIVE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NO_DIRECTIVE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FM_EXPRESSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FM_EXPRESSION</h4>
<pre>public static final&nbsp;int FM_EXPRESSION</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.FM_EXPRESSION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IN_PAREN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IN_PAREN</h4>
<pre>public static final&nbsp;int IN_PAREN</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.IN_PAREN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NAMED_PARAMETER_EXPRESSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NAMED_PARAMETER_EXPRESSION</h4>
<pre>public static final&nbsp;int NAMED_PARAMETER_EXPRESSION</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NAMED_PARAMETER_EXPRESSION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EXPRESSION_COMMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXPRESSION_COMMENT</h4>
<pre>public static final&nbsp;int EXPRESSION_COMMENT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.EXPRESSION_COMMENT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NO_SPACE_EXPRESSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_SPACE_EXPRESSION</h4>
<pre>public static final&nbsp;int NO_SPACE_EXPRESSION</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NO_SPACE_EXPRESSION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NO_PARSE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>NO_PARSE</h4>
<pre>public static final&nbsp;int NO_PARSE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#freemarker.core.ParseException.NO_PARSE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ParseException-freemarker.core.Token-int:A:A-java.lang.String:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ParseException</h4>
<pre>public&nbsp;ParseException(freemarker.core.Token&nbsp;currentTokenVal,
int[][]&nbsp;expectedTokenSequencesVal,
java.lang.String[]&nbsp;tokenImageVal)</pre>
<div class="block">This constructor is used by the method "generateParseException"
in the generated parser. Calling this constructor generates
a new object of this type with the fields "currentToken",
"expectedTokenSequences", and "tokenImage" set.
This constructor calls its super class with the empty string
to force the "toString" method of parent class "Throwable" to
print the error message in the form:
ParseException: &lt;result of getMessage&gt;</div>
</li>
</ul>
<a name="ParseException--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ParseException</h4>
<pre>@Deprecated
protected&nbsp;ParseException()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use a constructor to which you pass description, template, and positions.</span></div>
<div class="block">The following constructors are for use by you for whatever
purpose you can think of. Constructing the exception in this
manner makes the exception behave in the normal way - i.e., as
documented in the class "Throwable". The fields "errorToken",
"expectedTokenSequences", and "tokenImage" do not contain
relevant information. The JavaCC generated code does not use
these constructors.</div>
</li>
</ul>
<a name="ParseException-java.lang.String-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ParseException</h4>
<pre>@Deprecated
public&nbsp;ParseException(java.lang.String&nbsp;description,
int&nbsp;lineNumber,
int&nbsp;columnNumber)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use a constructor to which you can also pass the template, and the end positions.</span></div>
</li>
</ul>
<a name="ParseException-java.lang.String-freemarker.template.Template-int-int-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ParseException</h4>
<pre>public&nbsp;ParseException(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
int&nbsp;lineNumber,
int&nbsp;columnNumber,
int&nbsp;endLineNumber,
int&nbsp;endColumnNumber)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.21</dd>
</dl>
</li>
</ul>
<a name="ParseException-java.lang.String-freemarker.template.Template-int-int-int-int-java.lang.Throwable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ParseException</h4>
<pre>public&nbsp;ParseException(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
int&nbsp;lineNumber,
int&nbsp;columnNumber,
int&nbsp;endLineNumber,
int&nbsp;endColumnNumber,
java.lang.Throwable&nbsp;cause)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.21</dd>
</dl>
</li>
</ul>
<a name="ParseException-java.lang.String-freemarker.template.Template-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ParseException</h4>
<pre>@Deprecated
public&nbsp;ParseException(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
int&nbsp;lineNumber,
int&nbsp;columnNumber)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use <a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.template.Template-int-int-int-int-"><code>ParseException(String, Template, int, int, int, int)</code></a> instead, as IDE-s need the end
position of the error too.</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.20</dd>
</dl>
</li>
</ul>
<a name="ParseException-java.lang.String-freemarker.template.Template-int-int-java.lang.Throwable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ParseException</h4>
<pre>@Deprecated
public&nbsp;ParseException(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
int&nbsp;lineNumber,
int&nbsp;columnNumber,
java.lang.Throwable&nbsp;cause)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use <a href="../../freemarker/core/ParseException.html#ParseException-java.lang.String-freemarker.template.Template-int-int-int-int-java.lang.Throwable-"><code>ParseException(String, Template, int, int, int, int, Throwable)</code></a> instead, as IDE-s need
the end position of the error too.</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.20</dd>
</dl>
</li>
</ul>
<a name="ParseException-java.lang.String-freemarker.template.Template-freemarker.core.Token-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ParseException</h4>
<pre>public&nbsp;ParseException(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
freemarker.core.Token&nbsp;tk)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.20</dd>
</dl>
</li>
</ul>
<a name="ParseException-java.lang.String-freemarker.template.Template-freemarker.core.Token-java.lang.Throwable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ParseException</h4>
<pre>public&nbsp;ParseException(java.lang.String&nbsp;description,
<a href="../../freemarker/template/Template.html" title="class in freemarker.template">Template</a>&nbsp;template,
freemarker.core.Token&nbsp;tk,
java.lang.Throwable&nbsp;cause)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.20</dd>
</dl>
</li>
</ul>
<a name="ParseException-java.lang.String-freemarker.core.TemplateObject-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ParseException</h4>
<pre>public&nbsp;ParseException(java.lang.String&nbsp;description,
freemarker.core.TemplateObject&nbsp;tobj)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.20</dd>
</dl>
</li>
</ul>
<a name="ParseException-java.lang.String-freemarker.core.TemplateObject-java.lang.Throwable-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ParseException</h4>
<pre>public&nbsp;ParseException(java.lang.String&nbsp;description,
freemarker.core.TemplateObject&nbsp;tobj,
java.lang.Throwable&nbsp;cause)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.20</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setTemplateName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTemplateName</h4>
<pre>public&nbsp;void&nbsp;setTemplateName(java.lang.String&nbsp;templateName)</pre>
<div class="block">Should be used internally only; sets the name of the template that contains the error.
This is needed as the constructor that JavaCC automatically calls doesn't pass in the template, so we
set it somewhere later in an exception handler.</div>
</li>
</ul>
<a name="getMessage--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMessage</h4>
<pre>public&nbsp;java.lang.String&nbsp;getMessage()</pre>
<div class="block">Returns the error location plus the error description.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>getMessage</code>&nbsp;in class&nbsp;<code>java.lang.Throwable</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../freemarker/core/ParseException.html#getDescription--"><code>getDescription()</code></a>,
<a href="../../freemarker/core/ParseException.html#getTemplateName--"><code>getTemplateName()</code></a>,
<a href="../../freemarker/core/ParseException.html#getLineNumber--"><code>getLineNumber()</code></a>,
<a href="../../freemarker/core/ParseException.html#getColumnNumber--"><code>getColumnNumber()</code></a></dd>
</dl>
</li>
</ul>
<a name="getEditorMessage--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEditorMessage</h4>
<pre>public&nbsp;java.lang.String&nbsp;getEditorMessage()</pre>
<div class="block">Returns the description of the error without error location or source quotations, or <code>null</code> if there's no
description available. This is useful in editors (IDE-s) where the error markers and the editor window itself
already carry this information, so it's redundant the repeat in the error dialog.</div>
</li>
</ul>
<a name="getTemplateName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTemplateName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getTemplateName()</pre>
<div class="block">Returns the name (template-root relative path) of the template whose parsing was failed.
Maybe <code>null</code> if this is a non-stored template.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.20</dd>
</dl>
</li>
</ul>
<a name="getLineNumber--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLineNumber</h4>
<pre>public&nbsp;int&nbsp;getLineNumber()</pre>
<div class="block">1-based line number of the failing section, or 0 is the information is not available.</div>
</li>
</ul>
<a name="getColumnNumber--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumnNumber</h4>
<pre>public&nbsp;int&nbsp;getColumnNumber()</pre>
<div class="block">1-based column number of the failing section, or 0 is the information is not available.</div>
</li>
</ul>
<a name="getEndLineNumber--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEndLineNumber</h4>
<pre>public&nbsp;int&nbsp;getEndLineNumber()</pre>
<div class="block">1-based line number of the last line that contains the failing section, or 0 if the information is not available.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.21</dd>
</dl>
</li>
</ul>
<a name="getEndColumnNumber--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEndColumnNumber</h4>
<pre>public&nbsp;int&nbsp;getEndColumnNumber()</pre>
<div class="block">1-based column number of the last character of the failing section, or 0 if the information is not available.
Note that unlike with Java string API-s, this column number is inclusive.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.21</dd>
</dl>
</li>
</ul>
<a name="add_escapes-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>add_escapes</h4>
<pre>protected&nbsp;java.lang.String&nbsp;add_escapes(java.lang.String&nbsp;str)</pre>
<div class="block">Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ParseException.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../freemarker/core/OutputFormat.html" title="class in freemarker.core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../freemarker/core/ParserConfiguration.html" title="interface in freemarker.core"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?freemarker/core/ParseException.html" target="_top">Frames</a></li>
<li><a href="ParseException.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>