blob: c834a3c9e57f04b44269fef25d8157261f101391 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>StormParserImplTokenManager (Storm 2.6.2 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.storm.sql.parser.impl, class: StormParserImplTokenManager">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/StormParserImplTokenManager.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#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<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="sub-nav-list">
<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>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.apache.storm.sql.parser.impl</a></div>
<h1 title="Class StormParserImplTokenManager" class="title">Class StormParserImplTokenManager</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">org.apache.storm.sql.parser.impl.StormParserImplTokenManager</div>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="StormParserImplConstants.html" title="interface in org.apache.storm.sql.parser.impl">StormParserImplConstants</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">StormParserImplTokenManager</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>
implements <a href="StormParserImplConstants.html" title="interface in org.apache.storm.sql.parser.impl">StormParserImplConstants</a></span></div>
<div class="block">Token Manager.</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected int</code></div>
<div class="col-second even-row-color"><code><a href="#curChar" class="member-name-link">curChar</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/PrintStream.html" title="class or interface in java.io" class="external-link">PrintStream</a></code></div>
<div class="col-second odd-row-color"><code><a href="#debugStream" class="member-name-link">debugStream</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Debug output.</div>
</div>
<div class="col-first even-row-color"><code>protected <a href="SimpleCharStream.html" title="class in org.apache.storm.sql.parser.impl">SimpleCharStream</a></code></div>
<div class="col-second even-row-color"><code><a href="#input_stream" class="member-name-link">input_stream</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final int[]</code></div>
<div class="col-second odd-row-color"><code><a href="#jjnewLexState" class="member-name-link">jjnewLexState</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Lex State array.</div>
</div>
<div class="col-first even-row-color"><code>static final <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>[]</code></div>
<div class="col-second even-row-color"><code><a href="#jjstrLiteralImages" class="member-name-link">jjstrLiteralImages</a></code></div>
<div class="col-last even-row-color">
<div class="block">Token literal values.</div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>[]</code></div>
<div class="col-second odd-row-color"><code><a href="#lexStateNames" class="member-name-link">lexStateNames</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Lexer state names.</div>
</div>
</div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-org.apache.storm.sql.parser.impl.StormParserImplConstants">Fields inherited from interface&nbsp;org.apache.storm.sql.parser.impl.<a href="StormParserImplConstants.html" title="interface in org.apache.storm.sql.parser.impl">StormParserImplConstants</a></h3>
<code><a href="StormParserImplConstants.html#A">A</a>, <a href="StormParserImplConstants.html#ABS">ABS</a>, <a href="StormParserImplConstants.html#ABSOLUTE">ABSOLUTE</a>, <a href="StormParserImplConstants.html#ACTION">ACTION</a>, <a href="StormParserImplConstants.html#ADA">ADA</a>, <a href="StormParserImplConstants.html#ADD">ADD</a>, <a href="StormParserImplConstants.html#ADMIN">ADMIN</a>, <a href="StormParserImplConstants.html#AFTER">AFTER</a>, <a href="StormParserImplConstants.html#ALL">ALL</a>, <a href="StormParserImplConstants.html#ALLOCATE">ALLOCATE</a>, <a href="StormParserImplConstants.html#ALLOW">ALLOW</a>, <a href="StormParserImplConstants.html#ALTER">ALTER</a>, <a href="StormParserImplConstants.html#ALWAYS">ALWAYS</a>, <a href="StormParserImplConstants.html#AND">AND</a>, <a href="StormParserImplConstants.html#ANY">ANY</a>, <a href="StormParserImplConstants.html#APPLY">APPLY</a>, <a href="StormParserImplConstants.html#APPROX_NUMERIC_LITERAL">APPROX_NUMERIC_LITERAL</a>, <a href="StormParserImplConstants.html#ARE">ARE</a>, <a href="StormParserImplConstants.html#ARRAY">ARRAY</a>, <a href="StormParserImplConstants.html#ARRAY_MAX_CARDINALITY">ARRAY_MAX_CARDINALITY</a>, <a href="StormParserImplConstants.html#AS">AS</a>, <a href="StormParserImplConstants.html#ASC">ASC</a>, <a href="StormParserImplConstants.html#ASENSITIVE">ASENSITIVE</a>, <a href="StormParserImplConstants.html#ASSERTION">ASSERTION</a>, <a href="StormParserImplConstants.html#ASSIGNMENT">ASSIGNMENT</a>, <a href="StormParserImplConstants.html#ASYMMETRIC">ASYMMETRIC</a>, <a href="StormParserImplConstants.html#AT">AT</a>, <a href="StormParserImplConstants.html#ATOMIC">ATOMIC</a>, <a href="StormParserImplConstants.html#ATTRIBUTE">ATTRIBUTE</a>, <a href="StormParserImplConstants.html#ATTRIBUTES">ATTRIBUTES</a>, <a href="StormParserImplConstants.html#AUTHORIZATION">AUTHORIZATION</a>, <a href="StormParserImplConstants.html#AVG">AVG</a>, <a href="StormParserImplConstants.html#BACK_QUOTED_IDENTIFIER">BACK_QUOTED_IDENTIFIER</a>, <a href="StormParserImplConstants.html#BEFORE">BEFORE</a>, <a href="StormParserImplConstants.html#BEGIN">BEGIN</a>, <a href="StormParserImplConstants.html#BEGIN_FRAME">BEGIN_FRAME</a>, <a href="StormParserImplConstants.html#BEGIN_PARTITION">BEGIN_PARTITION</a>, <a href="StormParserImplConstants.html#BEL">BEL</a>, <a href="StormParserImplConstants.html#BERNOULLI">BERNOULLI</a>, <a href="StormParserImplConstants.html#BETWEEN">BETWEEN</a>, <a href="StormParserImplConstants.html#BIGINT">BIGINT</a>, <a href="StormParserImplConstants.html#BINARY">BINARY</a>, <a href="StormParserImplConstants.html#BINARY_STRING_LITERAL">BINARY_STRING_LITERAL</a>, <a href="StormParserImplConstants.html#BIT">BIT</a>, <a href="StormParserImplConstants.html#BLOB">BLOB</a>, <a href="StormParserImplConstants.html#BOOLEAN">BOOLEAN</a>, <a href="StormParserImplConstants.html#BOTH">BOTH</a>, <a href="StormParserImplConstants.html#BRACKET_QUOTED_IDENTIFIER">BRACKET_QUOTED_IDENTIFIER</a>, <a href="StormParserImplConstants.html#BREADTH">BREADTH</a>, <a href="StormParserImplConstants.html#BTID">BTID</a>, <a href="StormParserImplConstants.html#BY">BY</a>, <a href="StormParserImplConstants.html#C">C</a>, <a href="StormParserImplConstants.html#CALL">CALL</a>, <a href="StormParserImplConstants.html#CALLED">CALLED</a>, <a href="StormParserImplConstants.html#CARDINALITY">CARDINALITY</a>, <a href="StormParserImplConstants.html#CARET">CARET</a>, <a href="StormParserImplConstants.html#CASCADE">CASCADE</a>, <a href="StormParserImplConstants.html#CASCADED">CASCADED</a>, <a href="StormParserImplConstants.html#CASE">CASE</a>, <a href="StormParserImplConstants.html#CAST">CAST</a>, <a href="StormParserImplConstants.html#CATALOG">CATALOG</a>, <a href="StormParserImplConstants.html#CATALOG_NAME">CATALOG_NAME</a>, <a href="StormParserImplConstants.html#CEIL">CEIL</a>, <a href="StormParserImplConstants.html#CEILING">CEILING</a>, <a href="StormParserImplConstants.html#CENTURY">CENTURY</a>, <a href="StormParserImplConstants.html#CHAIN">CHAIN</a>, <a href="StormParserImplConstants.html#CHAR">CHAR</a>, <a href="StormParserImplConstants.html#CHAR_LENGTH">CHAR_LENGTH</a>, <a href="StormParserImplConstants.html#CHARACTER">CHARACTER</a>, <a href="StormParserImplConstants.html#CHARACTER_LENGTH">CHARACTER_LENGTH</a>, <a href="StormParserImplConstants.html#CHARACTER_SET_CATALOG">CHARACTER_SET_CATALOG</a>, <a href="StormParserImplConstants.html#CHARACTER_SET_NAME">CHARACTER_SET_NAME</a>, <a href="StormParserImplConstants.html#CHARACTER_SET_SCHEMA">CHARACTER_SET_SCHEMA</a>, <a href="StormParserImplConstants.html#CHARACTERISTICS">CHARACTERISTICS</a>, <a href="StormParserImplConstants.html#CHARACTERS">CHARACTERS</a>, <a href="StormParserImplConstants.html#CHARSETNAME">CHARSETNAME</a>, <a href="StormParserImplConstants.html#CHECK">CHECK</a>, <a href="StormParserImplConstants.html#CLASS_ORIGIN">CLASS_ORIGIN</a>, <a href="StormParserImplConstants.html#CLASSIFIER">CLASSIFIER</a>, <a href="StormParserImplConstants.html#CLOB">CLOB</a>, <a href="StormParserImplConstants.html#CLOSE">CLOSE</a>, <a href="StormParserImplConstants.html#COALESCE">COALESCE</a>, <a href="StormParserImplConstants.html#COBOL">COBOL</a>, <a href="StormParserImplConstants.html#COLLATE">COLLATE</a>, <a href="StormParserImplConstants.html#COLLATION">COLLATION</a>, <a href="StormParserImplConstants.html#COLLATION_CATALOG">COLLATION_CATALOG</a>, <a href="StormParserImplConstants.html#COLLATION_ID">COLLATION_ID</a>, <a href="StormParserImplConstants.html#COLLATION_NAME">COLLATION_NAME</a>, <a href="StormParserImplConstants.html#COLLATION_SCHEMA">COLLATION_SCHEMA</a>, <a href="StormParserImplConstants.html#COLLECT">COLLECT</a>, <a href="StormParserImplConstants.html#COLON">COLON</a>, <a href="StormParserImplConstants.html#COLUMN">COLUMN</a>, <a href="StormParserImplConstants.html#COLUMN_NAME">COLUMN_NAME</a>, <a href="StormParserImplConstants.html#COMMA">COMMA</a>, <a href="StormParserImplConstants.html#COMMAND_FUNCTION">COMMAND_FUNCTION</a>, <a href="StormParserImplConstants.html#COMMAND_FUNCTION_CODE">COMMAND_FUNCTION_CODE</a>, <a href="StormParserImplConstants.html#COMMIT">COMMIT</a>, <a href="StormParserImplConstants.html#COMMITTED">COMMITTED</a>, <a href="StormParserImplConstants.html#CONCAT">CONCAT</a>, <a href="StormParserImplConstants.html#CONDITION">CONDITION</a>, <a href="StormParserImplConstants.html#CONDITION_NUMBER">CONDITION_NUMBER</a>, <a href="StormParserImplConstants.html#CONNECT">CONNECT</a>, <a href="StormParserImplConstants.html#CONNECTION">CONNECTION</a>, <a href="StormParserImplConstants.html#CONNECTION_NAME">CONNECTION_NAME</a>, <a href="StormParserImplConstants.html#CONSTRAINT">CONSTRAINT</a>, <a href="StormParserImplConstants.html#CONSTRAINT_CATALOG">CONSTRAINT_CATALOG</a>, <a href="StormParserImplConstants.html#CONSTRAINT_NAME">CONSTRAINT_NAME</a>, <a href="StormParserImplConstants.html#CONSTRAINT_SCHEMA">CONSTRAINT_SCHEMA</a>, <a href="StormParserImplConstants.html#CONSTRAINTS">CONSTRAINTS</a>, <a href="StormParserImplConstants.html#CONSTRUCTOR">CONSTRUCTOR</a>, <a href="StormParserImplConstants.html#CONTAINS">CONTAINS</a>, <a href="StormParserImplConstants.html#CONTINUE">CONTINUE</a>, <a href="StormParserImplConstants.html#CONVERT">CONVERT</a>, <a href="StormParserImplConstants.html#CORR">CORR</a>, <a href="StormParserImplConstants.html#CORRESPONDING">CORRESPONDING</a>, <a href="StormParserImplConstants.html#COUNT">COUNT</a>, <a href="StormParserImplConstants.html#COVAR_POP">COVAR_POP</a>, <a href="StormParserImplConstants.html#COVAR_SAMP">COVAR_SAMP</a>, <a href="StormParserImplConstants.html#CREATE">CREATE</a>, <a href="StormParserImplConstants.html#CROSS">CROSS</a>, <a href="StormParserImplConstants.html#CUBE">CUBE</a>, <a href="StormParserImplConstants.html#CUME_DIST">CUME_DIST</a>, <a href="StormParserImplConstants.html#CURRENT">CURRENT</a>, <a href="StormParserImplConstants.html#CURRENT_CATALOG">CURRENT_CATALOG</a>, <a href="StormParserImplConstants.html#CURRENT_DATE">CURRENT_DATE</a>, <a href="StormParserImplConstants.html#CURRENT_DEFAULT_TRANSFORM_GROUP">CURRENT_DEFAULT_TRANSFORM_GROUP</a>, <a href="StormParserImplConstants.html#CURRENT_PATH">CURRENT_PATH</a>, <a href="StormParserImplConstants.html#CURRENT_ROLE">CURRENT_ROLE</a>, <a href="StormParserImplConstants.html#CURRENT_ROW">CURRENT_ROW</a>, <a href="StormParserImplConstants.html#CURRENT_SCHEMA">CURRENT_SCHEMA</a>, <a href="StormParserImplConstants.html#CURRENT_TIME">CURRENT_TIME</a>, <a href="StormParserImplConstants.html#CURRENT_TIMESTAMP">CURRENT_TIMESTAMP</a>, <a href="StormParserImplConstants.html#CURRENT_TRANSFORM_GROUP_FOR_TYPE">CURRENT_TRANSFORM_GROUP_FOR_TYPE</a>, <a href="StormParserImplConstants.html#CURRENT_USER">CURRENT_USER</a>, <a href="StormParserImplConstants.html#CURSOR">CURSOR</a>, <a href="StormParserImplConstants.html#CURSOR_NAME">CURSOR_NAME</a>, <a href="StormParserImplConstants.html#CYCLE">CYCLE</a>, <a href="StormParserImplConstants.html#DATA">DATA</a>, <a href="StormParserImplConstants.html#DATABASE">DATABASE</a>, <a href="StormParserImplConstants.html#DATE">DATE</a>, <a href="StormParserImplConstants.html#DATETIME_INTERVAL_CODE">DATETIME_INTERVAL_CODE</a>, <a href="StormParserImplConstants.html#DATETIME_INTERVAL_PRECISION">DATETIME_INTERVAL_PRECISION</a>, <a href="StormParserImplConstants.html#DAY">DAY</a>, <a href="StormParserImplConstants.html#DEALLOCATE">DEALLOCATE</a>, <a href="StormParserImplConstants.html#DEC">DEC</a>, <a href="StormParserImplConstants.html#DECADE">DECADE</a>, <a href="StormParserImplConstants.html#DECIMAL">DECIMAL</a>, <a href="StormParserImplConstants.html#DECIMAL_NUMERIC_LITERAL">DECIMAL_NUMERIC_LITERAL</a>, <a href="StormParserImplConstants.html#DECLARE">DECLARE</a>, <a href="StormParserImplConstants.html#DEFAULT">DEFAULT</a>, <a href="StormParserImplConstants.html#DEFAULT_">DEFAULT_</a>, <a href="StormParserImplConstants.html#DEFAULTS">DEFAULTS</a>, <a href="StormParserImplConstants.html#DEFERRABLE">DEFERRABLE</a>, <a href="StormParserImplConstants.html#DEFERRED">DEFERRED</a>, <a href="StormParserImplConstants.html#DEFINE">DEFINE</a>, <a href="StormParserImplConstants.html#DEFINED">DEFINED</a>, <a href="StormParserImplConstants.html#DEFINER">DEFINER</a>, <a href="StormParserImplConstants.html#DEGREE">DEGREE</a>, <a href="StormParserImplConstants.html#DELETE">DELETE</a>, <a href="StormParserImplConstants.html#DENSE_RANK">DENSE_RANK</a>, <a href="StormParserImplConstants.html#DEPTH">DEPTH</a>, <a href="StormParserImplConstants.html#DEREF">DEREF</a>, <a href="StormParserImplConstants.html#DERIVED">DERIVED</a>, <a href="StormParserImplConstants.html#DESC">DESC</a>, <a href="StormParserImplConstants.html#DESCRIBE">DESCRIBE</a>, <a href="StormParserImplConstants.html#DESCRIPTION">DESCRIPTION</a>, <a href="StormParserImplConstants.html#DESCRIPTOR">DESCRIPTOR</a>, <a href="StormParserImplConstants.html#DETERMINISTIC">DETERMINISTIC</a>, <a href="StormParserImplConstants.html#DIAGNOSTICS">DIAGNOSTICS</a>, <a href="StormParserImplConstants.html#DIGIT">DIGIT</a>, <a href="StormParserImplConstants.html#DISALLOW">DISALLOW</a>, <a href="StormParserImplConstants.html#DISCONNECT">DISCONNECT</a>, <a href="StormParserImplConstants.html#DISPATCH">DISPATCH</a>, <a href="StormParserImplConstants.html#DISTINCT">DISTINCT</a>, <a href="StormParserImplConstants.html#DOLLAR">DOLLAR</a>, <a href="StormParserImplConstants.html#DOMAIN">DOMAIN</a>, <a href="StormParserImplConstants.html#DOT">DOT</a>, <a href="StormParserImplConstants.html#DOUBLE">DOUBLE</a>, <a href="StormParserImplConstants.html#DOUBLE_PERIOD">DOUBLE_PERIOD</a>, <a href="StormParserImplConstants.html#DOUBLE_QUOTE">DOUBLE_QUOTE</a>, <a href="StormParserImplConstants.html#DOW">DOW</a>, <a href="StormParserImplConstants.html#DOY">DOY</a>, <a href="StormParserImplConstants.html#DQID">DQID</a>, <a href="StormParserImplConstants.html#DROP">DROP</a>, <a href="StormParserImplConstants.html#DYNAMIC">DYNAMIC</a>, <a href="StormParserImplConstants.html#DYNAMIC_FUNCTION">DYNAMIC_FUNCTION</a>, <a href="StormParserImplConstants.html#DYNAMIC_FUNCTION_CODE">DYNAMIC_FUNCTION_CODE</a>, <a href="StormParserImplConstants.html#EACH">EACH</a>, <a href="StormParserImplConstants.html#ELEMENT">ELEMENT</a>, <a href="StormParserImplConstants.html#ELSE">ELSE</a>, <a href="StormParserImplConstants.html#EMPTY">EMPTY</a>, <a href="StormParserImplConstants.html#END">END</a>, <a href="StormParserImplConstants.html#END_EXEC">END_EXEC</a>, <a href="StormParserImplConstants.html#END_FRAME">END_FRAME</a>, <a href="StormParserImplConstants.html#END_PARTITION">END_PARTITION</a>, <a href="StormParserImplConstants.html#EOF">EOF</a>, <a href="StormParserImplConstants.html#EPOCH">EPOCH</a>, <a href="StormParserImplConstants.html#EQ">EQ</a>, <a href="StormParserImplConstants.html#EQUALS">EQUALS</a>, <a href="StormParserImplConstants.html#ESCAPE">ESCAPE</a>, <a href="StormParserImplConstants.html#EVERY">EVERY</a>, <a href="StormParserImplConstants.html#EXCEPT">EXCEPT</a>, <a href="StormParserImplConstants.html#EXCEPTION">EXCEPTION</a>, <a href="StormParserImplConstants.html#EXCLUDE">EXCLUDE</a>, <a href="StormParserImplConstants.html#EXCLUDING">EXCLUDING</a>, <a href="StormParserImplConstants.html#EXEC">EXEC</a>, <a href="StormParserImplConstants.html#EXECUTE">EXECUTE</a>, <a href="StormParserImplConstants.html#EXISTS">EXISTS</a>, <a href="StormParserImplConstants.html#EXP">EXP</a>, <a href="StormParserImplConstants.html#EXPLAIN">EXPLAIN</a>, <a href="StormParserImplConstants.html#EXPONENT">EXPONENT</a>, <a href="StormParserImplConstants.html#EXTEND">EXTEND</a>, <a href="StormParserImplConstants.html#EXTERNAL">EXTERNAL</a>, <a href="StormParserImplConstants.html#EXTRACT">EXTRACT</a>, <a href="StormParserImplConstants.html#FALSE">FALSE</a>, <a href="StormParserImplConstants.html#FETCH">FETCH</a>, <a href="StormParserImplConstants.html#FILTER">FILTER</a>, <a href="StormParserImplConstants.html#FINAL">FINAL</a>, <a href="StormParserImplConstants.html#FIRST">FIRST</a>, <a href="StormParserImplConstants.html#FIRST_VALUE">FIRST_VALUE</a>, <a href="StormParserImplConstants.html#FLOAT">FLOAT</a>, <a href="StormParserImplConstants.html#FLOOR">FLOOR</a>, <a href="StormParserImplConstants.html#FOLLOWING">FOLLOWING</a>, <a href="StormParserImplConstants.html#FOR">FOR</a>, <a href="StormParserImplConstants.html#FOREIGN">FOREIGN</a>, <a href="StormParserImplConstants.html#FORMAL_COMMENT">FORMAL_COMMENT</a>, <a href="StormParserImplConstants.html#FORTRAN">FORTRAN</a>, <a href="StormParserImplConstants.html#FOUND">FOUND</a>, <a href="StormParserImplConstants.html#FRAC_SECOND">FRAC_SECOND</a>, <a href="StormParserImplConstants.html#FRAME_ROW">FRAME_ROW</a>, <a href="StormParserImplConstants.html#FREE">FREE</a>, <a href="StormParserImplConstants.html#FROM">FROM</a>, <a href="StormParserImplConstants.html#FULL">FULL</a>, <a href="StormParserImplConstants.html#FUNCTION">FUNCTION</a>, <a href="StormParserImplConstants.html#FUSION">FUSION</a>, <a href="StormParserImplConstants.html#G">G</a>, <a href="StormParserImplConstants.html#GE">GE</a>, <a href="StormParserImplConstants.html#GENERAL">GENERAL</a>, <a href="StormParserImplConstants.html#GENERATED">GENERATED</a>, <a href="StormParserImplConstants.html#GEOMETRY">GEOMETRY</a>, <a href="StormParserImplConstants.html#GET">GET</a>, <a href="StormParserImplConstants.html#GLOBAL">GLOBAL</a>, <a href="StormParserImplConstants.html#GO">GO</a>, <a href="StormParserImplConstants.html#GOTO">GOTO</a>, <a href="StormParserImplConstants.html#GRANT">GRANT</a>, <a href="StormParserImplConstants.html#GRANTED">GRANTED</a>, <a href="StormParserImplConstants.html#GROUP">GROUP</a>, <a href="StormParserImplConstants.html#GROUPING">GROUPING</a>, <a href="StormParserImplConstants.html#GROUPS">GROUPS</a>, <a href="StormParserImplConstants.html#GT">GT</a>, <a href="StormParserImplConstants.html#HAVING">HAVING</a>, <a href="StormParserImplConstants.html#HEXDIGIT">HEXDIGIT</a>, <a href="StormParserImplConstants.html#HIERARCHY">HIERARCHY</a>, <a href="StormParserImplConstants.html#HOLD">HOLD</a>, <a href="StormParserImplConstants.html#HOOK">HOOK</a>, <a href="StormParserImplConstants.html#HOUR">HOUR</a>, <a href="StormParserImplConstants.html#IDENTIFIER">IDENTIFIER</a>, <a href="StormParserImplConstants.html#IDENTITY">IDENTITY</a>, <a href="StormParserImplConstants.html#IMMEDIATE">IMMEDIATE</a>, <a href="StormParserImplConstants.html#IMMEDIATELY">IMMEDIATELY</a>, <a href="StormParserImplConstants.html#IMPLEMENTATION">IMPLEMENTATION</a>, <a href="StormParserImplConstants.html#IMPORT">IMPORT</a>, <a href="StormParserImplConstants.html#IN">IN</a>, <a href="StormParserImplConstants.html#IN_FORMAL_COMMENT">IN_FORMAL_COMMENT</a>, <a href="StormParserImplConstants.html#IN_MULTI_LINE_COMMENT">IN_MULTI_LINE_COMMENT</a>, <a href="StormParserImplConstants.html#INCLUDING">INCLUDING</a>, <a href="StormParserImplConstants.html#INCREMENT">INCREMENT</a>, <a href="StormParserImplConstants.html#INDICATOR">INDICATOR</a>, <a href="StormParserImplConstants.html#INITIAL">INITIAL</a>, <a href="StormParserImplConstants.html#INITIALLY">INITIALLY</a>, <a href="StormParserImplConstants.html#INNER">INNER</a>, <a href="StormParserImplConstants.html#INOUT">INOUT</a>, <a href="StormParserImplConstants.html#INPUT">INPUT</a>, <a href="StormParserImplConstants.html#INPUTFORMAT">INPUTFORMAT</a>, <a href="StormParserImplConstants.html#INSENSITIVE">INSENSITIVE</a>, <a href="StormParserImplConstants.html#INSERT">INSERT</a>, <a href="StormParserImplConstants.html#INSTANCE">INSTANCE</a>, <a href="StormParserImplConstants.html#INSTANTIABLE">INSTANTIABLE</a>, <a href="StormParserImplConstants.html#INT">INT</a>, <a href="StormParserImplConstants.html#INTEGER">INTEGER</a>, <a href="StormParserImplConstants.html#INTERSECT">INTERSECT</a>, <a href="StormParserImplConstants.html#INTERSECTION">INTERSECTION</a>, <a href="StormParserImplConstants.html#INTERVAL">INTERVAL</a>, <a href="StormParserImplConstants.html#INTO">INTO</a>, <a href="StormParserImplConstants.html#INVOKER">INVOKER</a>, <a href="StormParserImplConstants.html#IS">IS</a>, <a href="StormParserImplConstants.html#ISOLATION">ISOLATION</a>, <a href="StormParserImplConstants.html#JAR">JAR</a>, <a href="StormParserImplConstants.html#JAVA">JAVA</a>, <a href="StormParserImplConstants.html#JOIN">JOIN</a>, <a href="StormParserImplConstants.html#JSON">JSON</a>, <a href="StormParserImplConstants.html#K">K</a>, <a href="StormParserImplConstants.html#KEY">KEY</a>, <a href="StormParserImplConstants.html#KEY_MEMBER">KEY_MEMBER</a>, <a href="StormParserImplConstants.html#KEY_TYPE">KEY_TYPE</a>, <a href="StormParserImplConstants.html#LABEL">LABEL</a>, <a href="StormParserImplConstants.html#LAG">LAG</a>, <a href="StormParserImplConstants.html#LANGUAGE">LANGUAGE</a>, <a href="StormParserImplConstants.html#LARGE">LARGE</a>, <a href="StormParserImplConstants.html#LAST">LAST</a>, <a href="StormParserImplConstants.html#LAST_VALUE">LAST_VALUE</a>, <a href="StormParserImplConstants.html#LATERAL">LATERAL</a>, <a href="StormParserImplConstants.html#LBRACE">LBRACE</a>, <a href="StormParserImplConstants.html#LBRACE_D">LBRACE_D</a>, <a href="StormParserImplConstants.html#LBRACE_FN">LBRACE_FN</a>, <a href="StormParserImplConstants.html#LBRACE_T">LBRACE_T</a>, <a href="StormParserImplConstants.html#LBRACE_TS">LBRACE_TS</a>, <a href="StormParserImplConstants.html#LBRACKET">LBRACKET</a>, <a href="StormParserImplConstants.html#LE">LE</a>, <a href="StormParserImplConstants.html#LEAD">LEAD</a>, <a href="StormParserImplConstants.html#LEADING">LEADING</a>, <a href="StormParserImplConstants.html#LEFT">LEFT</a>, <a href="StormParserImplConstants.html#LENGTH">LENGTH</a>, <a href="StormParserImplConstants.html#LETTER">LETTER</a>, <a href="StormParserImplConstants.html#LEVEL">LEVEL</a>, <a href="StormParserImplConstants.html#LIBRARY">LIBRARY</a>, <a href="StormParserImplConstants.html#LIKE">LIKE</a>, <a href="StormParserImplConstants.html#LIKE_REGEX">LIKE_REGEX</a>, <a href="StormParserImplConstants.html#LIMIT">LIMIT</a>, <a href="StormParserImplConstants.html#LN">LN</a>, <a href="StormParserImplConstants.html#LOCAL">LOCAL</a>, <a href="StormParserImplConstants.html#LOCALTIME">LOCALTIME</a>, <a href="StormParserImplConstants.html#LOCALTIMESTAMP">LOCALTIMESTAMP</a>, <a href="StormParserImplConstants.html#LOCATION">LOCATION</a>, <a href="StormParserImplConstants.html#LOCATOR">LOCATOR</a>, <a href="StormParserImplConstants.html#LOWER">LOWER</a>, <a href="StormParserImplConstants.html#LPAREN">LPAREN</a>, <a href="StormParserImplConstants.html#LT">LT</a>, <a href="StormParserImplConstants.html#M">M</a>, <a href="StormParserImplConstants.html#MAP">MAP</a>, <a href="StormParserImplConstants.html#MATCH">MATCH</a>, <a href="StormParserImplConstants.html#MATCH_NUMBER">MATCH_NUMBER</a>, <a href="StormParserImplConstants.html#MATCH_RECOGNIZE">MATCH_RECOGNIZE</a>, <a href="StormParserImplConstants.html#MATCHED">MATCHED</a>, <a href="StormParserImplConstants.html#MATCHES">MATCHES</a>, <a href="StormParserImplConstants.html#MAX">MAX</a>, <a href="StormParserImplConstants.html#MAXVALUE">MAXVALUE</a>, <a href="StormParserImplConstants.html#MEASURES">MEASURES</a>, <a href="StormParserImplConstants.html#MEMBER">MEMBER</a>, <a href="StormParserImplConstants.html#MERGE">MERGE</a>, <a href="StormParserImplConstants.html#MESSAGE_LENGTH">MESSAGE_LENGTH</a>, <a href="StormParserImplConstants.html#MESSAGE_OCTET_LENGTH">MESSAGE_OCTET_LENGTH</a>, <a href="StormParserImplConstants.html#MESSAGE_TEXT">MESSAGE_TEXT</a>, <a href="StormParserImplConstants.html#METHOD">METHOD</a>, <a href="StormParserImplConstants.html#MICROSECOND">MICROSECOND</a>, <a href="StormParserImplConstants.html#MILLENNIUM">MILLENNIUM</a>, <a href="StormParserImplConstants.html#MIN">MIN</a>, <a href="StormParserImplConstants.html#MINUS">MINUS</a>, <a href="StormParserImplConstants.html#MINUTE">MINUTE</a>, <a href="StormParserImplConstants.html#MINVALUE">MINVALUE</a>, <a href="StormParserImplConstants.html#MOD">MOD</a>, <a href="StormParserImplConstants.html#MODIFIES">MODIFIES</a>, <a href="StormParserImplConstants.html#MODULE">MODULE</a>, <a href="StormParserImplConstants.html#MONTH">MONTH</a>, <a href="StormParserImplConstants.html#MORE_">MORE_</a>, <a href="StormParserImplConstants.html#MULTI_LINE_COMMENT">MULTI_LINE_COMMENT</a>, <a href="StormParserImplConstants.html#MULTISET">MULTISET</a>, <a href="StormParserImplConstants.html#MUMPS">MUMPS</a>, <a href="StormParserImplConstants.html#NAME">NAME</a>, <a href="StormParserImplConstants.html#NAMED_ARGUMENT_ASSIGNMENT">NAMED_ARGUMENT_ASSIGNMENT</a>, <a href="StormParserImplConstants.html#NAMES">NAMES</a>, <a href="StormParserImplConstants.html#NATIONAL">NATIONAL</a>, <a href="StormParserImplConstants.html#NATURAL">NATURAL</a>, <a href="StormParserImplConstants.html#NCHAR">NCHAR</a>, <a href="StormParserImplConstants.html#NCLOB">NCLOB</a>, <a href="StormParserImplConstants.html#NE">NE</a>, <a href="StormParserImplConstants.html#NE2">NE2</a>, <a href="StormParserImplConstants.html#NESTING">NESTING</a>, <a href="StormParserImplConstants.html#NEW">NEW</a>, <a href="StormParserImplConstants.html#NEXT">NEXT</a>, <a href="StormParserImplConstants.html#NO">NO</a>, <a href="StormParserImplConstants.html#NONE">NONE</a>, <a href="StormParserImplConstants.html#NORMALIZE">NORMALIZE</a>, <a href="StormParserImplConstants.html#NORMALIZED">NORMALIZED</a>, <a href="StormParserImplConstants.html#NOT">NOT</a>, <a href="StormParserImplConstants.html#NTH_VALUE">NTH_VALUE</a>, <a href="StormParserImplConstants.html#NTILE">NTILE</a>, <a href="StormParserImplConstants.html#NULL">NULL</a>, <a href="StormParserImplConstants.html#NULLABLE">NULLABLE</a>, <a href="StormParserImplConstants.html#NULLIF">NULLIF</a>, <a href="StormParserImplConstants.html#NULLS">NULLS</a>, <a href="StormParserImplConstants.html#NUMBER">NUMBER</a>, <a href="StormParserImplConstants.html#NUMERIC">NUMERIC</a>, <a href="StormParserImplConstants.html#OBJECT">OBJECT</a>, <a href="StormParserImplConstants.html#OCCURRENCES_REGEX">OCCURRENCES_REGEX</a>, <a href="StormParserImplConstants.html#OCTET_LENGTH">OCTET_LENGTH</a>, <a href="StormParserImplConstants.html#OCTETS">OCTETS</a>, <a href="StormParserImplConstants.html#OF">OF</a>, <a href="StormParserImplConstants.html#OFFSET">OFFSET</a>, <a href="StormParserImplConstants.html#OLD">OLD</a>, <a href="StormParserImplConstants.html#OMIT">OMIT</a>, <a href="StormParserImplConstants.html#ON">ON</a>, <a href="StormParserImplConstants.html#ONE">ONE</a>, <a href="StormParserImplConstants.html#ONLY">ONLY</a>, <a href="StormParserImplConstants.html#OPEN">OPEN</a>, <a href="StormParserImplConstants.html#OPTION">OPTION</a>, <a href="StormParserImplConstants.html#OPTIONS">OPTIONS</a>, <a href="StormParserImplConstants.html#OR">OR</a>, <a href="StormParserImplConstants.html#ORDER">ORDER</a>, <a href="StormParserImplConstants.html#ORDERING">ORDERING</a>, <a href="StormParserImplConstants.html#ORDINALITY">ORDINALITY</a>, <a href="StormParserImplConstants.html#OTHERS">OTHERS</a>, <a href="StormParserImplConstants.html#OUT">OUT</a>, <a href="StormParserImplConstants.html#OUTER">OUTER</a>, <a href="StormParserImplConstants.html#OUTPUT">OUTPUT</a>, <a href="StormParserImplConstants.html#OUTPUTFORMAT">OUTPUTFORMAT</a>, <a href="StormParserImplConstants.html#OVER">OVER</a>, <a href="StormParserImplConstants.html#OVERLAPS">OVERLAPS</a>, <a href="StormParserImplConstants.html#OVERLAY">OVERLAY</a>, <a href="StormParserImplConstants.html#OVERRIDING">OVERRIDING</a>, <a href="StormParserImplConstants.html#PAD">PAD</a>, <a href="StormParserImplConstants.html#PARALLELISM">PARALLELISM</a>, <a href="StormParserImplConstants.html#PARAMETER">PARAMETER</a>, <a href="StormParserImplConstants.html#PARAMETER_MODE">PARAMETER_MODE</a>, <a href="StormParserImplConstants.html#PARAMETER_NAME">PARAMETER_NAME</a>, <a href="StormParserImplConstants.html#PARAMETER_ORDINAL_POSITION">PARAMETER_ORDINAL_POSITION</a>, <a href="StormParserImplConstants.html#PARAMETER_SPECIFIC_CATALOG">PARAMETER_SPECIFIC_CATALOG</a>, <a href="StormParserImplConstants.html#PARAMETER_SPECIFIC_NAME">PARAMETER_SPECIFIC_NAME</a>, <a href="StormParserImplConstants.html#PARAMETER_SPECIFIC_SCHEMA">PARAMETER_SPECIFIC_SCHEMA</a>, <a href="StormParserImplConstants.html#PARTIAL">PARTIAL</a>, <a href="StormParserImplConstants.html#PARTITION">PARTITION</a>, <a href="StormParserImplConstants.html#PASCAL">PASCAL</a>, <a href="StormParserImplConstants.html#PASSTHROUGH">PASSTHROUGH</a>, <a href="StormParserImplConstants.html#PAST">PAST</a>, <a href="StormParserImplConstants.html#PATH">PATH</a>, <a href="StormParserImplConstants.html#PATTERN">PATTERN</a>, <a href="StormParserImplConstants.html#PER">PER</a>, <a href="StormParserImplConstants.html#PERCENT">PERCENT</a>, <a href="StormParserImplConstants.html#PERCENT_RANK">PERCENT_RANK</a>, <a href="StormParserImplConstants.html#PERCENT_REMAINDER">PERCENT_REMAINDER</a>, <a href="StormParserImplConstants.html#PERCENTILE_CONT">PERCENTILE_CONT</a>, <a href="StormParserImplConstants.html#PERCENTILE_DISC">PERCENTILE_DISC</a>, <a href="StormParserImplConstants.html#PERIOD">PERIOD</a>, <a href="StormParserImplConstants.html#PERMUTE">PERMUTE</a>, <a href="StormParserImplConstants.html#PLACING">PLACING</a>, <a href="StormParserImplConstants.html#PLAN">PLAN</a>, <a href="StormParserImplConstants.html#PLI">PLI</a>, <a href="StormParserImplConstants.html#PLUS">PLUS</a>, <a href="StormParserImplConstants.html#PORTION">PORTION</a>, <a href="StormParserImplConstants.html#POSITION">POSITION</a>, <a href="StormParserImplConstants.html#POSITION_REGEX">POSITION_REGEX</a>, <a href="StormParserImplConstants.html#POWER">POWER</a>, <a href="StormParserImplConstants.html#PRECEDES">PRECEDES</a>, <a href="StormParserImplConstants.html#PRECEDING">PRECEDING</a>, <a href="StormParserImplConstants.html#PRECISION">PRECISION</a>, <a href="StormParserImplConstants.html#PREFIXED_STRING_LITERAL">PREFIXED_STRING_LITERAL</a>, <a href="StormParserImplConstants.html#PREPARE">PREPARE</a>, <a href="StormParserImplConstants.html#PRESERVE">PRESERVE</a>, <a href="StormParserImplConstants.html#PREV">PREV</a>, <a href="StormParserImplConstants.html#PRIMARY">PRIMARY</a>, <a href="StormParserImplConstants.html#PRIOR">PRIOR</a>, <a href="StormParserImplConstants.html#PRIVILEGES">PRIVILEGES</a>, <a href="StormParserImplConstants.html#PROCEDURE">PROCEDURE</a>, <a href="StormParserImplConstants.html#PUBLIC">PUBLIC</a>, <a href="StormParserImplConstants.html#QUARTER">QUARTER</a>, <a href="StormParserImplConstants.html#QUOTE">QUOTE</a>, <a href="StormParserImplConstants.html#QUOTED_IDENTIFIER">QUOTED_IDENTIFIER</a>, <a href="StormParserImplConstants.html#QUOTED_STRING">QUOTED_STRING</a>, <a href="StormParserImplConstants.html#RANGE">RANGE</a>, <a href="StormParserImplConstants.html#RANK">RANK</a>, <a href="StormParserImplConstants.html#RBRACE">RBRACE</a>, <a href="StormParserImplConstants.html#RBRACKET">RBRACKET</a>, <a href="StormParserImplConstants.html#READ">READ</a>, <a href="StormParserImplConstants.html#READS">READS</a>, <a href="StormParserImplConstants.html#REAL">REAL</a>, <a href="StormParserImplConstants.html#RECURSIVE">RECURSIVE</a>, <a href="StormParserImplConstants.html#REF">REF</a>, <a href="StormParserImplConstants.html#REFERENCES">REFERENCES</a>, <a href="StormParserImplConstants.html#REFERENCING">REFERENCING</a>, <a href="StormParserImplConstants.html#REGR_AVGX">REGR_AVGX</a>, <a href="StormParserImplConstants.html#REGR_AVGY">REGR_AVGY</a>, <a href="StormParserImplConstants.html#REGR_COUNT">REGR_COUNT</a>, <a href="StormParserImplConstants.html#REGR_INTERCEPT">REGR_INTERCEPT</a>, <a href="StormParserImplConstants.html#REGR_R2">REGR_R2</a>, <a href="StormParserImplConstants.html#REGR_SLOPE">REGR_SLOPE</a>, <a href="StormParserImplConstants.html#REGR_SXX">REGR_SXX</a>, <a href="StormParserImplConstants.html#REGR_SXY">REGR_SXY</a>, <a href="StormParserImplConstants.html#REGR_SYY">REGR_SYY</a>, <a href="StormParserImplConstants.html#RELATIVE">RELATIVE</a>, <a href="StormParserImplConstants.html#RELEASE">RELEASE</a>, <a href="StormParserImplConstants.html#REPEATABLE">REPEATABLE</a>, <a href="StormParserImplConstants.html#REPLACE">REPLACE</a>, <a href="StormParserImplConstants.html#RESET">RESET</a>, <a href="StormParserImplConstants.html#RESTART">RESTART</a>, <a href="StormParserImplConstants.html#RESTRICT">RESTRICT</a>, <a href="StormParserImplConstants.html#RESULT">RESULT</a>, <a href="StormParserImplConstants.html#RETURN">RETURN</a>, <a href="StormParserImplConstants.html#RETURNED_CARDINALITY">RETURNED_CARDINALITY</a>, <a href="StormParserImplConstants.html#RETURNED_LENGTH">RETURNED_LENGTH</a>, <a href="StormParserImplConstants.html#RETURNED_OCTET_LENGTH">RETURNED_OCTET_LENGTH</a>, <a href="StormParserImplConstants.html#RETURNED_SQLSTATE">RETURNED_SQLSTATE</a>, <a href="StormParserImplConstants.html#RETURNS">RETURNS</a>, <a href="StormParserImplConstants.html#REVOKE">REVOKE</a>, <a href="StormParserImplConstants.html#RIGHT">RIGHT</a>, <a href="StormParserImplConstants.html#ROLE">ROLE</a>, <a href="StormParserImplConstants.html#ROLLBACK">ROLLBACK</a>, <a href="StormParserImplConstants.html#ROLLUP">ROLLUP</a>, <a href="StormParserImplConstants.html#ROUTINE">ROUTINE</a>, <a href="StormParserImplConstants.html#ROUTINE_CATALOG">ROUTINE_CATALOG</a>, <a href="StormParserImplConstants.html#ROUTINE_NAME">ROUTINE_NAME</a>, <a href="StormParserImplConstants.html#ROUTINE_SCHEMA">ROUTINE_SCHEMA</a>, <a href="StormParserImplConstants.html#ROW">ROW</a>, <a href="StormParserImplConstants.html#ROW_COUNT">ROW_COUNT</a>, <a href="StormParserImplConstants.html#ROW_NUMBER">ROW_NUMBER</a>, <a href="StormParserImplConstants.html#ROWS">ROWS</a>, <a href="StormParserImplConstants.html#RPAREN">RPAREN</a>, <a href="StormParserImplConstants.html#RUNNING">RUNNING</a>, <a href="StormParserImplConstants.html#SAVEPOINT">SAVEPOINT</a>, <a href="StormParserImplConstants.html#SCALE">SCALE</a>, <a href="StormParserImplConstants.html#SCHEMA">SCHEMA</a>, <a href="StormParserImplConstants.html#SCHEMA_NAME">SCHEMA_NAME</a>, <a href="StormParserImplConstants.html#SCOPE">SCOPE</a>, <a href="StormParserImplConstants.html#SCOPE_CATALOGS">SCOPE_CATALOGS</a>, <a href="StormParserImplConstants.html#SCOPE_NAME">SCOPE_NAME</a>, <a href="StormParserImplConstants.html#SCOPE_SCHEMA">SCOPE_SCHEMA</a>, <a href="StormParserImplConstants.html#SCROLL">SCROLL</a>, <a href="StormParserImplConstants.html#SEARCH">SEARCH</a>, <a href="StormParserImplConstants.html#SECOND">SECOND</a>, <a href="StormParserImplConstants.html#SECTION">SECTION</a>, <a href="StormParserImplConstants.html#SECURITY">SECURITY</a>, <a href="StormParserImplConstants.html#SEEK">SEEK</a>, <a href="StormParserImplConstants.html#SELECT">SELECT</a>, <a href="StormParserImplConstants.html#SELF">SELF</a>, <a href="StormParserImplConstants.html#SEMICOLON">SEMICOLON</a>, <a href="StormParserImplConstants.html#SENSITIVE">SENSITIVE</a>, <a href="StormParserImplConstants.html#SEQUENCE">SEQUENCE</a>, <a href="StormParserImplConstants.html#SERIALIZABLE">SERIALIZABLE</a>, <a href="StormParserImplConstants.html#SERVER">SERVER</a>, <a href="StormParserImplConstants.html#SERVER_NAME">SERVER_NAME</a>, <a href="StormParserImplConstants.html#SESSION">SESSION</a>, <a href="StormParserImplConstants.html#SESSION_USER">SESSION_USER</a>, <a href="StormParserImplConstants.html#SET">SET</a>, <a href="StormParserImplConstants.html#SET_MINUS">SET_MINUS</a>, <a href="StormParserImplConstants.html#SETS">SETS</a>, <a href="StormParserImplConstants.html#SHOW">SHOW</a>, <a href="StormParserImplConstants.html#SIMILAR">SIMILAR</a>, <a href="StormParserImplConstants.html#SIMPLE">SIMPLE</a>, <a href="StormParserImplConstants.html#SINGLE_LINE_COMMENT">SINGLE_LINE_COMMENT</a>, <a href="StormParserImplConstants.html#SIZE">SIZE</a>, <a href="StormParserImplConstants.html#SKIP_">SKIP_</a>, <a href="StormParserImplConstants.html#SLASH">SLASH</a>, <a href="StormParserImplConstants.html#SMALLINT">SMALLINT</a>, <a href="StormParserImplConstants.html#SOME">SOME</a>, <a href="StormParserImplConstants.html#SOURCE">SOURCE</a>, <a href="StormParserImplConstants.html#SPACE">SPACE</a>, <a href="StormParserImplConstants.html#SPECIFIC">SPECIFIC</a>, <a href="StormParserImplConstants.html#SPECIFIC_NAME">SPECIFIC_NAME</a>, <a href="StormParserImplConstants.html#SPECIFICTYPE">SPECIFICTYPE</a>, <a href="StormParserImplConstants.html#SQL">SQL</a>, <a href="StormParserImplConstants.html#SQL_BIGINT">SQL_BIGINT</a>, <a href="StormParserImplConstants.html#SQL_BINARY">SQL_BINARY</a>, <a href="StormParserImplConstants.html#SQL_BIT">SQL_BIT</a>, <a href="StormParserImplConstants.html#SQL_BLOB">SQL_BLOB</a>, <a href="StormParserImplConstants.html#SQL_BOOLEAN">SQL_BOOLEAN</a>, <a href="StormParserImplConstants.html#SQL_CHAR">SQL_CHAR</a>, <a href="StormParserImplConstants.html#SQL_CLOB">SQL_CLOB</a>, <a href="StormParserImplConstants.html#SQL_DATE">SQL_DATE</a>, <a href="StormParserImplConstants.html#SQL_DECIMAL">SQL_DECIMAL</a>, <a href="StormParserImplConstants.html#SQL_DOUBLE">SQL_DOUBLE</a>, <a href="StormParserImplConstants.html#SQL_FLOAT">SQL_FLOAT</a>, <a href="StormParserImplConstants.html#SQL_INTEGER">SQL_INTEGER</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_DAY">SQL_INTERVAL_DAY</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_DAY_TO_HOUR">SQL_INTERVAL_DAY_TO_HOUR</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_DAY_TO_MINUTE">SQL_INTERVAL_DAY_TO_MINUTE</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_DAY_TO_SECOND">SQL_INTERVAL_DAY_TO_SECOND</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_HOUR">SQL_INTERVAL_HOUR</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_HOUR_TO_MINUTE">SQL_INTERVAL_HOUR_TO_MINUTE</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_HOUR_TO_SECOND">SQL_INTERVAL_HOUR_TO_SECOND</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_MINUTE">SQL_INTERVAL_MINUTE</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_MINUTE_TO_SECOND">SQL_INTERVAL_MINUTE_TO_SECOND</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_MONTH">SQL_INTERVAL_MONTH</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_SECOND">SQL_INTERVAL_SECOND</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_YEAR">SQL_INTERVAL_YEAR</a>, <a href="StormParserImplConstants.html#SQL_INTERVAL_YEAR_TO_MONTH">SQL_INTERVAL_YEAR_TO_MONTH</a>, <a href="StormParserImplConstants.html#SQL_LONGVARBINARY">SQL_LONGVARBINARY</a>, <a href="StormParserImplConstants.html#SQL_LONGVARCHAR">SQL_LONGVARCHAR</a>, <a href="StormParserImplConstants.html#SQL_LONGVARNCHAR">SQL_LONGVARNCHAR</a>, <a href="StormParserImplConstants.html#SQL_NCHAR">SQL_NCHAR</a>, <a href="StormParserImplConstants.html#SQL_NCLOB">SQL_NCLOB</a>, <a href="StormParserImplConstants.html#SQL_NUMERIC">SQL_NUMERIC</a>, <a href="StormParserImplConstants.html#SQL_NVARCHAR">SQL_NVARCHAR</a>, <a href="StormParserImplConstants.html#SQL_REAL">SQL_REAL</a>, <a href="StormParserImplConstants.html#SQL_SMALLINT">SQL_SMALLINT</a>, <a href="StormParserImplConstants.html#SQL_TIME">SQL_TIME</a>, <a href="StormParserImplConstants.html#SQL_TIMESTAMP">SQL_TIMESTAMP</a>, <a href="StormParserImplConstants.html#SQL_TINYINT">SQL_TINYINT</a>, <a href="StormParserImplConstants.html#SQL_TSI_DAY">SQL_TSI_DAY</a>, <a href="StormParserImplConstants.html#SQL_TSI_FRAC_SECOND">SQL_TSI_FRAC_SECOND</a>, <a href="StormParserImplConstants.html#SQL_TSI_HOUR">SQL_TSI_HOUR</a>, <a href="StormParserImplConstants.html#SQL_TSI_MICROSECOND">SQL_TSI_MICROSECOND</a>, <a href="StormParserImplConstants.html#SQL_TSI_MINUTE">SQL_TSI_MINUTE</a>, <a href="StormParserImplConstants.html#SQL_TSI_MONTH">SQL_TSI_MONTH</a>, <a href="StormParserImplConstants.html#SQL_TSI_QUARTER">SQL_TSI_QUARTER</a>, <a href="StormParserImplConstants.html#SQL_TSI_SECOND">SQL_TSI_SECOND</a>, <a href="StormParserImplConstants.html#SQL_TSI_WEEK">SQL_TSI_WEEK</a>, <a href="StormParserImplConstants.html#SQL_TSI_YEAR">SQL_TSI_YEAR</a>, <a href="StormParserImplConstants.html#SQL_VARBINARY">SQL_VARBINARY</a>, <a href="StormParserImplConstants.html#SQL_VARCHAR">SQL_VARCHAR</a>, <a href="StormParserImplConstants.html#SQLEXCEPTION">SQLEXCEPTION</a>, <a href="StormParserImplConstants.html#SQLSTATE">SQLSTATE</a>, <a href="StormParserImplConstants.html#SQLWARNING">SQLWARNING</a>, <a href="StormParserImplConstants.html#SQRT">SQRT</a>, <a href="StormParserImplConstants.html#STAR">STAR</a>, <a href="StormParserImplConstants.html#START">START</a>, <a href="StormParserImplConstants.html#STATE">STATE</a>, <a href="StormParserImplConstants.html#STATEMENT">STATEMENT</a>, <a href="StormParserImplConstants.html#STATIC">STATIC</a>, <a href="StormParserImplConstants.html#STDDEV_POP">STDDEV_POP</a>, <a href="StormParserImplConstants.html#STDDEV_SAMP">STDDEV_SAMP</a>, <a href="StormParserImplConstants.html#STORED">STORED</a>, <a href="StormParserImplConstants.html#STREAM">STREAM</a>, <a href="StormParserImplConstants.html#STRUCTURE">STRUCTURE</a>, <a href="StormParserImplConstants.html#STYLE">STYLE</a>, <a href="StormParserImplConstants.html#SUBCLASS_ORIGIN">SUBCLASS_ORIGIN</a>, <a href="StormParserImplConstants.html#SUBMULTISET">SUBMULTISET</a>, <a href="StormParserImplConstants.html#SUBSET">SUBSET</a>, <a href="StormParserImplConstants.html#SUBSTITUTE">SUBSTITUTE</a>, <a href="StormParserImplConstants.html#SUBSTRING">SUBSTRING</a>, <a href="StormParserImplConstants.html#SUBSTRING_REGEX">SUBSTRING_REGEX</a>, <a href="StormParserImplConstants.html#SUCCEEDS">SUCCEEDS</a>, <a href="StormParserImplConstants.html#SUM">SUM</a>, <a href="StormParserImplConstants.html#SYMMETRIC">SYMMETRIC</a>, <a href="StormParserImplConstants.html#SYSTEM">SYSTEM</a>, <a href="StormParserImplConstants.html#SYSTEM_TIME">SYSTEM_TIME</a>, <a href="StormParserImplConstants.html#SYSTEM_USER">SYSTEM_USER</a>, <a href="StormParserImplConstants.html#TABLE">TABLE</a>, <a href="StormParserImplConstants.html#TABLE_NAME">TABLE_NAME</a>, <a href="StormParserImplConstants.html#TABLESAMPLE">TABLESAMPLE</a>, <a href="StormParserImplConstants.html#TBLPROPERTIES">TBLPROPERTIES</a>, <a href="StormParserImplConstants.html#TEMPORARY">TEMPORARY</a>, <a href="StormParserImplConstants.html#THEN">THEN</a>, <a href="StormParserImplConstants.html#TIES">TIES</a>, <a href="StormParserImplConstants.html#TIME">TIME</a>, <a href="StormParserImplConstants.html#TIMESTAMP">TIMESTAMP</a>, <a href="StormParserImplConstants.html#TIMESTAMPADD">TIMESTAMPADD</a>, <a href="StormParserImplConstants.html#TIMESTAMPDIFF">TIMESTAMPDIFF</a>, <a href="StormParserImplConstants.html#TIMEZONE_HOUR">TIMEZONE_HOUR</a>, <a href="StormParserImplConstants.html#TIMEZONE_MINUTE">TIMEZONE_MINUTE</a>, <a href="StormParserImplConstants.html#TINYINT">TINYINT</a>, <a href="StormParserImplConstants.html#TO">TO</a>, <a href="StormParserImplConstants.html#tokenImage">tokenImage</a>, <a href="StormParserImplConstants.html#TOP_LEVEL_COUNT">TOP_LEVEL_COUNT</a>, <a href="StormParserImplConstants.html#TRAILING">TRAILING</a>, <a href="StormParserImplConstants.html#TRANSACTION">TRANSACTION</a>, <a href="StormParserImplConstants.html#TRANSACTIONS_ACTIVE">TRANSACTIONS_ACTIVE</a>, <a href="StormParserImplConstants.html#TRANSACTIONS_COMMITTED">TRANSACTIONS_COMMITTED</a>, <a href="StormParserImplConstants.html#TRANSACTIONS_ROLLED_BACK">TRANSACTIONS_ROLLED_BACK</a>, <a href="StormParserImplConstants.html#TRANSFORM">TRANSFORM</a>, <a href="StormParserImplConstants.html#TRANSFORMS">TRANSFORMS</a>, <a href="StormParserImplConstants.html#TRANSLATE">TRANSLATE</a>, <a href="StormParserImplConstants.html#TRANSLATE_REGEX">TRANSLATE_REGEX</a>, <a href="StormParserImplConstants.html#TRANSLATION">TRANSLATION</a>, <a href="StormParserImplConstants.html#TREAT">TREAT</a>, <a href="StormParserImplConstants.html#TRIGGER">TRIGGER</a>, <a href="StormParserImplConstants.html#TRIGGER_CATALOG">TRIGGER_CATALOG</a>, <a href="StormParserImplConstants.html#TRIGGER_NAME">TRIGGER_NAME</a>, <a href="StormParserImplConstants.html#TRIGGER_SCHEMA">TRIGGER_SCHEMA</a>, <a href="StormParserImplConstants.html#TRIM">TRIM</a>, <a href="StormParserImplConstants.html#TRIM_ARRAY">TRIM_ARRAY</a>, <a href="StormParserImplConstants.html#TRUE">TRUE</a>, <a href="StormParserImplConstants.html#TRUNCATE">TRUNCATE</a>, <a href="StormParserImplConstants.html#TYPE">TYPE</a>, <a href="StormParserImplConstants.html#UESCAPE">UESCAPE</a>, <a href="StormParserImplConstants.html#UNBOUNDED">UNBOUNDED</a>, <a href="StormParserImplConstants.html#UNCOMMITTED">UNCOMMITTED</a>, <a href="StormParserImplConstants.html#UNDER">UNDER</a>, <a href="StormParserImplConstants.html#UNICODE_QUOTED_ESCAPE_CHAR">UNICODE_QUOTED_ESCAPE_CHAR</a>, <a href="StormParserImplConstants.html#UNICODE_QUOTED_IDENTIFIER">UNICODE_QUOTED_IDENTIFIER</a>, <a href="StormParserImplConstants.html#UNICODE_STRING_LITERAL">UNICODE_STRING_LITERAL</a>, <a href="StormParserImplConstants.html#UNION">UNION</a>, <a href="StormParserImplConstants.html#UNIQUE">UNIQUE</a>, <a href="StormParserImplConstants.html#UNKNOWN">UNKNOWN</a>, <a href="StormParserImplConstants.html#UNNAMED">UNNAMED</a>, <a href="StormParserImplConstants.html#UNNEST">UNNEST</a>, <a href="StormParserImplConstants.html#UNSIGNED_INTEGER_LITERAL">UNSIGNED_INTEGER_LITERAL</a>, <a href="StormParserImplConstants.html#UPDATE">UPDATE</a>, <a href="StormParserImplConstants.html#UPPER">UPPER</a>, <a href="StormParserImplConstants.html#UPSERT">UPSERT</a>, <a href="StormParserImplConstants.html#USAGE">USAGE</a>, <a href="StormParserImplConstants.html#USER">USER</a>, <a href="StormParserImplConstants.html#USER_DEFINED_TYPE_CATALOG">USER_DEFINED_TYPE_CATALOG</a>, <a href="StormParserImplConstants.html#USER_DEFINED_TYPE_CODE">USER_DEFINED_TYPE_CODE</a>, <a href="StormParserImplConstants.html#USER_DEFINED_TYPE_NAME">USER_DEFINED_TYPE_NAME</a>, <a href="StormParserImplConstants.html#USER_DEFINED_TYPE_SCHEMA">USER_DEFINED_TYPE_SCHEMA</a>, <a href="StormParserImplConstants.html#USING">USING</a>, <a href="StormParserImplConstants.html#VALUE">VALUE</a>, <a href="StormParserImplConstants.html#VALUE_OF">VALUE_OF</a>, <a href="StormParserImplConstants.html#VALUES">VALUES</a>, <a href="StormParserImplConstants.html#VAR_POP">VAR_POP</a>, <a href="StormParserImplConstants.html#VAR_SAMP">VAR_SAMP</a>, <a href="StormParserImplConstants.html#VARBINARY">VARBINARY</a>, <a href="StormParserImplConstants.html#VARCHAR">VARCHAR</a>, <a href="StormParserImplConstants.html#VARYING">VARYING</a>, <a href="StormParserImplConstants.html#VERSION">VERSION</a>, <a href="StormParserImplConstants.html#VERSIONING">VERSIONING</a>, <a href="StormParserImplConstants.html#VERTICAL_BAR">VERTICAL_BAR</a>, <a href="StormParserImplConstants.html#VIEW">VIEW</a>, <a href="StormParserImplConstants.html#WEEK">WEEK</a>, <a href="StormParserImplConstants.html#WHEN">WHEN</a>, <a href="StormParserImplConstants.html#WHENEVER">WHENEVER</a>, <a href="StormParserImplConstants.html#WHERE">WHERE</a>, <a href="StormParserImplConstants.html#WHITESPACE">WHITESPACE</a>, <a href="StormParserImplConstants.html#WIDTH_BUCKET">WIDTH_BUCKET</a>, <a href="StormParserImplConstants.html#WINDOW">WINDOW</a>, <a href="StormParserImplConstants.html#WITH">WITH</a>, <a href="StormParserImplConstants.html#WITHIN">WITHIN</a>, <a href="StormParserImplConstants.html#WITHOUT">WITHOUT</a>, <a href="StormParserImplConstants.html#WORK">WORK</a>, <a href="StormParserImplConstants.html#WRAPPER">WRAPPER</a>, <a href="StormParserImplConstants.html#WRITE">WRITE</a>, <a href="StormParserImplConstants.html#XML">XML</a>, <a href="StormParserImplConstants.html#YEAR">YEAR</a>, <a href="StormParserImplConstants.html#ZONE">ZONE</a></code></div>
</section>
</li>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(org.apache.storm.sql.parser.impl.SimpleCharStream)" class="member-name-link">StormParserImplTokenManager</a><wbr>(<a href="SimpleCharStream.html" title="class in org.apache.storm.sql.parser.impl">SimpleCharStream</a>&nbsp;stream)</code></div>
<div class="col-last even-row-color">
<div class="block">Constructor.</div>
</div>
<div class="col-constructor-name odd-row-color"><code><a href="#%3Cinit%3E(org.apache.storm.sql.parser.impl.SimpleCharStream,int)" class="member-name-link">StormParserImplTokenManager</a><wbr>(<a href="SimpleCharStream.html" title="class in org.apache.storm.sql.parser.impl">SimpleCharStream</a>&nbsp;stream,
int&nbsp;lexState)</code></div>
<div class="col-last odd-row-color">
<div class="block">Constructor.</div>
</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Token.html" title="class in org.apache.storm.sql.parser.impl">Token</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getNextToken()" class="member-name-link">getNextToken</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Get the next Token.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected <a href="Token.html" title="class in org.apache.storm.sql.parser.impl">Token</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#jjFillToken()" class="member-name-link">jjFillToken</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#ReInit(org.apache.storm.sql.parser.impl.SimpleCharStream)" class="member-name-link">ReInit</a><wbr>(<a href="SimpleCharStream.html" title="class in org.apache.storm.sql.parser.impl">SimpleCharStream</a>&nbsp;stream)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Reinitialise parser.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#ReInit(org.apache.storm.sql.parser.impl.SimpleCharStream,int)" class="member-name-link">ReInit</a><wbr>(<a href="SimpleCharStream.html" title="class in org.apache.storm.sql.parser.impl">SimpleCharStream</a>&nbsp;stream,
int&nbsp;lexState)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Reinitialise parser.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setDebugStream(java.io.PrintStream)" class="member-name-link">setDebugStream</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/PrintStream.html" title="class or interface in java.io" class="external-link">PrintStream</a>&nbsp;ds)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Set debug output.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#SwitchTo(int)" class="member-name-link">SwitchTo</a><wbr>(int&nbsp;lexState)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Switch to specified lex state.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="debugStream">
<h3>debugStream</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/PrintStream.html" title="class or interface in java.io" class="external-link">PrintStream</a></span>&nbsp;<span class="element-name">debugStream</span></div>
<div class="block">Debug output.</div>
</section>
</li>
<li>
<section class="detail" id="jjstrLiteralImages">
<h3>jjstrLiteralImages</h3>
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>[]</span>&nbsp;<span class="element-name">jjstrLiteralImages</span></div>
<div class="block">Token literal values.</div>
</section>
</li>
<li>
<section class="detail" id="lexStateNames">
<h3>lexStateNames</h3>
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>[]</span>&nbsp;<span class="element-name">lexStateNames</span></div>
<div class="block">Lexer state names.</div>
</section>
</li>
<li>
<section class="detail" id="jjnewLexState">
<h3>jjnewLexState</h3>
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type">int[]</span>&nbsp;<span class="element-name">jjnewLexState</span></div>
<div class="block">Lex State array.</div>
</section>
</li>
<li>
<section class="detail" id="input_stream">
<h3>input_stream</h3>
<div class="member-signature"><span class="modifiers">protected</span>&nbsp;<span class="return-type"><a href="SimpleCharStream.html" title="class in org.apache.storm.sql.parser.impl">SimpleCharStream</a></span>&nbsp;<span class="element-name">input_stream</span></div>
</section>
</li>
<li>
<section class="detail" id="curChar">
<h3>curChar</h3>
<div class="member-signature"><span class="modifiers">protected</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">curChar</span></div>
</section>
</li>
</ul>
</section>
</li>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;(org.apache.storm.sql.parser.impl.SimpleCharStream)">
<h3>StormParserImplTokenManager</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">StormParserImplTokenManager</span><wbr><span class="parameters">(<a href="SimpleCharStream.html" title="class in org.apache.storm.sql.parser.impl">SimpleCharStream</a>&nbsp;stream)</span></div>
<div class="block">Constructor.</div>
</section>
</li>
<li>
<section class="detail" id="&lt;init&gt;(org.apache.storm.sql.parser.impl.SimpleCharStream,int)">
<h3>StormParserImplTokenManager</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">StormParserImplTokenManager</span><wbr><span class="parameters">(<a href="SimpleCharStream.html" title="class in org.apache.storm.sql.parser.impl">SimpleCharStream</a>&nbsp;stream,
int&nbsp;lexState)</span></div>
<div class="block">Constructor.</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="setDebugStream(java.io.PrintStream)">
<h3>setDebugStream</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setDebugStream</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/PrintStream.html" title="class or interface in java.io" class="external-link">PrintStream</a>&nbsp;ds)</span></div>
<div class="block">Set debug output.</div>
</section>
</li>
<li>
<section class="detail" id="jjFillToken()">
<h3>jjFillToken</h3>
<div class="member-signature"><span class="modifiers">protected</span>&nbsp;<span class="return-type"><a href="Token.html" title="class in org.apache.storm.sql.parser.impl">Token</a></span>&nbsp;<span class="element-name">jjFillToken</span>()</div>
</section>
</li>
<li>
<section class="detail" id="getNextToken()">
<h3>getNextToken</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Token.html" title="class in org.apache.storm.sql.parser.impl">Token</a></span>&nbsp;<span class="element-name">getNextToken</span>()</div>
<div class="block">Get the next Token.</div>
</section>
</li>
<li>
<section class="detail" id="ReInit(org.apache.storm.sql.parser.impl.SimpleCharStream)">
<h3>ReInit</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">ReInit</span><wbr><span class="parameters">(<a href="SimpleCharStream.html" title="class in org.apache.storm.sql.parser.impl">SimpleCharStream</a>&nbsp;stream)</span></div>
<div class="block">Reinitialise parser.</div>
</section>
</li>
<li>
<section class="detail" id="ReInit(org.apache.storm.sql.parser.impl.SimpleCharStream,int)">
<h3>ReInit</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">ReInit</span><wbr><span class="parameters">(<a href="SimpleCharStream.html" title="class in org.apache.storm.sql.parser.impl">SimpleCharStream</a>&nbsp;stream,
int&nbsp;lexState)</span></div>
<div class="block">Reinitialise parser.</div>
</section>
</li>
<li>
<section class="detail" id="SwitchTo(int)">
<h3>SwitchTo</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">SwitchTo</span><wbr><span class="parameters">(int&nbsp;lexState)</span></div>
<div class="block">Switch to specified lex state.</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>