public class OslcSearchTermsParser
extends org.antlr.runtime.Parser
Modifier and Type | Class and Description |
---|---|
static class |
OslcSearchTermsParser.oslc_search_terms_return |
static class |
OslcSearchTermsParser.string_esc_return |
Modifier and Type | Field and Description |
---|---|
protected org.antlr.runtime.tree.TreeAdaptor |
adaptor |
static int |
COMMA |
static int |
ECHAR |
static int |
EOF |
static int |
EOL |
static org.antlr.runtime.BitSet |
FOLLOW_COMMA_in_oslc_search_terms71 |
static org.antlr.runtime.BitSet |
FOLLOW_string_esc_in_oslc_search_terms67 |
static org.antlr.runtime.BitSet |
FOLLOW_string_esc_in_oslc_search_terms73 |
static org.antlr.runtime.BitSet |
FOLLOW_STRING_LITERAL_in_string_esc104 |
static int |
STRING_LIST |
static int |
STRING_LITERAL |
static String[] |
tokenNames |
static int |
WS |
Constructor and Description |
---|
OslcSearchTermsParser(String searchTerms) |
OslcSearchTermsParser(org.antlr.runtime.TokenStream input) |
OslcSearchTermsParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
void |
displayRecognitionError(String[] tokenNames,
org.antlr.runtime.RecognitionException e) |
org.antlr.runtime.Parser[] |
getDelegates() |
List<String> |
getErrors() |
String |
getGrammarFileName() |
String[] |
getTokenNames() |
org.antlr.runtime.tree.TreeAdaptor |
getTreeAdaptor() |
OslcSearchTermsParser.oslc_search_terms_return |
oslc_search_terms() |
void |
setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor) |
OslcSearchTermsParser.string_esc_return |
string_esc() |
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getErrorMessage, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, reportError, setBacktrackingLevel, toStrings, traceIn, traceOut
public static final String[] tokenNames
public static final int EOF
public static final int COMMA
public static final int ECHAR
public static final int EOL
public static final int STRING_LIST
public static final int STRING_LITERAL
public static final int WS
protected org.antlr.runtime.tree.TreeAdaptor adaptor
public static final org.antlr.runtime.BitSet FOLLOW_string_esc_in_oslc_search_terms67
public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_oslc_search_terms71
public static final org.antlr.runtime.BitSet FOLLOW_string_esc_in_oslc_search_terms73
public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_string_esc104
public OslcSearchTermsParser(org.antlr.runtime.TokenStream input)
public OslcSearchTermsParser(org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state)
public OslcSearchTermsParser(String searchTerms)
public org.antlr.runtime.Parser[] getDelegates()
public void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()
public String[] getTokenNames()
getTokenNames
in class org.antlr.runtime.BaseRecognizer
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public void displayRecognitionError(String[] tokenNames, org.antlr.runtime.RecognitionException e)
displayRecognitionError
in class org.antlr.runtime.BaseRecognizer
public final OslcSearchTermsParser.oslc_search_terms_return oslc_search_terms() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final OslcSearchTermsParser.string_esc_return string_esc() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
Copyright © 2020. All rights reserved.