Package org.eclipse.lyo.core.query
Class OslcSearchTermsParser
java.lang.Object
org.antlr.runtime.BaseRecognizer
org.antlr.runtime.Parser
org.eclipse.lyo.core.query.OslcSearchTermsParser
public class OslcSearchTermsParser
extends org.antlr.runtime.Parser
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.antlr.runtime.tree.TreeAdaptor
static final int
static final int
static final int
static final int
static final org.antlr.runtime.BitSet
static final org.antlr.runtime.BitSet
static final org.antlr.runtime.BitSet
static final org.antlr.runtime.BitSet
static final int
static final int
static final String[]
static final int
Fields inherited from class org.antlr.runtime.Parser
input
Fields inherited from class org.antlr.runtime.BaseRecognizer
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
-
Constructor Summary
ConstructorsConstructorDescriptionOslcSearchTermsParser
(String searchTerms) OslcSearchTermsParser
(org.antlr.runtime.TokenStream input) OslcSearchTermsParser
(org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state) -
Method Summary
Modifier and TypeMethodDescriptionvoid
displayRecognitionError
(String[] tokenNames, org.antlr.runtime.RecognitionException e) org.antlr.runtime.Parser[]
String[]
org.antlr.runtime.tree.TreeAdaptor
void
setTreeAdaptor
(org.antlr.runtime.tree.TreeAdaptor adaptor) Methods inherited from class org.antlr.runtime.Parser
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut
Methods inherited from class org.antlr.runtime.BaseRecognizer
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
-
Field Details
-
tokenNames
-
EOF
public static final int EOF- See Also:
-
COMMA
public static final int COMMA- See Also:
-
ECHAR
public static final int ECHAR- See Also:
-
EOL
public static final int EOL- See Also:
-
STRING_LIST
public static final int STRING_LIST- See Also:
-
STRING_LITERAL
public static final int STRING_LITERAL- See Also:
-
WS
public static final int WS- See Also:
-
adaptor
protected org.antlr.runtime.tree.TreeAdaptor adaptor -
FOLLOW_string_esc_in_oslc_search_terms67
public static final org.antlr.runtime.BitSet FOLLOW_string_esc_in_oslc_search_terms67 -
FOLLOW_COMMA_in_oslc_search_terms71
public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_oslc_search_terms71 -
FOLLOW_string_esc_in_oslc_search_terms73
public static final org.antlr.runtime.BitSet FOLLOW_string_esc_in_oslc_search_terms73 -
FOLLOW_STRING_LITERAL_in_string_esc104
public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_string_esc104
-
-
Constructor Details
-
OslcSearchTermsParser
public OslcSearchTermsParser(org.antlr.runtime.TokenStream input) -
OslcSearchTermsParser
-
-
Method Details
-
getDelegates
public org.antlr.runtime.Parser[] getDelegates() -
setTreeAdaptor
public void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor) -
getTreeAdaptor
public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor() -
getTokenNames
- Overrides:
getTokenNames
in classorg.antlr.runtime.BaseRecognizer
-
getGrammarFileName
- Overrides:
getGrammarFileName
in classorg.antlr.runtime.BaseRecognizer
-
displayRecognitionError
- Overrides:
displayRecognitionError
in classorg.antlr.runtime.BaseRecognizer
-
getErrors
-
oslc_search_terms
public final OslcSearchTermsParser.oslc_search_terms_return oslc_search_terms() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
string_esc
public final OslcSearchTermsParser.string_esc_return string_esc() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-