|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitSet | |
---|---|
at.dms.compiler.antlr.runtime | |
at.dms.kjc |
Uses of BitSet in at.dms.compiler.antlr.runtime |
---|
Fields in at.dms.compiler.antlr.runtime declared as BitSet | |
---|---|
BitSet |
MismatchedTokenException.set
|
Methods in at.dms.compiler.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.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 |
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. |
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.antlr.runtime with parameters of type BitSet | |
---|---|
MismatchedTokenException(String[] tokenNames_,
Token token_,
BitSet set_,
boolean matchNot,
String fileName)
|
Uses of BitSet in at.dms.kjc |
---|
Fields in at.dms.kjc declared as BitSet | |
---|---|
static BitSet |
KjcParser._tokenSet_0
|
static BitSet |
KjcParser._tokenSet_1
|
static BitSet |
KjcParser._tokenSet_10
|
static BitSet |
KjcParser._tokenSet_11
|
static BitSet |
KjcParser._tokenSet_12
|
static BitSet |
KjcParser._tokenSet_13
|
static BitSet |
KjcParser._tokenSet_14
|
static BitSet |
KjcParser._tokenSet_15
|
static BitSet |
KjcParser._tokenSet_16
|
static BitSet |
KjcParser._tokenSet_17
|
static BitSet |
KjcParser._tokenSet_18
|
static BitSet |
KjcParser._tokenSet_19
|
static BitSet |
KjcParser._tokenSet_2
|
static BitSet |
KjcParser._tokenSet_20
|
static BitSet |
KjcParser._tokenSet_21
|
static BitSet |
KjcParser._tokenSet_22
|
static BitSet |
KjcParser._tokenSet_23
|
static BitSet |
KjcParser._tokenSet_24
|
static BitSet |
KjcParser._tokenSet_25
|
static BitSet |
KjcParser._tokenSet_26
|
static BitSet |
KjcParser._tokenSet_3
|
static BitSet |
KjcParser._tokenSet_4
|
static BitSet |
KjcParser._tokenSet_5
|
static BitSet |
KjcParser._tokenSet_6
|
static BitSet |
KjcParser._tokenSet_7
|
static BitSet |
KjcParser._tokenSet_8
|
static BitSet |
KjcParser._tokenSet_9
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |