|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitSet | |
---|---|
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 | |
---|---|
static BitSet |
ANTLRTokdefLexer._tokenSet_0
|
static BitSet |
ANTLRParser._tokenSet_0
|
static BitSet |
ANTLRLexer._tokenSet_0
|
static BitSet |
ANTLRTokdefParser._tokenSet_0
|
static BitSet |
ANTLRTokdefLexer._tokenSet_1
|
static BitSet |
ANTLRParser._tokenSet_1
|
static BitSet |
ANTLRLexer._tokenSet_1
|
static BitSet |
ANTLRTokdefParser._tokenSet_1
|
static BitSet |
ANTLRParser._tokenSet_10
|
static BitSet |
ANTLRParser._tokenSet_11
|
static BitSet |
ANTLRTokdefLexer._tokenSet_2
|
static BitSet |
ANTLRParser._tokenSet_2
|
static BitSet |
ANTLRLexer._tokenSet_2
|
static BitSet |
ANTLRTokdefLexer._tokenSet_3
|
static BitSet |
ANTLRParser._tokenSet_3
|
static BitSet |
ANTLRLexer._tokenSet_3
|
static BitSet |
ANTLRParser._tokenSet_4
|
static BitSet |
ANTLRLexer._tokenSet_4
|
static BitSet |
ANTLRParser._tokenSet_5
|
static BitSet |
ANTLRLexer._tokenSet_5
|
static BitSet |
ANTLRParser._tokenSet_6
|
static BitSet |
ANTLRParser._tokenSet_7
|
static BitSet |
ANTLRParser._tokenSet_8
|
static BitSet |
ANTLRParser._tokenSet_9
|
protected BitSet |
LexerGrammar.charVocabulary
|
protected BitSet |
TokenStreamBasicFilter.discardMask
The set of token types to discard |
protected BitSet |
TokenStreamRewriteEngine.discardMask
Which (whitespace) token(s) to throw out |
(package private) BitSet |
Lookahead.epsilonDepth
What k values were being computed when end of rule hit? |
(package private) BitSet |
Lookahead.fset
actual bitset of the lookahead |
protected BitSet |
TokenStreamHiddenTokenFilter.hideMask
|
BitSet |
MismatchedTokenException.set
|
BitSet |
MismatchedCharException.set
|
Methods in antlr that return BitSet | |
---|---|
BitSet |
ANTLRParser.charSet()
|
BitSet |
TokenStreamHiddenTokenFilter.getDiscardMask()
|
BitSet |
TokenStreamHiddenTokenFilter.getHideMask()
|
BitSet |
ANTLRParser.setBlockElement()
|
Methods in antlr with parameters of type BitSet | |
---|---|
protected void |
Tool.checkForInvalidArguments(String[] args,
BitSet cmdLineArgValid)
|
void |
CharScanner.consumeUntil(BitSet set)
Consume chars until one matches the given set |
void |
Parser.consumeUntil(BitSet set)
Consume tokens until one matches the given token set |
void |
TokenStreamBasicFilter.discard(BitSet mask)
|
protected void |
PythonCodeGenerator.genCases(BitSet p)
Generate a series of case statements that implement a BitSet test. |
protected void |
CSharpCodeGenerator.genCases(BitSet p)
Generate a series of case statements that implement a BitSet test. |
protected void |
CppCodeGenerator.genCases(BitSet p)
Generate a series of case statements that implement a BitSet test. |
protected void |
JavaCodeGenerator.genCases(BitSet p,
int line)
Generate a series of case statements that implement a BitSet test. |
protected void |
JavaCodeGenerator.genMatch(BitSet b)
|
protected void |
PythonCodeGenerator.genMatch(BitSet b)
|
protected void |
CSharpCodeGenerator.genMatch(BitSet b)
|
protected void |
CppCodeGenerator.genMatch(BitSet b)
|
protected String |
JavaCodeGenerator.getLookaheadTestTerm(int k,
BitSet p)
Generate a depth==1 lookahead test expression given the BitSet. |
protected String |
PythonCodeGenerator.getLookaheadTestTerm(int k,
BitSet p)
Generate a depth==1 lookahead test expression given the BitSet. |
protected String |
CSharpCodeGenerator.getLookaheadTestTerm(int k,
BitSet p)
Generate a depth==1 lookahead test expression given the BitSet. |
protected String |
CppCodeGenerator.getLookaheadTestTerm(int k,
BitSet p)
Generate a depth==1 lookahead test expression given the BitSet. |
void |
TokenStreamHiddenTokenFilter.hide(BitSet mask)
|
protected int |
CodeGenerator.markBitsetForGen(BitSet p)
Add a bitset to the list of bitsets to be generated. |
void |
TreeParser.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. |
void |
CharScanner.match(BitSet b)
|
void |
Parser.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. |
void |
Parser.recover(RecognitionException ex,
BitSet tokenSet)
|
void |
ANTLRGrammarParseBehavior.setCharVocabulary(BitSet b)
|
void |
LexerGrammar.setCharVocabulary(BitSet b)
Set the character vocabulary used by the lexer |
void |
DefineGrammarSymbols.setCharVocabulary(BitSet b)
Set the character vocabulary for a lexer |
Constructors in antlr with parameters of type BitSet | |
---|---|
Lookahead(BitSet p)
create a new lookahead set with the LL(1) set to the parameter |
|
MismatchedCharException(char c,
BitSet set_,
boolean matchNot,
CharScanner scanner_)
|
|
MismatchedTokenException(String[] tokenNames_,
AST node_,
BitSet set_,
boolean matchNot)
|
|
MismatchedTokenException(String[] tokenNames_,
Token token_,
BitSet set_,
boolean matchNot,
String fileName_)
|
Uses of BitSet in antlr.actions.cpp |
---|
Fields in antlr.actions.cpp declared as BitSet | |
---|---|
static BitSet |
ActionLexer._tokenSet_0
|
static BitSet |
ActionLexer._tokenSet_1
|
static BitSet |
ActionLexer._tokenSet_10
|
static BitSet |
ActionLexer._tokenSet_11
|
static BitSet |
ActionLexer._tokenSet_12
|
static BitSet |
ActionLexer._tokenSet_13
|
static BitSet |
ActionLexer._tokenSet_14
|
static BitSet |
ActionLexer._tokenSet_15
|
static BitSet |
ActionLexer._tokenSet_16
|
static BitSet |
ActionLexer._tokenSet_17
|
static BitSet |
ActionLexer._tokenSet_18
|
static BitSet |
ActionLexer._tokenSet_19
|
static BitSet |
ActionLexer._tokenSet_2
|
static BitSet |
ActionLexer._tokenSet_20
|
static BitSet |
ActionLexer._tokenSet_21
|
static BitSet |
ActionLexer._tokenSet_22
|
static BitSet |
ActionLexer._tokenSet_23
|
static BitSet |
ActionLexer._tokenSet_24
|
static BitSet |
ActionLexer._tokenSet_25
|
static BitSet |
ActionLexer._tokenSet_26
|
static BitSet |
ActionLexer._tokenSet_3
|
static BitSet |
ActionLexer._tokenSet_4
|
static BitSet |
ActionLexer._tokenSet_5
|
static BitSet |
ActionLexer._tokenSet_6
|
static BitSet |
ActionLexer._tokenSet_7
|
static BitSet |
ActionLexer._tokenSet_8
|
static BitSet |
ActionLexer._tokenSet_9
|
Uses of BitSet in antlr.actions.csharp |
---|
Fields in antlr.actions.csharp declared as BitSet | |
---|---|
static BitSet |
ActionLexer._tokenSet_0
|
static BitSet |
ActionLexer._tokenSet_1
|
static BitSet |
ActionLexer._tokenSet_10
|
static BitSet |
ActionLexer._tokenSet_11
|
static BitSet |
ActionLexer._tokenSet_12
|
static BitSet |
ActionLexer._tokenSet_13
|
static BitSet |
ActionLexer._tokenSet_14
|
static BitSet |
ActionLexer._tokenSet_15
|
static BitSet |
ActionLexer._tokenSet_16
|
static BitSet |
ActionLexer._tokenSet_17
|
static BitSet |
ActionLexer._tokenSet_18
|
static BitSet |
ActionLexer._tokenSet_19
|
static BitSet |
ActionLexer._tokenSet_2
|
static BitSet |
ActionLexer._tokenSet_20
|
static BitSet |
ActionLexer._tokenSet_21
|
static BitSet |
ActionLexer._tokenSet_22
|
static BitSet |
ActionLexer._tokenSet_23
|
static BitSet |
ActionLexer._tokenSet_24
|
static BitSet |
ActionLexer._tokenSet_25
|
static BitSet |
ActionLexer._tokenSet_26
|
static BitSet |
ActionLexer._tokenSet_3
|
static BitSet |
ActionLexer._tokenSet_4
|
static BitSet |
ActionLexer._tokenSet_5
|
static BitSet |
ActionLexer._tokenSet_6
|
static BitSet |
ActionLexer._tokenSet_7
|
static BitSet |
ActionLexer._tokenSet_8
|
static BitSet |
ActionLexer._tokenSet_9
|
Uses of BitSet in antlr.actions.java |
---|
Fields in antlr.actions.java declared as BitSet | |
---|---|
static BitSet |
ActionLexer._tokenSet_0
|
static BitSet |
ActionLexer._tokenSet_1
|
static BitSet |
ActionLexer._tokenSet_10
|
static BitSet |
ActionLexer._tokenSet_11
|
static BitSet |
ActionLexer._tokenSet_12
|
static BitSet |
ActionLexer._tokenSet_13
|
static BitSet |
ActionLexer._tokenSet_14
|
static BitSet |
ActionLexer._tokenSet_15
|
static BitSet |
ActionLexer._tokenSet_16
|
static BitSet |
ActionLexer._tokenSet_17
|
static BitSet |
ActionLexer._tokenSet_18
|
static BitSet |
ActionLexer._tokenSet_19
|
static BitSet |
ActionLexer._tokenSet_2
|
static BitSet |
ActionLexer._tokenSet_20
|
static BitSet |
ActionLexer._tokenSet_21
|
static BitSet |
ActionLexer._tokenSet_22
|
static BitSet |
ActionLexer._tokenSet_23
|
static BitSet |
ActionLexer._tokenSet_24
|
static BitSet |
ActionLexer._tokenSet_25
|
static BitSet |
ActionLexer._tokenSet_3
|
static BitSet |
ActionLexer._tokenSet_4
|
static BitSet |
ActionLexer._tokenSet_5
|
static BitSet |
ActionLexer._tokenSet_6
|
static BitSet |
ActionLexer._tokenSet_7
|
static BitSet |
ActionLexer._tokenSet_8
|
static BitSet |
ActionLexer._tokenSet_9
|
Uses of BitSet in antlr.actions.python |
---|
Fields in antlr.actions.python declared as BitSet | |
---|---|
static BitSet |
CodeLexer._tokenSet_0
|
static BitSet |
ActionLexer._tokenSet_0
|
static BitSet |
CodeLexer._tokenSet_1
|
static BitSet |
ActionLexer._tokenSet_1
|
static BitSet |
ActionLexer._tokenSet_10
|
static BitSet |
ActionLexer._tokenSet_11
|
static BitSet |
ActionLexer._tokenSet_12
|
static BitSet |
ActionLexer._tokenSet_13
|
static BitSet |
ActionLexer._tokenSet_14
|
static BitSet |
ActionLexer._tokenSet_15
|
static BitSet |
ActionLexer._tokenSet_16
|
static BitSet |
ActionLexer._tokenSet_17
|
static BitSet |
ActionLexer._tokenSet_18
|
static BitSet |
ActionLexer._tokenSet_19
|
static BitSet |
ActionLexer._tokenSet_2
|
static BitSet |
ActionLexer._tokenSet_20
|
static BitSet |
ActionLexer._tokenSet_21
|
static BitSet |
ActionLexer._tokenSet_22
|
static BitSet |
ActionLexer._tokenSet_23
|
static BitSet |
ActionLexer._tokenSet_24
|
static BitSet |
ActionLexer._tokenSet_25
|
static BitSet |
ActionLexer._tokenSet_3
|
static BitSet |
ActionLexer._tokenSet_4
|
static BitSet |
ActionLexer._tokenSet_5
|
static BitSet |
ActionLexer._tokenSet_6
|
static BitSet |
ActionLexer._tokenSet_7
|
static BitSet |
ActionLexer._tokenSet_8
|
static BitSet |
ActionLexer._tokenSet_9
|
Uses of BitSet in antlr.collections.impl |
---|
Methods in antlr.collections.impl that return BitSet | |
---|---|
BitSet |
BitSet.and(BitSet a)
|
BitSet |
BitSet.not()
|
static BitSet |
BitSet.of(int el)
|
BitSet |
BitSet.or(BitSet a)
return this | a in a new set |
Methods in antlr.collections.impl with parameters of type BitSet | |
---|---|
BitSet |
BitSet.and(BitSet a)
|
void |
BitSet.andInPlace(BitSet a)
|
BitSet |
BitSet.or(BitSet a)
return this | a in a new set |
void |
BitSet.orInPlace(BitSet a)
|
boolean |
BitSet.subset(BitSet a)
Is this contained within a? |
void |
BitSet.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 | |
---|---|
void |
ParserEventSupport.fireMatch(char value,
BitSet b,
int guessing)
|
void |
ParserEventSupport.fireMatch(int value,
BitSet b,
String text,
int guessing)
|
void |
ParserEventSupport.fireMismatch(char value,
BitSet b,
int guessing)
|
void |
ParserEventSupport.fireMismatch(int value,
BitSet b,
String text,
int guessing)
|
void |
DebuggingCharScanner.match(BitSet b)
|
void |
LLkDebuggingParser.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. |
void |
ParseTreeDebugParser.match(BitSet bitSet)
|
Uses of BitSet in antlr.preprocessor |
---|
Fields in antlr.preprocessor declared as BitSet | |
---|---|
static BitSet |
PreprocessorLexer._tokenSet_0
|
static BitSet |
Preprocessor._tokenSet_0
|
static BitSet |
PreprocessorLexer._tokenSet_1
|
static BitSet |
Preprocessor._tokenSet_1
|
static BitSet |
PreprocessorLexer._tokenSet_10
|
static BitSet |
PreprocessorLexer._tokenSet_2
|
static BitSet |
Preprocessor._tokenSet_2
|
static BitSet |
PreprocessorLexer._tokenSet_3
|
static BitSet |
Preprocessor._tokenSet_3
|
static BitSet |
PreprocessorLexer._tokenSet_4
|
static BitSet |
Preprocessor._tokenSet_4
|
static BitSet |
PreprocessorLexer._tokenSet_5
|
static BitSet |
Preprocessor._tokenSet_5
|
static BitSet |
PreprocessorLexer._tokenSet_6
|
static BitSet |
Preprocessor._tokenSet_6
|
static BitSet |
PreprocessorLexer._tokenSet_7
|
static BitSet |
Preprocessor._tokenSet_7
|
static BitSet |
PreprocessorLexer._tokenSet_8
|
static BitSet |
Preprocessor._tokenSet_8
|
static BitSet |
PreprocessorLexer._tokenSet_9
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |