|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitSet | |
---|---|
at.dms.compiler.tools.antlr.compiler | |
at.dms.compiler.tools.antlr.runtime | |
at.dms.compiler.tools.lexgen | |
at.dms.compiler.tools.msggen | |
at.dms.compiler.tools.optgen |
Uses of BitSet in at.dms.compiler.tools.antlr.compiler |
---|
Fields in at.dms.compiler.tools.antlr.compiler declared as BitSet | |
---|---|
static BitSet |
PreprocessorLexer._tokenSet_0
|
static BitSet |
Preprocessor._tokenSet_0
|
static BitSet |
ANTLRTokdefParser._tokenSet_0
|
static BitSet |
ANTLRTokdefLexer._tokenSet_0
|
static BitSet |
ANTLRParser._tokenSet_0
|
static BitSet |
ANTLRLexer._tokenSet_0
|
static BitSet |
ActionLexer._tokenSet_0
|
static BitSet |
PreprocessorLexer._tokenSet_1
|
static BitSet |
Preprocessor._tokenSet_1
|
static BitSet |
ANTLRTokdefParser._tokenSet_1
|
static BitSet |
ANTLRTokdefLexer._tokenSet_1
|
static BitSet |
ANTLRParser._tokenSet_1
|
static BitSet |
ANTLRLexer._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 |
PreprocessorLexer._tokenSet_2
|
static BitSet |
Preprocessor._tokenSet_2
|
static BitSet |
ANTLRParser._tokenSet_2
|
static BitSet |
ANTLRLexer._tokenSet_2
|
static BitSet |
ActionLexer._tokenSet_2
|
static BitSet |
PreprocessorLexer._tokenSet_3
|
static BitSet |
Preprocessor._tokenSet_3
|
static BitSet |
ANTLRParser._tokenSet_3
|
static BitSet |
ActionLexer._tokenSet_3
|
static BitSet |
PreprocessorLexer._tokenSet_4
|
static BitSet |
Preprocessor._tokenSet_4
|
static BitSet |
ANTLRParser._tokenSet_4
|
static BitSet |
ActionLexer._tokenSet_4
|
static BitSet |
PreprocessorLexer._tokenSet_5
|
static BitSet |
Preprocessor._tokenSet_5
|
static BitSet |
ANTLRParser._tokenSet_5
|
static BitSet |
ActionLexer._tokenSet_5
|
static BitSet |
PreprocessorLexer._tokenSet_6
|
static BitSet |
Preprocessor._tokenSet_6
|
static BitSet |
ANTLRParser._tokenSet_6
|
static BitSet |
ActionLexer._tokenSet_6
|
static BitSet |
PreprocessorLexer._tokenSet_7
|
static BitSet |
Preprocessor._tokenSet_7
|
static BitSet |
ANTLRParser._tokenSet_7
|
static BitSet |
ActionLexer._tokenSet_7
|
static BitSet |
PreprocessorLexer._tokenSet_8
|
static BitSet |
ANTLRParser._tokenSet_8
|
static BitSet |
ActionLexer._tokenSet_8
|
static BitSet |
ANTLRParser._tokenSet_9
|
static BitSet |
ActionLexer._tokenSet_9
|
Methods in at.dms.compiler.tools.antlr.compiler that return BitSet | |
---|---|
BitSet |
ANTLRParser.charSet()
|
BitSet |
ANTLRParser.setBlockElement()
|
Methods in at.dms.compiler.tools.antlr.compiler with parameters of type BitSet | |
---|---|
void |
DefineGrammarSymbols.setCharVocabulary(BitSet b)
Set the character vocabulary for a lexer |
void |
ANTLRGrammarParseBehavior.setCharVocabulary(BitSet b)
|
Constructors in at.dms.compiler.tools.antlr.compiler with parameters of type BitSet | |
---|---|
Lookahead(BitSet p)
create a new lookahead set with the LL(1) set to the parameter |
Uses of BitSet in at.dms.compiler.tools.antlr.runtime |
---|
Fields in at.dms.compiler.tools.antlr.runtime declared as BitSet | |
---|---|
BitSet |
MismatchedTokenException.set
|
BitSet |
MismatchedCharException.set
|
Methods in at.dms.compiler.tools.antlr.runtime 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 at.dms.compiler.tools.antlr.runtime with parameters of type BitSet | |
---|---|
BitSet |
BitSet.and(BitSet a)
|
void |
BitSet.andInPlace(BitSet a)
|
void |
Parser.consumeUntil(BitSet set)
Consume tokens until one matches the given token set |
void |
CharScanner.consumeUntil(BitSet set)
Consume chars until one matches the given 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. |
void |
CharScanner.match(BitSet b)
|
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. |
Constructors in at.dms.compiler.tools.antlr.runtime with parameters of type BitSet | |
---|---|
MismatchedCharException(char c,
BitSet set_,
boolean matchNot,
CharScanner scanner)
|
|
MismatchedTokenException(String[] tokenNames_,
Token token_,
BitSet set_,
boolean matchNot,
String fileName)
|
Uses of BitSet in at.dms.compiler.tools.lexgen |
---|
Fields in at.dms.compiler.tools.lexgen declared as BitSet | |
---|---|
static BitSet |
LexgenLexer._tokenSet_0
|
static BitSet |
LexgenLexer._tokenSet_1
|
static BitSet |
LexgenLexer._tokenSet_2
|
static BitSet |
LexgenLexer._tokenSet_3
|
Uses of BitSet in at.dms.compiler.tools.msggen |
---|
Fields in at.dms.compiler.tools.msggen declared as BitSet | |
---|---|
static BitSet |
MsggenLexer._tokenSet_0
|
static BitSet |
MsggenLexer._tokenSet_1
|
static BitSet |
MsggenLexer._tokenSet_2
|
static BitSet |
MsggenLexer._tokenSet_3
|
static BitSet |
MsggenLexer._tokenSet_4
|
Uses of BitSet in at.dms.compiler.tools.optgen |
---|
Fields in at.dms.compiler.tools.optgen declared as BitSet | |
---|---|
static BitSet |
OptgenLexer._tokenSet_0
|
static BitSet |
OptgenLexer._tokenSet_1
|
static BitSet |
OptgenLexer._tokenSet_2
|
static BitSet |
OptgenLexer._tokenSet_3
|
static BitSet |
OptgenLexer._tokenSet_4
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |