org.alfresco.repo.search.impl.parsers
Class CMIS_FTSParser
java.lang.Object
org.antlr.runtime.BaseRecognizer
org.antlr.runtime.Parser
org.alfresco.repo.search.impl.parsers.CMIS_FTSParser
public class CMIS_FTSParser
- extends org.antlr.runtime.Parser
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 |
CMIS_FTSParser(org.antlr.runtime.TokenStream input)
|
CMIS_FTSParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state)
|
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, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, reportError, setBacktrackingLevel, toStrings, traceIn, traceOut |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tokenNames
public static final java.lang.String[] tokenNames
EOF
public static final int EOF
- See Also:
- Constant Field Values
DISJUNCTION
public static final int DISJUNCTION
- See Also:
- Constant Field Values
CONJUNCTION
public static final int CONJUNCTION
- See Also:
- Constant Field Values
TERM
public static final int TERM
- See Also:
- Constant Field Values
PHRASE
public static final int PHRASE
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
EXCLUDE
public static final int EXCLUDE
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
FTSWORD
public static final int FTSWORD
- See Also:
- Constant Field Values
FTSPHRASE
public static final int FTSPHRASE
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
F_ESC
public static final int F_ESC
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
START_WORD
public static final int START_WORD
- See Also:
- Constant Field Values
IN_WORD
public static final int IN_WORD
- See Also:
- Constant Field Values
adaptor
protected org.antlr.runtime.tree.TreeAdaptor adaptor
FOLLOW_ftsCmisDisjunction_in_cmisFtsQuery194
public static final org.antlr.runtime.BitSet FOLLOW_ftsCmisDisjunction_in_cmisFtsQuery194
FOLLOW_EOF_in_cmisFtsQuery196
public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_cmisFtsQuery196
FOLLOW_ftsCmisConjunction_in_ftsCmisDisjunction252
public static final org.antlr.runtime.BitSet FOLLOW_ftsCmisConjunction_in_ftsCmisDisjunction252
FOLLOW_or_in_ftsCmisDisjunction255
public static final org.antlr.runtime.BitSet FOLLOW_or_in_ftsCmisDisjunction255
FOLLOW_ftsCmisConjunction_in_ftsCmisDisjunction257
public static final org.antlr.runtime.BitSet FOLLOW_ftsCmisConjunction_in_ftsCmisDisjunction257
FOLLOW_ftsCmisPrefixed_in_ftsCmisConjunction341
public static final org.antlr.runtime.BitSet FOLLOW_ftsCmisPrefixed_in_ftsCmisConjunction341
FOLLOW_cmisTest_in_ftsCmisPrefixed424
public static final org.antlr.runtime.BitSet FOLLOW_cmisTest_in_ftsCmisPrefixed424
FOLLOW_MINUS_in_ftsCmisPrefixed484
public static final org.antlr.runtime.BitSet FOLLOW_MINUS_in_ftsCmisPrefixed484
FOLLOW_cmisTest_in_ftsCmisPrefixed486
public static final org.antlr.runtime.BitSet FOLLOW_cmisTest_in_ftsCmisPrefixed486
FOLLOW_cmisTerm_in_cmisTest567
public static final org.antlr.runtime.BitSet FOLLOW_cmisTerm_in_cmisTest567
FOLLOW_cmisPhrase_in_cmisTest627
public static final org.antlr.runtime.BitSet FOLLOW_cmisPhrase_in_cmisTest627
FOLLOW_FTSWORD_in_cmisTerm717
public static final org.antlr.runtime.BitSet FOLLOW_FTSWORD_in_cmisTerm717
FOLLOW_FTSPHRASE_in_cmisPhrase770
public static final org.antlr.runtime.BitSet FOLLOW_FTSPHRASE_in_cmisPhrase770
FOLLOW_OR_in_or823
public static final org.antlr.runtime.BitSet FOLLOW_OR_in_or823
CMIS_FTSParser
public CMIS_FTSParser(org.antlr.runtime.TokenStream input)
CMIS_FTSParser
public CMIS_FTSParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state)
setTreeAdaptor
public void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
getTreeAdaptor
public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()
getTokenNames
public java.lang.String[] getTokenNames()
- Overrides:
getTokenNames
in class org.antlr.runtime.BaseRecognizer
getGrammarFileName
public java.lang.String getGrammarFileName()
- Overrides:
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
recoverFromMismatchedToken
protected java.lang.Object recoverFromMismatchedToken(org.antlr.runtime.IntStream input,
int ttype,
org.antlr.runtime.BitSet follow)
throws org.antlr.runtime.RecognitionException
- Overrides:
recoverFromMismatchedToken
in class org.antlr.runtime.BaseRecognizer
- Throws:
org.antlr.runtime.RecognitionException
recoverFromMismatchedSet
public java.lang.Object recoverFromMismatchedSet(org.antlr.runtime.IntStream input,
org.antlr.runtime.RecognitionException e,
org.antlr.runtime.BitSet follow)
throws org.antlr.runtime.RecognitionException
- Overrides:
recoverFromMismatchedSet
in class org.antlr.runtime.BaseRecognizer
- Throws:
org.antlr.runtime.RecognitionException
getErrorMessage
public java.lang.String getErrorMessage(org.antlr.runtime.RecognitionException e,
java.lang.String[] tokenNames)
- Overrides:
getErrorMessage
in class org.antlr.runtime.BaseRecognizer
getLongTokenErrorDisplay
public java.lang.String getLongTokenErrorDisplay(org.antlr.runtime.Token t)
getErrorString
public java.lang.String getErrorString(org.antlr.runtime.RecognitionException e)
cmisFtsQuery
public final CMIS_FTSParser.cmisFtsQuery_return cmisFtsQuery()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
ftsCmisDisjunction
public final CMIS_FTSParser.ftsCmisDisjunction_return ftsCmisDisjunction()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
ftsCmisConjunction
public final CMIS_FTSParser.ftsCmisConjunction_return ftsCmisConjunction()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
ftsCmisPrefixed
public final CMIS_FTSParser.ftsCmisPrefixed_return ftsCmisPrefixed()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
cmisTest
public final CMIS_FTSParser.cmisTest_return cmisTest()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
cmisTerm
public final CMIS_FTSParser.cmisTerm_return cmisTerm()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
cmisPhrase
public final CMIS_FTSParser.cmisPhrase_return cmisPhrase()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
or
public final CMIS_FTSParser.or_return or()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.