public abstract class QueryWithVariablesParser<VarType extends ISopremoType> extends AbstractQueryParser
DEFAULT_ERROR_MESSAGE, inputSuggestion, sinks| Constructor and Description |
|---|
QueryWithVariablesParser(org.antlr.runtime.TokenStream input) |
QueryWithVariablesParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
addScope() |
StackedRegistry<VarType,IRegistry<VarType>> |
getVariableRegistry()
Returns the variableRegistry.
|
void |
removeScope() |
addFunction, addFunction, addTypeAlias, coerce, createCheckedMethodCall, createCheckedMethodCall, explainUsage, findFormat, findInputPropertyRelunctantly, findOperatorGreedily, findPropertyGreedily, findPropertyRelunctantly, getConstantRegistry, getContext, getDefaultFileFormat, getFileFormatRegistry, getFunctionRegistry, getNameChooserProvider, getOperatorInfo, getOperatorRegistry, getPackageManager, getScope, getSopremoFunction, getTypeRegistry, makeFilePath, parse, parseInt, parseSinks, recoverFromMismatchedSet, recoverFromMismatchedTokengetCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOutalreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getErrorMessage, getGrammarFileName, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, reportError, setBacktrackingLevel, toStrings, traceIn, traceOutpublic QueryWithVariablesParser(org.antlr.runtime.TokenStream input)
public QueryWithVariablesParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state)
public void addScope()
public StackedRegistry<VarType,IRegistry<VarType>> getVariableRegistry()
public void removeScope()
Copyright © 2011–2014. All rights reserved.