public abstract class GenericHiveLexer
extends org.antlr.runtime.Lexer
| Constructor and Description |
|---|
GenericHiveLexer() |
GenericHiveLexer(org.antlr.runtime.CharStream input) |
GenericHiveLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
| Modifier and Type | Method and Description |
|---|---|
protected Quotation |
allowQuotedId() |
void |
displayRecognitionError(String[] tokenNames,
org.antlr.runtime.RecognitionException e) |
abstract GenericHiveLexer[] |
getDelegates() |
String |
getErrorMessage(org.antlr.runtime.RecognitionException e,
String[] tokenNames) |
ArrayList<ParseError> |
getErrors() |
static GenericHiveLexer |
of(String statement,
org.apache.hadoop.conf.Configuration configuration) |
void |
setHiveConf(org.apache.hadoop.conf.Configuration hiveConf) |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getLine, getSourceName, getText, match, match, matchAny, matchRange, mTokens, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOutalreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getGrammarFileName, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOutpublic GenericHiveLexer()
public GenericHiveLexer(org.antlr.runtime.CharStream input)
public GenericHiveLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state)
public static GenericHiveLexer of(String statement, org.apache.hadoop.conf.Configuration configuration)
public void setHiveConf(org.apache.hadoop.conf.Configuration hiveConf)
public abstract GenericHiveLexer[] getDelegates()
protected Quotation allowQuotedId()
public void displayRecognitionError(String[] tokenNames, org.antlr.runtime.RecognitionException e)
displayRecognitionError in class org.antlr.runtime.BaseRecognizerpublic String getErrorMessage(org.antlr.runtime.RecognitionException e, String[] tokenNames)
getErrorMessage in class org.antlr.runtime.Lexerpublic ArrayList<ParseError> getErrors()
Copyright © 2022 The Apache Software Foundation. All rights reserved.