Uses of Class
antlr.collections.impl.BitSet
-
Packages that use BitSet Package Description antlr antlr.actions.cpp antlr.actions.csharp antlr.actions.java antlr.actions.python antlr.collections.impl antlr.debug antlr.preprocessor -
-
Uses of BitSet in antlr
Fields in antlr declared as BitSet Modifier and Type Field Description static BitSetANTLRLexer. _tokenSet_0static BitSetANTLRParser. _tokenSet_0static BitSetANTLRTokdefLexer. _tokenSet_0static BitSetANTLRTokdefParser. _tokenSet_0static BitSetANTLRLexer. _tokenSet_1static BitSetANTLRParser. _tokenSet_1static BitSetANTLRTokdefLexer. _tokenSet_1static BitSetANTLRTokdefParser. _tokenSet_1static BitSetANTLRParser. _tokenSet_10static BitSetANTLRParser. _tokenSet_11static BitSetANTLRLexer. _tokenSet_2static BitSetANTLRParser. _tokenSet_2static BitSetANTLRTokdefLexer. _tokenSet_2static BitSetANTLRLexer. _tokenSet_3static BitSetANTLRParser. _tokenSet_3static BitSetANTLRTokdefLexer. _tokenSet_3static BitSetANTLRLexer. _tokenSet_4static BitSetANTLRParser. _tokenSet_4static BitSetANTLRLexer. _tokenSet_5static BitSetANTLRParser. _tokenSet_5static BitSetANTLRParser. _tokenSet_6static BitSetANTLRParser. _tokenSet_7static BitSetANTLRParser. _tokenSet_8static BitSetANTLRParser. _tokenSet_9protected BitSetLexerGrammar. charVocabularyprotected BitSetTokenStreamBasicFilter. discardMaskThe set of token types to discardprotected BitSetTokenStreamRewriteEngine. discardMaskWhich (whitespace) token(s) to throw out(package private) BitSetLookahead. epsilonDepthWhat k values were being computed when end of rule hit?(package private) BitSetLookahead. fsetactual bitset of the lookaheadprotected BitSetTokenStreamHiddenTokenFilter. hideMaskBitSetMismatchedCharException. setBitSetMismatchedTokenException. setMethods in antlr that return BitSet Modifier and Type Method Description BitSetANTLRParser. charSet()BitSetTokenStreamHiddenTokenFilter. getDiscardMask()BitSetTokenStreamHiddenTokenFilter. getHideMask()BitSetANTLRParser. setBlockElement()Methods in antlr with parameters of type BitSet Modifier and Type Method Description protected voidTool. checkForInvalidArguments(java.lang.String[] args, BitSet cmdLineArgValid)voidCharScanner. consumeUntil(BitSet set)Consume chars until one matches the given setvoidParser. consumeUntil(BitSet set)Consume tokens until one matches the given token setvoidTokenStreamBasicFilter. discard(BitSet mask)protected voidCppCodeGenerator. genCases(BitSet p)Generate a series of case statements that implement a BitSet test.protected voidCSharpCodeGenerator. genCases(BitSet p)Generate a series of case statements that implement a BitSet test.protected voidJavaCodeGenerator. genCases(BitSet p, int line)Generate a series of case statements that implement a BitSet test.protected voidPythonCodeGenerator. genCases(BitSet p)Generate a series of case statements that implement a BitSet test.protected voidCppCodeGenerator. genMatch(BitSet b)protected voidCSharpCodeGenerator. genMatch(BitSet b)protected voidJavaCodeGenerator. genMatch(BitSet b)protected voidPythonCodeGenerator. genMatch(BitSet b)protected java.lang.StringCppCodeGenerator. getLookaheadTestTerm(int k, BitSet p)Generate a depth==1 lookahead test expression given the BitSet.protected java.lang.StringCSharpCodeGenerator. getLookaheadTestTerm(int k, BitSet p)Generate a depth==1 lookahead test expression given the BitSet.protected java.lang.StringJavaCodeGenerator. getLookaheadTestTerm(int k, BitSet p)Generate a depth==1 lookahead test expression given the BitSet.protected java.lang.StringPythonCodeGenerator. getLookaheadTestTerm(int k, BitSet p)Generate a depth==1 lookahead test expression given the BitSet.voidTokenStreamHiddenTokenFilter. hide(BitSet mask)protected intCodeGenerator. markBitsetForGen(BitSet p)Add a bitset to the list of bitsets to be generated.voidCharScanner. match(BitSet b)voidParser. match(BitSet b)Make sure current lookahead symbol matches the given set Throw an exception upon mismatch, which is catch by either the error handler or by the syntactic predicate.voidTreeParser. match(AST t, BitSet b)Make sure current lookahead symbol matches the given set Throw an exception upon mismatch, which is catch by either the error handler or by the syntactic predicate.voidParser. recover(RecognitionException ex, BitSet tokenSet)voidANTLRGrammarParseBehavior. setCharVocabulary(BitSet b)voidDefineGrammarSymbols. setCharVocabulary(BitSet b)Set the character vocabulary for a lexervoidLexerGrammar. setCharVocabulary(BitSet b)Set the character vocabulary used by the lexerConstructors in antlr with parameters of type BitSet Constructor Description Lookahead(BitSet p)create a new lookahead set with the LL(1) set to the parameterMismatchedCharException(char c, BitSet set_, boolean matchNot, CharScanner scanner_)MismatchedTokenException(java.lang.String[] tokenNames_, AST node_, BitSet set_, boolean matchNot)MismatchedTokenException(java.lang.String[] tokenNames_, Token token_, BitSet set_, boolean matchNot, java.lang.String fileName_) -
Uses of BitSet in antlr.actions.cpp
Fields in antlr.actions.cpp declared as BitSet Modifier and Type Field Description static BitSetActionLexer. _tokenSet_0static BitSetActionLexer. _tokenSet_1static BitSetActionLexer. _tokenSet_10static BitSetActionLexer. _tokenSet_11static BitSetActionLexer. _tokenSet_12static BitSetActionLexer. _tokenSet_13static BitSetActionLexer. _tokenSet_14static BitSetActionLexer. _tokenSet_15static BitSetActionLexer. _tokenSet_16static BitSetActionLexer. _tokenSet_17static BitSetActionLexer. _tokenSet_18static BitSetActionLexer. _tokenSet_19static BitSetActionLexer. _tokenSet_2static BitSetActionLexer. _tokenSet_20static BitSetActionLexer. _tokenSet_21static BitSetActionLexer. _tokenSet_22static BitSetActionLexer. _tokenSet_23static BitSetActionLexer. _tokenSet_24static BitSetActionLexer. _tokenSet_25static BitSetActionLexer. _tokenSet_26static BitSetActionLexer. _tokenSet_3static BitSetActionLexer. _tokenSet_4static BitSetActionLexer. _tokenSet_5static BitSetActionLexer. _tokenSet_6static BitSetActionLexer. _tokenSet_7static BitSetActionLexer. _tokenSet_8static BitSetActionLexer. _tokenSet_9 -
Uses of BitSet in antlr.actions.csharp
Fields in antlr.actions.csharp declared as BitSet Modifier and Type Field Description static BitSetActionLexer. _tokenSet_0static BitSetActionLexer. _tokenSet_1static BitSetActionLexer. _tokenSet_10static BitSetActionLexer. _tokenSet_11static BitSetActionLexer. _tokenSet_12static BitSetActionLexer. _tokenSet_13static BitSetActionLexer. _tokenSet_14static BitSetActionLexer. _tokenSet_15static BitSetActionLexer. _tokenSet_16static BitSetActionLexer. _tokenSet_17static BitSetActionLexer. _tokenSet_18static BitSetActionLexer. _tokenSet_19static BitSetActionLexer. _tokenSet_2static BitSetActionLexer. _tokenSet_20static BitSetActionLexer. _tokenSet_21static BitSetActionLexer. _tokenSet_22static BitSetActionLexer. _tokenSet_23static BitSetActionLexer. _tokenSet_24static BitSetActionLexer. _tokenSet_25static BitSetActionLexer. _tokenSet_26static BitSetActionLexer. _tokenSet_3static BitSetActionLexer. _tokenSet_4static BitSetActionLexer. _tokenSet_5static BitSetActionLexer. _tokenSet_6static BitSetActionLexer. _tokenSet_7static BitSetActionLexer. _tokenSet_8static BitSetActionLexer. _tokenSet_9 -
Uses of BitSet in antlr.actions.java
Fields in antlr.actions.java declared as BitSet Modifier and Type Field Description static BitSetActionLexer. _tokenSet_0static BitSetActionLexer. _tokenSet_1static BitSetActionLexer. _tokenSet_10static BitSetActionLexer. _tokenSet_11static BitSetActionLexer. _tokenSet_12static BitSetActionLexer. _tokenSet_13static BitSetActionLexer. _tokenSet_14static BitSetActionLexer. _tokenSet_15static BitSetActionLexer. _tokenSet_16static BitSetActionLexer. _tokenSet_17static BitSetActionLexer. _tokenSet_18static BitSetActionLexer. _tokenSet_19static BitSetActionLexer. _tokenSet_2static BitSetActionLexer. _tokenSet_20static BitSetActionLexer. _tokenSet_21static BitSetActionLexer. _tokenSet_22static BitSetActionLexer. _tokenSet_23static BitSetActionLexer. _tokenSet_24static BitSetActionLexer. _tokenSet_25static BitSetActionLexer. _tokenSet_3static BitSetActionLexer. _tokenSet_4static BitSetActionLexer. _tokenSet_5static BitSetActionLexer. _tokenSet_6static BitSetActionLexer. _tokenSet_7static BitSetActionLexer. _tokenSet_8static BitSetActionLexer. _tokenSet_9 -
Uses of BitSet in antlr.actions.python
Fields in antlr.actions.python declared as BitSet Modifier and Type Field Description static BitSetActionLexer. _tokenSet_0static BitSetCodeLexer. _tokenSet_0static BitSetActionLexer. _tokenSet_1static BitSetCodeLexer. _tokenSet_1static BitSetActionLexer. _tokenSet_10static BitSetActionLexer. _tokenSet_11static BitSetActionLexer. _tokenSet_12static BitSetActionLexer. _tokenSet_13static BitSetActionLexer. _tokenSet_14static BitSetActionLexer. _tokenSet_15static BitSetActionLexer. _tokenSet_16static BitSetActionLexer. _tokenSet_17static BitSetActionLexer. _tokenSet_18static BitSetActionLexer. _tokenSet_19static BitSetActionLexer. _tokenSet_2static BitSetActionLexer. _tokenSet_20static BitSetActionLexer. _tokenSet_21static BitSetActionLexer. _tokenSet_22static BitSetActionLexer. _tokenSet_23static BitSetActionLexer. _tokenSet_24static BitSetActionLexer. _tokenSet_25static BitSetActionLexer. _tokenSet_3static BitSetActionLexer. _tokenSet_4static BitSetActionLexer. _tokenSet_5static BitSetActionLexer. _tokenSet_6static BitSetActionLexer. _tokenSet_7static BitSetActionLexer. _tokenSet_8static BitSetActionLexer. _tokenSet_9 -
Uses of BitSet in antlr.collections.impl
Methods in antlr.collections.impl that return BitSet Modifier and Type Method Description BitSetBitSet. and(BitSet a)BitSetBitSet. not()static BitSetBitSet. of(int el)BitSetBitSet. or(BitSet a)return this | a in a new setMethods in antlr.collections.impl with parameters of type BitSet Modifier and Type Method Description BitSetBitSet. and(BitSet a)voidBitSet. andInPlace(BitSet a)BitSetBitSet. or(BitSet a)return this | a in a new setvoidBitSet. orInPlace(BitSet a)booleanBitSet. subset(BitSet a)Is this contained within a?voidBitSet. subtractInPlace(BitSet a)Subtract the elements of 'a' from 'this' in-place. -
Uses of BitSet in antlr.debug
Methods in antlr.debug with parameters of type BitSet Modifier and Type Method Description voidParserEventSupport. fireMatch(char value, BitSet b, int guessing)voidParserEventSupport. fireMatch(int value, BitSet b, java.lang.String text, int guessing)voidParserEventSupport. fireMismatch(char value, BitSet b, int guessing)voidParserEventSupport. fireMismatch(int value, BitSet b, java.lang.String text, int guessing)voidDebuggingCharScanner. match(BitSet b)voidLLkDebuggingParser. match(BitSet b)Make sure current lookahead symbol matches the given set Throw an exception upon mismatch, which is catch by either the error handler or by the syntactic predicate.voidParseTreeDebugParser. match(BitSet bitSet) -
Uses of BitSet in antlr.preprocessor
Fields in antlr.preprocessor declared as BitSet Modifier and Type Field Description static BitSetPreprocessor. _tokenSet_0static BitSetPreprocessorLexer. _tokenSet_0static BitSetPreprocessor. _tokenSet_1static BitSetPreprocessorLexer. _tokenSet_1static BitSetPreprocessorLexer. _tokenSet_10static BitSetPreprocessor. _tokenSet_2static BitSetPreprocessorLexer. _tokenSet_2static BitSetPreprocessor. _tokenSet_3static BitSetPreprocessorLexer. _tokenSet_3static BitSetPreprocessor. _tokenSet_4static BitSetPreprocessorLexer. _tokenSet_4static BitSetPreprocessor. _tokenSet_5static BitSetPreprocessorLexer. _tokenSet_5static BitSetPreprocessor. _tokenSet_6static BitSetPreprocessorLexer. _tokenSet_6static BitSetPreprocessor. _tokenSet_7static BitSetPreprocessorLexer. _tokenSet_7static BitSetPreprocessor. _tokenSet_8static BitSetPreprocessorLexer. _tokenSet_8static BitSetPreprocessorLexer. _tokenSet_9
-