|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BitSet | |
|---|---|
| org.antlr.misc | |
| org.antlr.tool | |
| Uses of BitSet in org.antlr.misc |
|---|
| Methods in org.antlr.misc that return BitSet | |
|---|---|
static BitSet |
BitSet.of(java.util.Collection elements)
|
static BitSet |
BitSet.of(int el)
|
static BitSet |
BitSet.of(IntSet set)
|
static BitSet |
BitSet.of(java.util.Map elements)
|
static BitSet |
BitSet.range(int a,
int b)
|
| Methods in org.antlr.misc with parameters of type BitSet | |
|---|---|
void |
BitSet.andInPlace(BitSet a)
|
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 org.antlr.tool |
|---|
| Fields in org.antlr.tool declared as BitSet | |
|---|---|
static BitSet |
ErrorManager.ERRORS_FORCING_NO_ANALYSIS
Do not do perform analysis if one of these happens |
static BitSet |
ErrorManager.ERRORS_FORCING_NO_CODEGEN
Do not do code gen if one of these happens |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||