|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitSet | |
antlr | |
antlr.actions.cpp | |
antlr.actions.java | |
antlr.actions.sather | |
antlr.collections.impl | |
antlr.debug | |
antlr.preprocessor | |
javaprec | |
rom.interpreter.parser |
Uses of BitSet in antlr |
Fields in antlr declared as BitSet | |
private static BitSet |
Tool.cmdLineArgValid
|
protected BitSet |
TokenStreamHiddenTokenFilter.hideMask
|
protected BitSet |
TokenStreamBasicFilter.discardMask
The set of token types to discard |
BitSet |
MismatchedTokenException.set
|
BitSet |
MismatchedCharException.set
|
(package private) BitSet |
Lookahead.fset
actual bitset of the lookahead |
(package private) BitSet |
Lookahead.epsilonDepth
What k values were being computed when end of rule hit? |
protected BitSet |
LexerGrammar.charVocabulary
|
static BitSet |
ANTLRTokdefParser._tokenSet_0
|
static BitSet |
ANTLRTokdefParser._tokenSet_1
|
static BitSet |
ANTLRTokdefLexer._tokenSet_0
|
static BitSet |
ANTLRTokdefLexer._tokenSet_1
|
static BitSet |
ANTLRParser._tokenSet_0
|
static BitSet |
ANTLRParser._tokenSet_1
|
static BitSet |
ANTLRParser._tokenSet_2
|
static BitSet |
ANTLRParser._tokenSet_3
|
static BitSet |
ANTLRParser._tokenSet_4
|
static BitSet |
ANTLRParser._tokenSet_5
|
static BitSet |
ANTLRParser._tokenSet_6
|
static BitSet |
ANTLRParser._tokenSet_7
|
static BitSet |
ANTLRParser._tokenSet_8
|
static BitSet |
ANTLRParser._tokenSet_9
|
static BitSet |
ANTLRParser._tokenSet_10
|
static BitSet |
ANTLRParser._tokenSet_11
|
static BitSet |
ANTLRLexer._tokenSet_0
|
static BitSet |
ANTLRLexer._tokenSet_1
|
static BitSet |
ANTLRLexer._tokenSet_2
|
Methods in antlr that return BitSet | |
BitSet |
TokenStreamHiddenTokenFilter.getDiscardMask()
|
BitSet |
TokenStreamHiddenTokenFilter.getHideMask()
|
BitSet |
ANTLRParser.charSet()
|
BitSet |
ANTLRParser.setBlockElement()
|
Methods in antlr with parameters of type BitSet | |
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. |
private static void |
Tool.checkForInvalidArguments(java.lang.String[] args,
BitSet cmdLineArgValid)
|
void |
TokenStreamHiddenTokenFilter.hide(BitSet mask)
|
void |
TokenStreamBasicFilter.discard(BitSet mask)
|
protected void |
SatherCodeGenerator.genCases(BitSet p)
Generate a series of case statements that implement a BitSet test. |
protected void |
SatherCodeGenerator.genMatch(BitSet b)
|
protected java.lang.String |
SatherCodeGenerator.getLookaheadTestTerm(int k,
BitSet p)
Generate a depth==1 lookahead test expression given the BitSet. |
java.lang.String |
SatherCharFormatter.BitSet2BoolList(BitSet bs,
java.lang.String separator)
|
java.lang.String |
SatherCharFormatter.BitSet2IntList(BitSet bs,
java.lang.String separator)
|
void |
Parser.consumeUntil(BitSet set)
Consume tokens until one matches the given token set |
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. |
private void |
LLkAnalyzer.removeCompetingPredictionSets(BitSet b,
AlternativeElement el)
Remove the prediction sets from preceding alternatives and follow set, but *only* if this element is the first element of the alternative. |
void |
LexerGrammar.setCharVocabulary(BitSet b)
Set the character vocabulary used by the lexer |
protected void |
JavaCodeGenerator.genCases(BitSet p)
Generate a series of case statements that implement a BitSet test. |
protected void |
JavaCodeGenerator.genMatch(BitSet b)
|
protected java.lang.String |
JavaCodeGenerator.getLookaheadTestTerm(int k,
BitSet p)
Generate a depth==1 lookahead test expression given the BitSet. |
void |
DefineGrammarSymbols.setCharVocabulary(BitSet b)
Set the character vocabulary for a lexer |
protected void |
CppCodeGenerator.genCases(BitSet p)
Generate a series of case statements that implement a BitSet test. |
protected void |
CppCodeGenerator.genMatch(BitSet b)
|
protected java.lang.String |
CppCodeGenerator.getLookaheadTestTerm(int k,
BitSet p)
Generate a depth==1 lookahead test expression given the BitSet. |
protected int |
CodeGenerator.markBitsetForGen(BitSet p)
Add a bitset to the list of bitsets to be generated. |
void |
CharScanner.consumeUntil(BitSet set)
Consume chars until one matches the given set |
void |
CharScanner.match(BitSet b)
|
void |
ANTLRGrammarParseBehavior.setCharVocabulary(BitSet b)
|
Constructors in antlr with parameters of type BitSet | |
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)
|
|
MismatchedCharException(char c,
BitSet set_,
boolean matchNot,
CharScanner scanner)
|
|
Lookahead(BitSet p)
create a new lookahead set with the LL(1) set to the parameter |
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_2
|
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
|
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_20
|
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_2
|
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
|
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
|
Uses of BitSet in antlr.actions.sather |
Fields in antlr.actions.sather declared as BitSet | |
static BitSet |
ActionLexer._tokenSet_0
|
static BitSet |
ActionLexer._tokenSet_1
|
static BitSet |
ActionLexer._tokenSet_2
|
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
|
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
|
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,
java.lang.String text,
int guessing)
|
void |
ParserEventSupport.fireMismatch(char value,
BitSet b,
int guessing)
|
void |
ParserEventSupport.fireMismatch(int value,
BitSet b,
java.lang.String text,
int guessing)
|
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 |
DebuggingCharScanner.match(BitSet b)
|
Uses of BitSet in antlr.preprocessor |
Fields in antlr.preprocessor declared as BitSet | |
static BitSet |
PreprocessorLexer._tokenSet_0
|
static BitSet |
PreprocessorLexer._tokenSet_1
|
static BitSet |
PreprocessorLexer._tokenSet_2
|
static BitSet |
PreprocessorLexer._tokenSet_3
|
static BitSet |
PreprocessorLexer._tokenSet_4
|
static BitSet |
PreprocessorLexer._tokenSet_5
|
static BitSet |
PreprocessorLexer._tokenSet_6
|
static BitSet |
PreprocessorLexer._tokenSet_7
|
static BitSet |
PreprocessorLexer._tokenSet_8
|
static BitSet |
Preprocessor._tokenSet_0
|
static BitSet |
Preprocessor._tokenSet_1
|
static BitSet |
Preprocessor._tokenSet_2
|
static BitSet |
Preprocessor._tokenSet_3
|
static BitSet |
Preprocessor._tokenSet_4
|
static BitSet |
Preprocessor._tokenSet_5
|
static BitSet |
Preprocessor._tokenSet_6
|
static BitSet |
Preprocessor._tokenSet_7
|
Uses of BitSet in javaprec |
Fields in javaprec declared as BitSet | |
static BitSet |
JavaRecognizer._tokenSet_0
|
static BitSet |
JavaRecognizer._tokenSet_1
|
static BitSet |
JavaRecognizer._tokenSet_2
|
static BitSet |
JavaRecognizer._tokenSet_3
|
static BitSet |
JavaRecognizer._tokenSet_4
|
static BitSet |
JavaRecognizer._tokenSet_5
|
static BitSet |
JavaRecognizer._tokenSet_6
|
static BitSet |
JavaRecognizer._tokenSet_7
|
static BitSet |
JavaRecognizer._tokenSet_8
|
static BitSet |
JavaRecognizer._tokenSet_9
|
static BitSet |
JavaRecognizer._tokenSet_10
|
static BitSet |
JavaRecognizer._tokenSet_11
|
static BitSet |
JavaRecognizer._tokenSet_12
|
static BitSet |
JavaRecognizer._tokenSet_13
|
static BitSet |
JavaRecognizer._tokenSet_14
|
static BitSet |
JavaRecognizer._tokenSet_15
|
static BitSet |
JavaRecognizer._tokenSet_16
|
static BitSet |
JavaRecognizer._tokenSet_17
|
static BitSet |
JavaRecognizer._tokenSet_18
|
static BitSet |
JavaRecognizer._tokenSet_19
|
static BitSet |
JavaRecognizer._tokenSet_20
|
static BitSet |
JavaRecognizer._tokenSet_21
|
static BitSet |
JavaRecognizer._tokenSet_22
|
static BitSet |
JavaRecognizer._tokenSet_23
|
static BitSet |
JavaRecognizer._tokenSet_24
|
static BitSet |
JavaRecognizer._tokenSet_25
|
static BitSet |
JavaRecognizer._tokenSet_26
|
static BitSet |
JavaRecognizer._tokenSet_27
|
static BitSet |
JavaRecognizer._tokenSet_28
|
static BitSet |
JavaLexer._tokenSet_0
|
static BitSet |
JavaLexer._tokenSet_1
|
static BitSet |
JavaLexer._tokenSet_2
|
static BitSet |
JavaLexer._tokenSet_3
|
static BitSet |
JavaLexer._tokenSet_4
|
Uses of BitSet in rom.interpreter.parser |
Fields in rom.interpreter.parser declared as BitSet | |
static BitSet |
JavaRecognizer._tokenSet_0
|
static BitSet |
JavaRecognizer._tokenSet_1
|
static BitSet |
JavaRecognizer._tokenSet_2
|
static BitSet |
JavaRecognizer._tokenSet_3
|
static BitSet |
JavaRecognizer._tokenSet_4
|
static BitSet |
JavaRecognizer._tokenSet_5
|
static BitSet |
JavaRecognizer._tokenSet_6
|
static BitSet |
JavaRecognizer._tokenSet_7
|
static BitSet |
JavaRecognizer._tokenSet_8
|
static BitSet |
JavaRecognizer._tokenSet_9
|
static BitSet |
JavaRecognizer._tokenSet_10
|
static BitSet |
JavaRecognizer._tokenSet_11
|
static BitSet |
JavaRecognizer._tokenSet_12
|
static BitSet |
JavaRecognizer._tokenSet_13
|
static BitSet |
JavaRecognizer._tokenSet_14
|
static BitSet |
JavaRecognizer._tokenSet_15
|
static BitSet |
JavaRecognizer._tokenSet_16
|
static BitSet |
JavaRecognizer._tokenSet_17
|
static BitSet |
JavaRecognizer._tokenSet_18
|
static BitSet |
JavaRecognizer._tokenSet_19
|
static BitSet |
JavaRecognizer._tokenSet_20
|
static BitSet |
JavaRecognizer._tokenSet_21
|
static BitSet |
JavaRecognizer._tokenSet_22
|
static BitSet |
JavaRecognizer._tokenSet_23
|
static BitSet |
JavaRecognizer._tokenSet_24
|
static BitSet |
JavaRecognizer._tokenSet_25
|
static BitSet |
JavaRecognizer._tokenSet_26
|
static BitSet |
JavaRecognizer._tokenSet_27
|
static BitSet |
JavaRecognizer._tokenSet_28
|
static BitSet |
JavaRecognizer._tokenSet_29
|
static BitSet |
JavaRecognizer._tokenSet_30
|
static BitSet |
JavaRecognizer._tokenSet_31
|
static BitSet |
JavaRecognizer._tokenSet_32
|
static BitSet |
JavaRecognizer._tokenSet_33
|
static BitSet |
JavaRecognizer._tokenSet_34
|
static BitSet |
JavaRecognizer._tokenSet_35
|
static BitSet |
JavaRecognizer._tokenSet_36
|
static BitSet |
JavaRecognizer._tokenSet_37
|
static BitSet |
JavaRecognizer._tokenSet_38
|
static BitSet |
JavaRecognizer._tokenSet_39
|
static BitSet |
JavaRecognizer._tokenSet_40
|
static BitSet |
JavaRecognizer._tokenSet_41
|
static BitSet |
JavaRecognizer._tokenSet_42
|
static BitSet |
JavaRecognizer._tokenSet_43
|
static BitSet |
JavaRecognizer._tokenSet_44
|
static BitSet |
JavaRecognizer._tokenSet_45
|
static BitSet |
JavaRecognizer._tokenSet_46
|
static BitSet |
JavaRecognizer._tokenSet_47
|
static BitSet |
JavaRecognizer._tokenSet_48
|
static BitSet |
JavaRecognizer._tokenSet_49
|
static BitSet |
JavaRecognizer._tokenSet_50
|
static BitSet |
JavaRecognizer._tokenSet_51
|
static BitSet |
JavaRecognizer._tokenSet_52
|
static BitSet |
JavaRecognizer._tokenSet_53
|
static BitSet |
JavaRecognizer._tokenSet_54
|
static BitSet |
JavaRecognizer._tokenSet_55
|
static BitSet |
JavaRecognizer._tokenSet_56
|
static BitSet |
JavaRecognizer._tokenSet_57
|
static BitSet |
JavaRecognizer._tokenSet_58
|
static BitSet |
JavaRecognizer._tokenSet_59
|
static BitSet |
JavaRecognizer._tokenSet_60
|
static BitSet |
JavaRecognizer._tokenSet_61
|
static BitSet |
JavaRecognizer._tokenSet_62
|
static BitSet |
JavaRecognizer._tokenSet_63
|
static BitSet |
JavaRecognizer._tokenSet_64
|
static BitSet |
JavaRecognizer._tokenSet_65
|
static BitSet |
JavaRecognizer._tokenSet_66
|
static BitSet |
JavaRecognizer._tokenSet_67
|
static BitSet |
JavaRecognizer._tokenSet_68
|
static BitSet |
JavaRecognizer._tokenSet_69
|
static BitSet |
JavaLexer._tokenSet_0
|
static BitSet |
JavaLexer._tokenSet_1
|
static BitSet |
JavaLexer._tokenSet_2
|
static BitSet |
JavaLexer._tokenSet_3
|
static BitSet |
JavaLexer._tokenSet_4
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |